Metadata-Version: 2.1
Name: config-file
Version: 0.9.0
Summary: Manage your configuration files.
Home-page: https://github.com/eugenetriguba/config_file
Keywords: configuration,config file,ini,json,toml,yaml
Author: Eugene Triguba
Author-email: eugenetriguba@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: nested-lookup (>=0.2.19,<0.3.0)
Requires-Dist: pyyaml (>=5.2,<6.0)
Requires-Dist: toml (>=0.10.0,<0.11.0)
Project-URL: Repository, https://github.com/eugenetriguba/config_file
Description-Content-Type: text/x-rst

Config File
===========

   Manage and manipulate your configuration files

|Python Verison| |Version| |Style| |Documentation Status| |Build Status| |Codecov|

   This python package is currently in rapid development and is in a
   pre-alpha phase. The API is liable to break until v1 so if you're
   going to use it, pinning the version is recommended. All notable
   changes are kept track of in the changelog.

Config File allows you to use the same simple API for manipulating INI,
JSON, YAML, and TOML configuration files. For the time being, it only
supports INI and JSON.

Installation
------------

.. code:: bash

   $ pip install config-file

.. |Python Verison| image:: https://img.shields.io/pypi/pyversions/config-file.svg
.. |Version| image:: https://img.shields.io/pypi/v/config-file
   :target: https://pypi.org/project/config-file/
.. |Style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://pypi.org/project/black/
.. |Documentation Status| image:: https://readthedocs.org/projects/config-file/badge/?version=latest
   :target: https://config-file.readthedocs.io/en/latest/?badge=latest
.. |Build Status| image:: https://travis-ci.com/eugenetriguba/config-file.svg?branch=master
   :target: https://travis-ci.com/eugenetriguba/config-file
.. |Codecov| image:: https://codecov.io/gh/eugenetriguba/config-file/graph/badge.svg
   :target: https://codecov.io/gh/eugenetriguba/config-file

