Metadata-Version: 2.0
Name: configstruct
Version: 0.3.1
Summary: Simplified configuration and settings management library.
Home-page: https://github.com/bradrf/configstruct
Author: Brad Robel-Forrest
Author-email: brad@bitpony.com
License: MIT license
Keywords: configstruct
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: configparser (>=3.5.0)
Requires-Dist: future (>=0.16.0)

===============================
ConfigStruct
===============================


.. image:: https://img.shields.io/pypi/v/configstruct.svg
        :target: https://pypi.python.org/pypi/configstruct

.. image:: https://img.shields.io/travis/bradrf/configstruct.svg
        :target: https://travis-ci.org/bradrf/configstruct

.. image:: https://readthedocs.org/projects/configstruct/badge/?version=latest
        :target: https://configstruct.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/bradrf/configstruct/shield.svg
     :target: https://pyup.io/repos/github/bradrf/configstruct/
     :alt: Updates


Simplified configuration and settings management library.


* Free software: MIT license
* Documentation: https://configstruct.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.3.0 (2016-12-30)
------------------

* Add common logging config support.


0.2.0 (2016-12-27)
------------------

* Bit of a logical refactor to aid in understanding, builds passing, and some docs.

0.1.0 (2016-10-10)
------------------

* First release on PyPI.


