Metadata-Version: |
2.3 |
Name: |
rickle |
Version: |
1.2.2 |
Summary: |
Python tools for working with configuration files |
Author: |
Zipfian Science |
Author-Email: |
about[at]zipfian.science |
Project-Url: |
Changelog, https://zipfian.science/docs/rickle/changelog.html |
Project-Url: |
Documentation, https://zipfian.science/docs/rickle/index.html |
Project-Url: |
Homepage, https://zipfian.science/rickle.html |
Project-Url: |
Issues, https://github.com/Zipfian-Science/rickled/issues |
Project-Url: |
Repository, https://github.com/Zipfian-Science/rickled.git |
License: |
Apache 2.0 |
Keywords: |
Pickle,Python,config,configuration,YAML,JSON,TOML,XML,INI,ENV |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Topic :: Software Development |
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 |
Requires-Python: |
>=3.9 |
Requires-Dist: |
jsonschema[format]; extra == "full" |
Requires-Dist: |
jsonschema[format]; extra == "jsonschema" |
Requires-Dist: |
py.validator; extra == "full" |
Requires-Dist: |
py.validator; extra == "validators" |
Requires-Dist: |
pyopenssl; extra == "full" |
Requires-Dist: |
pyopenssl; extra == "net" |
Requires-Dist: |
python-dotenv; extra == "dotenv" |
Requires-Dist: |
python-dotenv; extra == "full" |
Requires-Dist: |
pyyaml |
Requires-Dist: |
requests |
Requires-Dist: |
tomli; python_version < "3.11" |
Requires-Dist: |
tomli-w |
Requires-Dist: |
twisted; extra == "full" |
Requires-Dist: |
twisted; extra == "net" |
Requires-Dist: |
xmltodict; extra == "full" |
Requires-Dist: |
xmltodict; extra == "xml" |
Provides-Extra: |
dotenv |
Provides-Extra: |
full |
Provides-Extra: |
jsonschema |
Provides-Extra: |
net |
Provides-Extra: |
validators |
Provides-Extra: |
xml |
Description-Content-Type: |
text/markdown |