Metadata-Version: |
2.1 |
Name: |
easy-as-pypi-config |
Version: |
1.0.4 |
Summary: |
Bootstrapped Config engine for your next Python CLI based on easy-as-pypi |
Author: |
Landon Bouma |
Author-Email: |
doblabs[at]tallybark.com |
Maintainer: |
Tally Bark LLC |
Maintainer-Email: |
doblabs[at]tallybark.com |
Project-Url: |
documentation, https://easy-as-pypi-config.readthedocs.io/en/latest |
Project-Url: |
download, https://pypi.org/project/easy-as-pypi-config/#files |
Project-Url: |
homepage, https://github.com/doblabs/easy-as-pypi-config#๐ |
Project-Url: |
history, https://github.com/doblabs/easy-as-pypi-config/blob/release/HISTORY.rst |
Project-Url: |
issues, https://github.com/doblabs/easy-as-pypi-config/issues |
License: |
MIT |
Keywords: |
python,user,config,INI,settings,application,options,CLI,TUI,scaffolding,library,boilerplate,pyoilerplate,framework,cookiecutter,skeleton |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
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: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.8.1,<4.0.0 |
Requires-Dist: |
click-hotoffthehamster (<8.0.0,>=7.8.0) |
Requires-Dist: |
config-decorator (<3.0.0,>=2.0.15) |
Requires-Dist: |
configobj (<6.0,>=5.0) |
Requires-Dist: |
easy-as-pypi-appdirs (<2.0.0,>=1.1.1) |
Requires-Dist: |
easy-as-pypi-termio (<2.0.0,>=1.0.0) |
Requires-Dist: |
sphinx (<7.0.0,>=6.2.1); (python_version >= "3.8" and python_version < "3.9") and extra == "readthedocs" |
Requires-Dist: |
sphinx (<8.0.0,>=7.2.6); (python_version >= "3.9" and python_version < "4.0") and extra == "readthedocs" |
Requires-Dist: |
sphinx-rtd-theme (<3.0.0,>=2.0.0rc4); extra == "readthedocs" |
Requires-Dist: |
tomli (>=2.0.1); extra == "readthedocs" |
Provides-Extra: |
readthedocs |
Description-Content-Type: |
text/x-rst |