https://github.com/springload/typed_environment_configuration
Typed environment configuration for Python
https://github.com/springload/typed_environment_configuration
hacktoberfest
Last synced: 7 months ago
JSON representation
Typed environment configuration for Python
- Host: GitHub
- URL: https://github.com/springload/typed_environment_configuration
- Owner: springload
- License: mit
- Created: 2018-10-16T02:09:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:38:39.000Z (about 3 years ago)
- Last Synced: 2024-12-02T02:10:30.328Z (about 1 year ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 21
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
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