asyncio-taskpool/README.md

20 lines
256 B
Markdown
Raw Normal View History

2022-02-03 20:06:30 +01:00
# asyncio-taskpool
Dynamically manage pools of asyncio tasks
## Usage
See [USAGE.md](usage/USAGE.md)
2022-02-03 20:06:30 +01:00
## Installation
`pip install asyncio-taskpool`
## Dependencies
2022-02-03 20:10:26 +01:00
Python Version 3.8+, tested on Linux
2022-02-03 20:06:30 +01:00
## Building from source
Run `python -m build`