Metadata-Version: 2.1
Name: kfg
Version: 1.0.0
Summary: A configuration library for Python
Home-page: http://github.com/abingham/kfg
Author: Austin Bingham
Author-email: austin@sixty-north.com
License: MIT
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Provides-Extra: test
Requires-Dist: pyyaml
Provides-Extra: test
Requires-Dist: hypothesis; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: tox; extra == 'test'

|Python version| |Build Status|

=========================================
 kfg: A configuration library for Python
=========================================

This lets you manage program configurations.

.. |Python version| image:: https://img.shields.io/badge/Python_version-3.4+-blue.svg
   :target: https://www.python.org/
.. |Build Status| image:: https://travis-ci.org/abingham/kfg.png?branch=master
   :target: https://travis-ci.org/abingham/kfg


