2022-02-03 20:06:30 +01:00
|
|
|
[metadata]
|
|
|
|
name = asyncio-taskpool
|
2022-02-07 14:23:49 +01:00
|
|
|
version = 0.0.2
|
2022-02-03 20:10:26 +01:00
|
|
|
author = Daniil Fajnberg
|
|
|
|
author_email = mail@daniil.fajnberg.de
|
2022-02-03 20:06:30 +01:00
|
|
|
description = Dynamically manage pools of asyncio tasks
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
url = https://git.fajnberg.de/daniil/asyncio-taskpool
|
|
|
|
project_urls =
|
|
|
|
Bug Tracker = https://git.fajnberg.de/daniil/asyncio-taskpool/issues
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Operating System :: OS Independent
|
|
|
|
|
|
|
|
[options]
|
|
|
|
package_dir =
|
|
|
|
= src
|
|
|
|
packages = find:
|
2022-02-03 20:10:26 +01:00
|
|
|
python_requires = >=3.8
|
2022-02-03 20:06:30 +01:00
|
|
|
|
|
|
|
[options.extras_require]
|
|
|
|
dev =
|
|
|
|
coverage
|
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
where = src
|