Metadata-Version: |
2.1 |
Name: |
aiocli |
Version: |
1.10.0 |
Summary: |
Simple and lightweight async console runner. |
Author-Email: |
ticdenis <navarrodenis940503[at]outlook.com>, yasti4 <adria_4_[at]hotmail.com> |
Maintainer-Email: |
ticdenis <navarrodenis940503[at]outlook.com> |
Project-Url: |
documentation, https://aiopy.github.io/python-aiocli/ |
Project-Url: |
repository, https://github.com/aiopy/python-aiocli |
License: |
MIT |
Keywords: |
asyncio,async,aio,cli,console |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development |
Classifier: |
Typing :: Typed |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Requires-Python: |
>=3.9 |
Requires-Dist: |
build (>=1.2.2); extra == "deploy" |
Requires-Dist: |
setuptools (>=75.1.0); extra == "deploy" |
Requires-Dist: |
twine (>=5.1.1); extra == "deploy" |
Requires-Dist: |
wheel (>=0.44.0); extra == "deploy" |
Requires-Dist: |
pre-commit (>=3.8.0); extra == "dev" |
Requires-Dist: |
tomli (>=2.0.1); python_version < "3.11" and extra == "dev" |
Requires-Dist: |
types-toml (>=0.10.8.20240310); python_version < "3.11" and extra == "dev" |
Requires-Dist: |
mkdocs (>=1.6.1); extra == "docs" |
Requires-Dist: |
mkdocs-material (>=9.5.37); extra == "docs" |
Requires-Dist: |
black (>=24.8.0); extra == "fmt" |
Requires-Dist: |
isort (>=5.13.2); extra == "fmt" |
Requires-Dist: |
bandit (>=1.7.4); extra == "security-analysis" |
Requires-Dist: |
liccheck (>=0.9.2); extra == "security-analysis" |
Requires-Dist: |
setuptools (>=75.1.0); extra == "security-analysis" |
Requires-Dist: |
mypy (>=1.11.2); extra == "static-analysis" |
Requires-Dist: |
pylint (>=3.3.1); extra == "static-analysis" |
Requires-Dist: |
nest-asyncio (>=1.6.0); extra == "test" |
Requires-Dist: |
psutil (>=6.0.0); extra == "test" |
Requires-Dist: |
pytest (>=8.3.3); extra == "test" |
Requires-Dist: |
pytest-asyncio (>=0.24.0); extra == "test" |
Requires-Dist: |
pytest-cov (>=5.0.0); extra == "test" |
Requires-Dist: |
pytest-xdist (>=3.6.1); extra == "test" |
Provides-Extra: |
deploy |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
fmt |
Provides-Extra: |
security-analysis |
Provides-Extra: |
static-analysis |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |