Metadata-Version: 2.1
Name: typed_environment_configuration
Version: 0.1.4
Summary: Environment-based configuration
Home-page: https://github.com/springload/typed_environment_configuration
Author: Eugene Dementyev
Author-email: eugene@springload.co.nz
License: MIT license
Keywords: typed_environment_configuration
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
License-File: LICENSE
License-File: AUTHORS.rst

===============================
Typed Environment Configuration
===============================


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

.. image:: https://img.shields.io/circleci/project/github/springload/typed_environment_configuration.svg
        :target: https://circleci.com/gh/springload/typed_environment_configuration

.. image:: https://readthedocs.org/projects/typed-environment-configuration/badge/?version=latest
        :target: https://typed-environment-configuration.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Environment-based configuration

* Converts environmental variables fetched through os.environ to Python-native variables with specified types
* Free software: MIT license
* Documentation: https://typed-environment-configuration.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.1.0 (2018-10-11)
------------------

* First release on PyPI.


