Metadata-Version: 2.1
Name: anyconfig
Version: 0.13.0
Summary: Library provides common APIs to load and dump configuration files in various formats
Home-page: https://github.com/ssato/python-anyconfig
Author: Satoru SATOH
Author-email: satoru.satoh@gmail.com
Maintainer: Satoru SATOH
Maintainer-email: satoru.satoh@gmail.com
License: MIT
Project-URL: CI: Github Actions, https://github.com/ssato/python-anyconfig/actions
Project-URL: Download, https://pypi.python.org/pypi/anyconfig
Project-URL: Download RPMs, https://copr.fedoraproject.org/coprs/ssato/python-anyconfig/
Project-URL: Documentation, http://python-anyconfig.readthedocs.org
Project-URL: Bug Tracker, https://github.com/ssato/python-anyconfig/issues
Project-URL: Source, https://github.com/ssato/python-anyconfig
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE.MIT
License-File: AUTHORS.txt
Requires-Dist: setuptools
Provides-Extra: yaml
Requires-Dist: pyyaml; extra == "yaml"
Provides-Extra: toml
Requires-Dist: toml; extra == "toml"
Provides-Extra: query
Requires-Dist: jmespath; extra == "query"
Provides-Extra: schema
Requires-Dist: jsonschema; extra == "schema"
Provides-Extra: template
Requires-Dist: Jinja2; extra == "template"


python-anyconfig is a python library provides common APIs to load and dump
configuration files in various formats with some useful features such as
contents merge, templates, query, schema validation and generation support.

- Home: https://github.com/ssato/python-anyconfig
- Author: Satoru SATOH <satoru.satoh@gmail.com>
- License: MIT
