Metadata-Version: |
2.1 |
Name: |
typer-cloup |
Version: |
0.11.0 |
Summary: |
Typer, build great CLIs. Easy to code. Based on Python type hints. |
Author-Email: |
Sebastián Ramírez <tiangolo[at]gmail.com>, Alexander Regueiro <alex[at]noldorin.com> |
Maintainer-Email: |
Alexander Regueiro <alex[at]noldorin.com> |
Project-Url: |
documentation, https://typer-cloup.netlify.app |
Project-Url: |
homepage, https://github.com/alexreg/typer-cloup |
Project-Url: |
repository, https://github.com/alexreg/typer-cloup |
Keywords: |
cli,click,cloup,shell,terminal,typer,typehints |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
>= 3.7 |
Requires-Dist: |
cloup (~=2.0.0) |
Requires-Dist: |
colorama (~=0.4.4); extra == "all" |
Requires-Dist: |
docstring_parser (~=0.15); extra == "all" |
Requires-Dist: |
autoflake (~=1.4.0); extra == "dev" |
Requires-Dist: |
flake8 (~=4.0.1); extra == "dev" |
Requires-Dist: |
pre-commit (~=2.19.0); extra == "dev" |
Requires-Dist: |
cairosvg (~=2.5.2); extra == "doc" |
Requires-Dist: |
mdx-include (~=1.4.1); extra == "doc" |
Requires-Dist: |
mkdocs (~=1.2.4); extra == "doc" |
Requires-Dist: |
mkdocs-material (~=8.1.11); extra == "doc" |
Requires-Dist: |
pillow (~=9.3.0); extra == "doc" |
Requires-Dist: |
black (~=22.3.0); extra == "test" |
Requires-Dist: |
coverage (~=6.0.0); extra == "test" |
Requires-Dist: |
docstring_parser (~=0.15); extra == "test" |
Requires-Dist: |
isort (~=5.10.1); extra == "test" |
Requires-Dist: |
mypy (~=0.950); extra == "test" |
Requires-Dist: |
pytest (~=7.1.2); extra == "test" |
Requires-Dist: |
pytest-cov (~=3.0.0); extra == "test" |
Requires-Dist: |
pytest-forked (~=1.4.0); extra == "test" |
Requires-Dist: |
pytest-sugar (~=0.9.4); extra == "test" |
Requires-Dist: |
pytest-xdist (~=3.0.2); extra == "test" |
Provides-Extra: |
all |
Provides-Extra: |
dev |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |