Skip to content

jrobertson20/python-dotenvx

 
 

Repository files navigation

Important

Warning: work in progress. until complete, please use github.com/dotenvx/dotenvx directly.

see python examples


dotenvx

a better dotenv–from the creator of dotenv.

  • run anywhere (cross-platform)
  • multi-environment
  • encrypted envs

 

Quickstart PyPI version

Install and use it in code just like python-dotenv.

pip install python-dotenv
# main.py
import os
from dotenvx import load_dotenvx
load_dotenvx()  # take environment variables from .env.

print(os.getenv("S3_BUCKET"))

 

About

[dotenvx.com] a better dotenv–from the creator of `dotenv`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.5%
  • Makefile 23.5%