Dynamically manage pools of asyncio tasks
Go to file
2022-02-08 23:09:33 +01:00
requirements Initial commit 2022-02-03 20:06:30 +01:00
src/asyncio_taskpool renamed "closing" a pool to "locking" it 2022-02-08 23:09:33 +01:00
tests renamed "closing" a pool to "locking" it 2022-02-08 23:09:33 +01:00
usage renamed "closing" a pool to "locking" it 2022-02-08 23:09:33 +01:00
.coveragerc Initial commit 2022-02-03 20:06:30 +01:00
.gitignore full test coverage for BaseTaskPool 2022-02-07 14:23:49 +01:00
coverage.sh Initial commit 2022-02-03 20:06:30 +01:00
pyproject.toml Initial commit 2022-02-03 20:06:30 +01:00
README.md testing notes in readme 2022-02-08 16:43:44 +01:00
setup.cfg renamed "closing" a pool to "locking" it 2022-02-08 23:09:33 +01:00

asyncio-taskpool

Dynamically manage pools of asyncio tasks

Usage

See 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 shell script to execute all unit tests and receive the coverage report.

Building from source

Run python -m build