Metadata-Version: 2.4
Name: pyasynckit
Version: 0.1.0
Summary: Zero-dependency async and concurrency utilities for Python.
Author: pyasynckit contributors
License: MIT
Project-URL: Documentation, https://github.com/Goldhobbang/pyasynckit#readme
Project-URL: Source, https://github.com/Goldhobbang/pyasynckit
Project-URL: Issues, https://github.com/Goldhobbang/pyasynckit/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest<9,>=7.0; extra == "dev"
Requires-Dist: pytest-asyncio<1.0,>=0.20; extra == "dev"
Requires-Dist: pytest-cov<6,>=4.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=5.0; extra == "docs"
Requires-Dist: furo>=2022.12.7; extra == "docs"

# pyasynckit

Zero-dependency asynchronous and concurrency utilities for Python 3.8+.

## Development

Install the package and development tools with `pip install -e ".[dev]"`, then
run `pytest --cov`.
