Metadata-Version: |
2.3 |
Name: |
python-configuration |
Version: |
0.12.1 |
Summary: |
A library to load configuration parameters from multiple sources and formats |
Author-Email: |
Tiago Requeijo <tiago.requeijo.dev[at]gmail.com> |
Project-Url: |
Homepage, https://tr11.github.io/python-configuration/ |
Project-Url: |
Documentation, https://tr11.github.io/python-configuration/ |
Project-Url: |
Issues, https://github.com/tr11/python-configuration/issues |
Project-Url: |
Source, https://github.com/tr11/python-configuration |
License: |
MIT |
Keywords: |
configuration,ini,json,settings,toml,yaml |
Classifier: |
Programming Language :: Python |
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: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Requires-Python: |
>=3.8 |
Requires-Dist: |
boto3 (>=1.28.20); extra == "aws" |
Requires-Dist: |
azure-identity; extra == "azure" |
Requires-Dist: |
azure-keyvault (>=4.2.0); extra == "azure" |
Requires-Dist: |
azure-identity; extra == "cloud" |
Requires-Dist: |
azure-keyvault (>=4.2.0); extra == "cloud" |
Requires-Dist: |
boto3 (>=1.28.20); extra == "cloud" |
Requires-Dist: |
google-cloud-secret-manager (>=2.16.3); extra == "cloud" |
Requires-Dist: |
hvac (>=1.1.1); extra == "cloud" |
Requires-Dist: |
pyyaml (>=6.0); extra == "file-formats" |
Requires-Dist: |
tomli (>=2.0.1); extra == "file-formats" |
Requires-Dist: |
google-cloud-secret-manager (>=2.16.3); extra == "gcp" |
Requires-Dist: |
tomli (>=2.0.1); extra == "toml" |
Requires-Dist: |
jsonschema (>=4.21.1); extra == "validation" |
Requires-Dist: |
hvac (>=1.1.1); extra == "vault" |
Requires-Dist: |
pyyaml (>=6.0); extra == "yaml" |
Provides-Extra: |
aws |
Provides-Extra: |
azure |
Provides-Extra: |
cloud |
Provides-Extra: |
file-formats |
Provides-Extra: |
gcp |
Provides-Extra: |
toml |
Provides-Extra: |
validation |
Provides-Extra: |
vault |
Provides-Extra: |
yaml |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |