Skip to main content

Reads key-value pairs from a .env file and supports multiple values with dynamic interpolation.

Project description

DotEnvPlus

Reads key-value pairs from a .env file and supports multiple values with dynamic interpolation.

The values returned by the DotEnv object is treated like a dictionary, so you can use it like a normal dictionary. Some of the usual dictionary methods are also supported like .items(), .keys(), .values(), etc.

Goal is to make it easy to use environment variables in your code, while also supporting multiple values.

Installing

You need Python >=3.7 to use this library.

pip install dotenvplus

Usage

# .env
KEY1=value
KEY2=123
KEY3=true
# main.py
from dotenvplus import DotEnv

# Create a DotEnv object
env = DotEnv()
>>> <DotEnv data={"KEY1": "value", "KEY2": 123, "KEY3": True}>

# Call it like a dictionary
(env["KEY1"], env["KEY2"], env["KEY3"])
>>> ("value", 123, True)

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

dotenvplus-0.0.8.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dotenvplus-0.0.8-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file dotenvplus-0.0.8.tar.gz.

File metadata

  • Download URL: dotenvplus-0.0.8.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.12

File hashes

Hashes for dotenvplus-0.0.8.tar.gz
Algorithm Hash digest
SHA256 99e61c7c2b03d5d844f557b2d9c3a15cb90d8d084b68c48de4ba21f18ec4f9a8
MD5 81d77e1dc4a4cc3f83020def65591259
BLAKE2b-256 6db5f6bad6307c4329027ea2089d4cf5a075318328825440d28073f202ad4b3b

See more details on using hashes here.

File details

Details for the file dotenvplus-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: dotenvplus-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.12

File hashes

Hashes for dotenvplus-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 65607762f7777958f8520b09f5dfbd4b18ef14a2ee0bf74b1ef792047471a82f
MD5 f1bd84118d40405aa1984aab0772de20
BLAKE2b-256 d27913a59e47ffe2324fb31094dba7079339ff57992348fa0aa0bce0c242c909

See more details on using hashes here.

Supported by

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