Metadata-Version: 2.1
Name: asyncio-taskpool
Version: 0.0.3
Summary: Dynamically manage pools of asyncio tasks
Home-page: https://git.fajnberg.de/daniil/asyncio-taskpool
Author: Daniil Fajnberg
Author-email: mail@daniil.fajnberg.de
License: UNKNOWN
Project-URL: Bug Tracker, https://git.fajnberg.de/daniil/asyncio-taskpool/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: coverage ; extra == 'dev'

# 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`


