mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-13 00:30:39 +00:00
41 lines
1.7 KiB
Plaintext
41 lines
1.7 KiB
Plaintext
|
Metadata-Version: 2.1
|
||
|
Name: anyconfig
|
||
|
Version: 0.9.8
|
||
|
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
|
||
|
Platform: UNKNOWN
|
||
|
Classifier: Development Status :: 4 - Beta
|
||
|
Classifier: Intended Audience :: Developers
|
||
|
Classifier: Programming Language :: Python
|
||
|
Classifier: Programming Language :: Python :: 2
|
||
|
Classifier: Programming Language :: Python :: 3
|
||
|
Classifier: Programming Language :: Python :: 2.7
|
||
|
Classifier: Programming Language :: Python :: 3.4
|
||
|
Classifier: Programming Language :: Python :: 3.5
|
||
|
Classifier: Programming Language :: Python :: 3.6
|
||
|
Classifier: Programming Language :: Python :: 3.7
|
||
|
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
|
||
|
Requires-Dist: setuptools
|
||
|
|
||
|
|
||
|
python-anyconfig is a MIT licensed 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 <ssato@redhat.com>
|
||
|
- License: MIT
|
||
|
- Document: http://python-anyconfig.readthedocs.org/en/latest/
|
||
|
- Download: PyPI (https://pypi.python.org/pypi/anyconfig) or Copr RPM repos ( https://copr.fedoraproject.org/coprs/ssato/python-anyconfig/)
|
||
|
|