Metadata-Version: 2.1
Name: asyncgui
Version: 0.5.2
Summary: Async library that works with an existing event loop
Home-page: https://github.com/gottadiveintopython/asyncgui
License: MIT
Keywords: async
Author: Nattōsai Mitō
Author-email: flow4re2c@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Project-URL: Repository, https://github.com/gottadiveintopython/asyncgui
Description-Content-Type: text/markdown

# AsyncGui

Async library that works with an existing event loop.
This is not for application developers, but for async-library developers.

## Pin the minor version

If you use this module, it's recommended to pin the minor version, because if it changed, it means some *important* breaking changes occurred.

## Test Environment

- CPython 3.7
- CPython 3.8
- CPython 3.9

## Async-libraries who use this

- [asynckivy](https://github.com/gottadiveintopython/asynckivy)
- [asynctkinter](https://github.com/gottadiveintopython/asynctkinter)

## TODO

- implement `trio.Semaphore` equivalent`

