{"id":21392051,"url":"https://github.com/montag451/aiotkinter","last_synced_at":"2025-10-07T11:30:29.753Z","repository":{"id":57409190,"uuid":"44054417","full_name":"montag451/aiotkinter","owner":"montag451","description":"An asyncio API for the Tkinter event loop","archived":false,"fork":false,"pushed_at":"2015-10-12T09:39:50.000Z","size":124,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-16T16:32:41.620Z","etag":null,"topics":["asyncio","gui","python3","tkinter"],"latest_commit_sha":null,"homepage":null,"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/montag451.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2015-10-11T14:03:33.000Z","updated_at":"2024-12-24T19:13:16.000Z","dependencies_parsed_at":"2022-09-26T17:11:09.900Z","dependency_job_id":null,"html_url":"https://github.com/montag451/aiotkinter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montag451%2Faiotkinter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montag451%2Faiotkinter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montag451%2Faiotkinter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/montag451%2Faiotkinter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/montag451","download_url":"https://codeload.github.com/montag451/aiotkinter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235621551,"owners_count":19019519,"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","gui","python3","tkinter"],"created_at":"2024-11-22T13:38:59.620Z","updated_at":"2025-10-07T11:30:29.470Z","avatar_url":"https://github.com/montag451.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: An asyncio API for the Tkinter event loop\n#+OPTIONS: ^:nil\n#+OPTIONS: toc:nil\n\nThis module provide an asyncio API for the the Tkinter event loop\n\nLicense: MIT (see LICENSE)\n\n* Requirements\n- Unix platform (it doesn't work on Windows because of the lack of\n  *Tcl_CreateFileHandler* on this platform)\n- Python 3.3 + asyncio or Python \u003e= 3.4\n\n* Installation\n#+BEGIN_SRC sh\n  python setup.py install\n#+END_SRC\n\n* Usage\n*aiotkinter* expose an event loop policy (which based on the default\nevent loop policy of *asyncio*) so the only thing you have to do is to\nset the global event loop policy with an instance of\n*TkinterEventLoopPolicy*:\n\n#+BEGIN_SRC python\n  import asyncio\n  import aiotkinter\n\n  asyncio.set_event_loop_policy(aiotkinter.TkinterEventLoopPolicy())\n  loop = asyncio.get_event_loop()\n  loop.run_forever()\n#+END_SRC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmontag451%2Faiotkinter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmontag451%2Faiotkinter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmontag451%2Faiotkinter/lists"}