Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.
-
Updated
Nov 1, 2024 - Python
.env (dotenv) is a file, used to store configuration values as key-value pairs, similar to the ini file format. Since this file usually contains confidential information like credentials, it's commonly prevented from being tracked by version control.
Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.
A utility tool to create .env files
poetry-plugin-dotenv - is the plugin that automatically loads environment variables from a dotenv file into the environment before poetry commands are run
🐍 The strangely familiar config parser
gConfigs - Config and Secret parser
Executes commands with environment variables set from .env file. Zero dependencies.
Load environment variables from encrypted .env.vault files
⚙️ Unified environment variable and settings management for FastAPI and beyond 🚀
Detect environment type and work within.
Convert environment files to kubernetes secrets
🙈 An easily-installable git filter which hides your projects' sensitive data
Typed environment variable parsing for Python
Bot verifies a mobile phone number activity status by HLR-lookup. The request is processed by the communication operator without reaching the phone of the checked subscriber (it is not reflected in the call details and is not shown to the subscriber).
🤖 Application-level library for building bots in Telegram.
Terminal App to centrally manage .env files. Written in Python powered by Textual