2022-02-03 20:06:30 +01:00
|
|
|
# asyncio-taskpool
|
|
|
|
|
|
|
|
Dynamically manage pools of asyncio tasks
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2022-02-04 19:23:09 +01:00
|
|
|
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
|
|
|
|
2022-02-08 16:43:44 +01:00
|
|
|
## 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.
|
|
|
|
|
2022-02-03 20:06:30 +01:00
|
|
|
## Building from source
|
|
|
|
|
|
|
|
Run `python -m build`
|