An asyncio API for the Tkinter event loop
Project description
This module provide an asyncio API for the the Tkinter event loop
License: MIT (see LICENSE)
Requirements
Unix platform (it doesn’t work on Windows because of the lack of Tcl_CreateFileHandler on this platform)
Python 3.3 + asyncio or Python >= 3.4
Installation
python setup.py install
Usage
aiotkinter expose an event loop policy (which based on the default event loop policy of asyncio) so the only thing you have to do is to set the global event loop policy with an instance of TkinterEventLoopPolicy:
import asyncio
import aiotkinter
asyncio.set_event_loop_policy(aiotkinter.TkinterEventLoopPolicy())
loop = asyncio.get_event_loop()
loop.run_forever()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aiotkinter-0.2.tar.gz
(3.0 kB
view details)
File details
Details for the file aiotkinter-0.2.tar.gz
.
File metadata
- Download URL: aiotkinter-0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99c324d150b8d1d7af4b47b953348cfeff23c6975efa42c8f78d44fdf626a6a2 |
|
MD5 | 33c641dedc84a9a72b3141cb17772b66 |
|
BLAKE2b-256 | c3182b0af7e6d198a7ecfe61ee442e21ac705886cabbf378418ebc360350c5e1 |