generated from daniil-berg/boilerplate-py
25 lines
454 B
Markdown
25 lines
454 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
|
|
|
|
## Testing
|
|
|
|
Install `dev` dependencies or just manually install `coverage` with `pip`.
|
|
Run the [`coverage.sh`](coverage.sh) shell script to execute all unit tests and receive the coverage report.
|
|
|
|
## Building from source
|
|
|
|
Run `python -m build`
|