A simple package to manage environment variables with command-line interface
Project description
mydotenv
A simple Python package to manage environment variables in your .env file with command-line interface.
Installation
Using pipx (Recommended)
pipx install mydotenv
Using pip
pip install mydotenv
From Source
git clone https://github.com/banddude/mydotenv.git
cd mydotenv
pip install -e .
Usage
Command Line Interface
- Print a variable's value:
mydotenv API_KEY
- Add or update a variable:
mydotenv NEW_KEY=value
mydotenv "KEY_WITH_SPACES=value with spaces"
- Delete a variable:
mydotenv delete VARIABLE_NAME
- View all variables:
mydotenv
Custom Command Name
You can set a custom command name to use instead of mydotenv:
mydotenv --set-command dotman
Now you can use either mydotenv or dotman to run commands:
dotman NEW_KEY=value
dotman delete NEW_KEY
When you set a new command name, it replaces any previous custom command name.
Features
- Manage environment variables from the command line
- Set custom command names for easier use
- Preserves comments and formatting in
.envfile - Handles values with spaces and special characters
- Works from any directory
- Creates and manages
.envfile in your current directory
Dependencies
- python-dotenv >= 1.0.0
Configuration
- The package stores its configuration in
~/.config/mydotenv/config.env - Custom command names are managed through symlinks in
~/.local/bin
License
MIT License - feel free to use this package in your projects!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mydotenv-0.1.18.tar.gz.
File metadata
- Download URL: mydotenv-0.1.18.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8f3f61284ad2a2b9afcb5a99a4a038508202dd3b5c97222d135508fb42c633d
|
|
| MD5 |
0ab1af36d438ba13e6f33b9374f5d726
|
|
| BLAKE2b-256 |
a85358b61104ea49d7b0160f04891265ee52bb4cbf04292452de982cb5b20a9c
|
File details
Details for the file mydotenv-0.1.18-py3-none-any.whl.
File metadata
- Download URL: mydotenv-0.1.18-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f8f167536555e5a76c03e61776d2e8c2869f752c6bd5ea899cd5e98d45214c6
|
|
| MD5 |
147c14274a1946e42e47412e5c15ee8e
|
|
| BLAKE2b-256 |
eca927439e2105427ddd25c5b6e465044972719dcab2f7475bb463942a076c6e
|