Skip to main content

load-dotenv

Environment variables are a great and popular way to configure your application. Although the number of such variables can be really high in a big application, making it annoying to manage during development.

Common solution for this issue is usage of .env files which contain all variables that should be loaded into your development environment. There are different ways to do this, for example handy python-dotenv package. But it should be executed explicitly in order to work. In my projects I don't want to add load_dotenv() execution in my code that is running on production, and I'm too lazy to create customer runners for development only. Thus, I made load-dotenv that can do this for me automatically.

Installation

pip install load-dotenv

Usage

Create .env file in your working directory and put your variables there. For details about file format, please refer python-dotenv documentation. Run your application with LOAD_DOTENV variable set to one of true, yes or 1.

Alternative path to the file can be specified via LOAD_DOTENV_PATH variable.

Release files for load-dotenv 0.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 load-dotenv 0.1.0
File Size Uploaded
load-dotenv-0.1.0.tar.gz 6.4 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for load-dotenv 0.1.0
File Interpreter ABI Platform
load_dotenv-0.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 13.6 kB

Release files / load-dotenv-0.1.0.tar.gz

Download URL load-dotenv-0.1.0.tar.gz
Size 6.4 kB
Tags Source
SHA-256 checksum
How to use checksums
bbe5f40072d4a61eadca66de6c222df5a2d935d6d41b703be1ff75396f635145
BLAKE2b-256 checksum
How to use checksums
d795055d123dde74bd54b99b27a3c2d8c6e218f544e0bd437480f61ccf85a07f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release files / load_dotenv-0.1.0-py3-none-any.whl

Download URL load_dotenv-0.1.0-py3-none-any.whl
Size 7.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
614803f720153fb8a5f97124a72aaa3930a67aa5547cbe8603d01ea7f9ac1adf
BLAKE2b-256 checksum
How to use checksums
142e268a528dfa1f76999435634b0453fdd917ea878a818a6d5981632f7acffb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release history Release notifications | RSS feed

This release

0.1.0 This release

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