{"id":16697752,"url":"https://github.com/ronaldoussoren/objc_asyncio","last_synced_at":"2025-10-28T05:32:50.045Z","repository":{"id":66061939,"uuid":"249636849","full_name":"ronaldoussoren/objc_asyncio","owner":"ronaldoussoren","description":"asyncio eventloop for Cocoa GUIs","archived":false,"fork":false,"pushed_at":"2025-03-03T16:47:42.000Z","size":132,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T21:21:54.187Z","etag":null,"topics":["asyncio","cocoa","pyobjc","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ronaldoussoren.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"License.rst","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":"2020-03-24T07:06:48.000Z","updated_at":"2024-06-29T07:37:16.000Z","dependencies_parsed_at":"2023-12-25T17:56:31.593Z","dependency_job_id":"d361240c-87f3-412c-92e9-7cf4bf806e41","html_url":"https://github.com/ronaldoussoren/objc_asyncio","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/ronaldoussoren%2Fobjc_asyncio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronaldoussoren%2Fobjc_asyncio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronaldoussoren%2Fobjc_asyncio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronaldoussoren%2Fobjc_asyncio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ronaldoussoren","download_url":"https://codeload.github.com/ronaldoussoren/objc_asyncio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245115986,"owners_count":20563263,"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":["asyncio","cocoa","pyobjc","python"],"created_at":"2024-10-12T17:49:08.382Z","updated_at":"2025-10-28T05:32:49.953Z","avatar_url":"https://github.com/ronaldoussoren.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**WARNING: This library is basically completely untested at this point**\n\nObjc_asyncio is a library that implements an\nasyncio runloop using the Cocoa CFRunLoop, which makes\nit possible to integrate macOS GUIs and asyncio.\n\nThe basic usage in command-line scripts is to\ncall ``objc_asyncio.install`` and then use asyncio\nas usual.\n\nThe more interesting use-case are GUI programs using\nPyObjC, in which case you can use the ``running_loop``\ncontext manager:\n\n::\n    import sys\n    import Cocoa\n\n    import objc_asyncio\n\n    with objc_asyncio.running_loop():\n        Cocoa.NSApplicationMain(sys.argv)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronaldoussoren%2Fobjc_asyncio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fronaldoussoren%2Fobjc_asyncio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronaldoussoren%2Fobjc_asyncio/lists"}