Skip to main content
Latest version Travis-CI

read_env reads .env.

Install

pip install read_env

Usage

Add variables to a .env file in your project.

# myapp/.env
DEBUG=true
PORT=5000

Call read_env to add the variables to os.environ.

# myapp/env.py
import os
from read_env import read_env

read_env()

assert os.environ['DEBUG'] == 'true'
assert int(os.environ['PORT']) == 5000

Changelog

1.1.0 (2016-05-01)

  • Add recurse parameter (defaults to True).

  • If .env file doesn’t exist at given path, recurse up the directory tree (by default).

1.0.0 (2016-04-30)

  • First PyPI release.

License

MIT

Release files for read_env 1.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for read_env 1.1.0
File Size Uploaded
read_env-1.1.0.tar.gz 3.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for read_env 1.1.0
File Interpreter ABI Platform
read_env-1.1.0-py2.py3-none-any.whl Python 2, Python 3 none any Details

Total release size: 7.2 kB

Release files / read_env-1.1.0.tar.gz

Download URL read_env-1.1.0.tar.gz
Size 3.0 kB
Tags Source
SHA-256 checksum
How to use checksums
4356da6a16f1aef618f9e8ccb6279a12d7e42237a3370085399e4dfc146092e6
BLAKE2b-256 checksum
How to use checksums
096a412c72e5809e122a47b9c499215720c15f15b886be4c9138ba34d287cc27
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / read_env-1.1.0-py2.py3-none-any.whl

Download URL read_env-1.1.0-py2.py3-none-any.whl
Size 4.2 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
04718d8d811156cdd53bd6b8645067df15cc80fa507b33ba47a72b6bd2fb642e
BLAKE2b-256 checksum
How to use checksums
88e4975a4689d87f7510a29dba72e65310b88595cd221e625549ceb8d245f643
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.1.0 This release

2 release files

1.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page