Metadata-Version: 1.1
Name: anyconfig
Version: 0.9.4
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: ssato@redhat.com
License: MIT
Description: 
        python-anyconfig [#]_ is a `MIT licensed <http://opensource.org/licenses/MIT>`_
        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
        - (Latest) Doc: http://python-anyconfig.readthedocs.org/en/latest/
        - PyPI: https://pypi.python.org/pypi/anyconfig
        - Copr RPM repos: https://copr.fedoraproject.org/coprs/ssato/python-anyconfig/
        
        .. [#] This name took an example from the 'anydbm' python standard library.
        
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.6
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: 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
