generated from daniil-berg/boilerplate-py
Dynamically manage pools of asyncio tasks
requirements | ||
src/package_name | ||
tests | ||
.coveragerc | ||
.gitignore | ||
coverage.sh | ||
pyproject.toml | ||
README.md | ||
setup.cfg |
asyncio-taskpool
Dynamically manage pools of asyncio tasks
Usage
...
Installation
pip install asyncio-taskpool
Dependencies
Python Version ..., OS ...
Building from source
Run python -m build