generated from daniil-berg/boilerplate-py
20 lines
256 B
Markdown
20 lines
256 B
Markdown
# asyncio-taskpool
|
|
|
|
Dynamically manage pools of asyncio tasks
|
|
|
|
## Usage
|
|
|
|
See [USAGE.md](usage/USAGE.md)
|
|
|
|
## Installation
|
|
|
|
`pip install asyncio-taskpool`
|
|
|
|
## Dependencies
|
|
|
|
Python Version 3.8+, tested on Linux
|
|
|
|
## Building from source
|
|
|
|
Run `python -m build`
|