=======
envconf
=======

.. image:: https://img.shields.io/travis/bfontaine/envconf.png
   :target: https://travis-ci.org/bfontaine/envconf
   :alt: Build status

.. image:: https://img.shields.io/coveralls/bfontaine/envconf/master.png
   :target: https://coveralls.io/r/bfontaine/envconf?branch=master
   :alt: Coverage status

.. image:: https://img.shields.io/pypi/v/envconf.png
   :target: https://pypi.python.org/pypi/envconf
   :alt: Pypi package

.. image:: https://img.shields.io/pypi/dm/envconf.png
   :target: https://pypi.python.org/pypi/envconf

``envconf`` provides an unique way to manage your configuration from multiple
sources. Need to be able to set default values with a fallback on environment
variables? ``envconf`` is here for that! It can get its values from multiple
sources and provides you with a dict-like interface to get or set them.

Install
-------

.. code-block::

    pip install envconf

The library works with both Python 2.x and 3.x.

Usage
-----

`Read the docs`_.

.. _Read the docs: http://envconf.readthedocs.org/en/latest/
