Metadata-Version: 2.1
Name: env-file
Version: 2020.12.3
Summary: .env file handler. required for django, docker, etc
Home-page: https://github.com/andrewp-as-is/env-file.py
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        [![](https://img.shields.io/pypi/v/env-file.svg?maxAge=3600)](https://pypi.org/project/env-file/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install env-file
        ```
        
        #### Examples
        #### Examples
        
        `.env`
        ```bash
        DJANGO_SETTINGS_MODULE=project.settings
        DB_NAME=dbname
        DB_PASS=secret
        ```
        
        ```python
        import env_file
        env_file.load('.env')
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: env
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
