Metadata-Version: |
2.1 |
Name: |
typer-config |
Version: |
1.4.2 |
Summary: |
Utilities for working with configuration files in typer CLIs. |
Author: |
Matt Anderson |
Author-Email: |
matt[at]manderscience.com |
Home-Page: |
https://maxb2.github.io/typer-config/ |
Project-Url: |
Documentation, https://maxb2.github.io/typer-config/ |
Project-Url: |
Repository, https://github.com/maxb2/typer-config |
License: |
MIT |
Keywords: |
typer,config,configuration,configuration-file,yaml,toml,json,dotenv,cli |
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.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 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
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.9,<4.0 |
Requires-Dist: |
python-dotenv; extra == "python-dotenv" or extra == "all" |
Requires-Dist: |
pyyaml (<7.0,>=6.0); extra == "yaml" or extra == "all" |
Requires-Dist: |
toml (<0.11.0,>=0.10.2); extra == "toml" or extra == "all" |
Requires-Dist: |
typer (<1,>=0) |
Provides-Extra: |
all |
Provides-Extra: |
python-dotenv |
Provides-Extra: |
toml |
Provides-Extra: |
yaml |
Description-Content-Type: |
text/markdown |