working condition
This commit is contained in:
parent
417e54da96
commit
511e0b0379
517 changed files with 29187 additions and 32696 deletions
|
@ -0,0 +1 @@
|
|||
pip
|
|
@ -0,0 +1,7 @@
|
|||
Copyright 2020 Nattōsai Mitō
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@ -0,0 +1,57 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: asyncgui
|
||||
Version: 0.6.3
|
||||
Summary: A thin layer that helps to wrap a callback-style API in an async/await-style API
|
||||
Home-page: https://github.com/gottadiveintopython/asyncgui
|
||||
License: MIT
|
||||
Keywords: async
|
||||
Author: Nattōsai Mitō
|
||||
Author-email: flow4re2c@gmail.com
|
||||
Requires-Python: >=3.8.1,<4.0.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.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3.12
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Topic :: Software Development :: Libraries
|
||||
Requires-Dist: exceptiongroup (>=1.0.4,<2.0.0) ; python_version < "3.11"
|
||||
Project-URL: Repository, https://github.com/gottadiveintopython/asyncgui
|
||||
Description-Content-Type: text/markdown
|
||||
|
||||
# AsyncGui
|
||||
|
||||
A thin layer that helps to wrap a callback-style API in an async/await-style API.
|
||||
|
||||
An async library that focuses on fast reaction.
|
||||
|
||||
[Documentation](https://asyncgui.github.io/asyncgui/)
|
||||
|
||||
## Installation
|
||||
|
||||
Pin the minor version.
|
||||
|
||||
```text
|
||||
poetry add asyncgui@~0.6
|
||||
pip install "asyncgui>=0.6,<0.7"
|
||||
```
|
||||
|
||||
## Tested on
|
||||
|
||||
- CPython 3.8
|
||||
- CPython 3.9
|
||||
- CPython 3.10
|
||||
- CPython 3.11
|
||||
- CPython 3.12 (3.12.1 or later)
|
||||
|
||||
## Async libraries that rely on this
|
||||
|
||||
- [asynckivy](https://github.com/asyncgui/asynckivy)
|
||||
- [asynctkinter](https://github.com/asyncgui/asynctkinter)
|
||||
- [asyncpygame](https://github.com/asyncgui/asyncpygame)
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
__pycache__/asyncgui.cpython-311.pyc,,
|
||||
asyncgui-0.6.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
asyncgui-0.6.3.dist-info/LICENSE,sha256=zdEfMrLu9-uJk1Y-D7fn_gqgODq71StrNs47LvNE5b0,1055
|
||||
asyncgui-0.6.3.dist-info/METADATA,sha256=OTiDgXiKJm39p7OP5DZQ6ZtiY6UU2tawUD1QfFIvbFs,1729
|
||||
asyncgui-0.6.3.dist-info/RECORD,,
|
||||
asyncgui-0.6.3.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
||||
asyncgui.py,sha256=89sbdDMVyRooyYsy7IqG7cLm8DJVY5U67K1kYQngBGE,27963
|
|
@ -0,0 +1,4 @@
|
|||
Wheel-Version: 1.0
|
||||
Generator: poetry-core 1.6.1
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
Loading…
Add table
Add a link
Reference in a new issue