Skip to main content

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

Project description

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"))

 

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

Unreleased

0.1.1

Please see commit history.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_dotenvx-0.1.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

python_dotenvx-0.1.2-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page