Skip to content

dotenvx/python-dotenvx

Repository files navigation

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

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

Packages

No packages published