Metadata-Version: |
2.1 |
Name: |
gage-typer |
Version: |
0.9.0 |
Summary: |
Typer, build great CLIs. Easy to code. Based on Python type hints. |
Author: |
Sebastián Ramírez |
Author-Email: |
tiangolo[at]gmail.com |
Home-Page: |
https://github.com/tiangolo/typer |
Project-Url: |
Documentation, https://typer.tiangolo.com/ |
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 :: Application Frameworks |
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: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.6 |
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: |
License :: OSI Approved :: MIT License |
Requires-Python: |
>=3.6 |
Requires-Dist: |
click (<9.0.0,>=7.1.1) |
Requires-Dist: |
typing-extensions (>=3.7.4.3) |
Requires-Dist: |
colorama (<0.5.0,>=0.4.3); extra == "all" |
Requires-Dist: |
shellingham (<2.0.0,>=1.3.0); extra == "all" |
Requires-Dist: |
rich (<14.0.0,>=10.11.0); extra == "all" |
Requires-Dist: |
autoflake (<2.0.0,>=1.3.1); extra == "dev" |
Requires-Dist: |
flake8 (<4.0.0,>=3.8.3); extra == "dev" |
Requires-Dist: |
pre-commit (<3.0.0,>=2.17.0); extra == "dev" |
Requires-Dist: |
mkdocs (<2.0.0,>=1.1.2); extra == "doc" |
Requires-Dist: |
mkdocs-material (<9.0.0,>=8.1.4); extra == "doc" |
Requires-Dist: |
mdx-include (<2.0.0,>=1.4.1); extra == "doc" |
Requires-Dist: |
pillow (<10.0.0,>=9.3.0); extra == "doc" |
Requires-Dist: |
cairosvg (<3.0.0,>=2.5.2); extra == "doc" |
Requires-Dist: |
shellingham (<2.0.0,>=1.3.0); extra == "test" |
Requires-Dist: |
pytest (<8.0.0,>=4.4.0); extra == "test" |
Requires-Dist: |
pytest-cov (<5.0.0,>=2.10.0); extra == "test" |
Requires-Dist: |
coverage (<7.0,>=6.2); extra == "test" |
Requires-Dist: |
pytest-xdist (<4.0.0,>=1.32.0); extra == "test" |
Requires-Dist: |
pytest-sugar (<0.10.0,>=0.9.4); extra == "test" |
Requires-Dist: |
mypy (==0.971); extra == "test" |
Requires-Dist: |
black (<23.0.0,>=22.3.0); extra == "test" |
Requires-Dist: |
isort (<6.0.0,>=5.0.6); extra == "test" |
Requires-Dist: |
rich (<14.0.0,>=10.11.0); extra == "test" |
Provides-Extra: |
all |
Provides-Extra: |
dev |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |