{"id":22261785,"url":"https://github.com/jsonfm/sevent","last_synced_at":"2025-03-25T13:41:56.228Z","repository":{"id":137721167,"uuid":"404164590","full_name":"jsonfm/sevent","owner":"jsonfm","description":"Simple Event Emitter.","archived":false,"fork":false,"pushed_at":"2021-12-24T18:47:47.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T12:30:25.607Z","etag":null,"topics":["emitter","events","python","simple"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsonfm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-08T00:48:31.000Z","updated_at":"2021-12-24T18:47:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"94852518-1b46-43b1-ad7b-a40bc0bd5c05","html_url":"https://github.com/jsonfm/sevent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fsevent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fsevent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fsevent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonfm%2Fsevent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsonfm","download_url":"https://codeload.github.com/jsonfm/sevent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245472711,"owners_count":20621161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emitter","events","python","simple"],"created_at":"2024-12-03T09:14:21.862Z","updated_at":"2025-03-25T13:41:56.212Z","avatar_url":"https://github.com/jsonfm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Event Emitter\nSimple event emitter without third party dependencies, easily usable in your projects.\n\n## EXAMPLE\n```python\nfrom sevent import Emitter \nimport time\n\ndef callback(message):\n    print(message)\n\ndef do_something():\n    time.sleep(1)\n\nevent = Emitter() \nevent.on('ready', callback)\ndo_something()\nevent.emit('ready', 'Finished!')\n```\n## LICENSE\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonfm%2Fsevent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsonfm%2Fsevent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonfm%2Fsevent/lists"}