Metadata-Version: 2.1
Name: perseus-getenv-library
Version: 1.0.0
Summary: Python library helper for reading environment variables
Home-page: https://github.com/dcaune/perseus-getenv-python-library
Author: Daniel CAUNE
Author-email: daniel.caune@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/majormode/perseus-getenv-python-library/issues
Project-URL: Documentation, https://github.com/majormode/perseus-getenv-python-library
Project-URL: Source Code, https://github.com/majormode/perseus-getenv-python-library
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# Perseus GetEnv Python Library

Majormode Perseus GetEnv Python Library is a helper library to read environment variables.

This library relies on [`python-dotenv`](https://github.com/theskumar/python-dotenv) to read key-value pairs from a `.env` file, which helps in the development of applications following the [12-factor principles](https://12factor.net/).

This library provides a helper function to convert the value of environment variables in the expected data type.

## Installation

To install [Perseus GetEnv Python Library](https://github.com/dcaune/perseus-getenv-python-library), simply enter the follow command line:

``` shell
pip install perseus-getenv-library
```


