<!--
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>
Raw data
{
"_id": null,
"home_page": "https://github.com/andrewp-as-is/env-file.py",
"name": "env-file",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "env",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/af/5a/77ba47db08218e3654babb15748ce0a5080cda52ded170bbf74c0aefec53/env-file-2020.12.3.tar.gz",
"platform": "",
"description": "<!--\nhttps://readme42.com\n-->\n\n\n[![](https://img.shields.io/pypi/v/env-file.svg?maxAge=3600)](https://pypi.org/project/env-file/)\n[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)\n\n### Installation\n```bash\n$ [sudo] pip install env-file\n```\n\n#### Examples\n#### Examples\n\n`.env`\n```bash\nDJANGO_SETTINGS_MODULE=project.settings\nDB_NAME=dbname\nDB_PASS=secret\n```\n\n```python\nimport env_file\nenv_file.load('.env')\n```\n\n<p align=\"center\">\n <a href=\"https://readme42.com/\">readme42.com</a>\n</p>",
"bugtrack_url": null,
"license": "Unlicense",
"summary": ".env file handler. required for django, docker, etc",
"version": "2020.12.3",
"project_urls": {
"Homepage": "https://github.com/andrewp-as-is/env-file.py"
},
"split_keywords": [
"env"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "af5a77ba47db08218e3654babb15748ce0a5080cda52ded170bbf74c0aefec53",
"md5": "19d126a6f5b57a738f5f0c3f7c634935",
"sha256": "34cbe53b99afaa81209953ee16febcd87121034aa7bf64e229802f51b9c38d66"
},
"downloads": -1,
"filename": "env-file-2020.12.3.tar.gz",
"has_sig": false,
"md5_digest": "19d126a6f5b57a738f5f0c3f7c634935",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1960,
"upload_time": "2020-12-03T20:23:57",
"upload_time_iso_8601": "2020-12-03T20:23:57.255709Z",
"url": "https://files.pythonhosted.org/packages/af/5a/77ba47db08218e3654babb15748ce0a5080cda52ded170bbf74c0aefec53/env-file-2020.12.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2020-12-03 20:23:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "andrewp-as-is",
"github_project": "env-file.py",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "env-file"
}