Environment variable management CLI — validate, generate, audit, and encrypt .env files.
Project description
envguard
Validate, generate, and secure your .env files. Catch secrets before they ship.
Part of the Kryptorious developer toolkit — 31 open-source tools, one $9 lifetime license.
Install
pip install kryptorious-envguard
Quickstart
printf 'DB_PASSWORD=changeme\n' > .env
envguard check --path . --strict
# -> exit 1 (placeholder value detected)
Commands
| Command | Description |
|---|---|
envguard check --path . |
Check .env files for empty values, placeholders, and hardcoded secrets. |
envguard check --path . --strict |
Fail (exit 1) on any warning — use as a CI gate. |
envguard generate .env --output .env.example |
Produce a template with values stripped, keys kept. |
License
MIT — free for personal and commercial use. The $9 lifetime license adds DevFlow Premium (multi-environment CI/CD, approval gates, infrastructure-as-code). Get it at kryptorious.gumroad.com/l/jbvet.
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
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 kryptorious_envguard-1.1.2.tar.gz.
File metadata
- Download URL: kryptorious_envguard-1.1.2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cde26bd3b2f77584273e17a7f791630b140dc0857f9f66566959a8427bba7db
|
|
| MD5 |
1e38f65370530d5935b1f9b8c2dc8ae0
|
|
| BLAKE2b-256 |
a77f881f676e34081291e8b6f38f7da086ceb47a8083aa77dadef9f397d58a36
|
File details
Details for the file kryptorious_envguard-1.1.2-py3-none-any.whl.
File metadata
- Download URL: kryptorious_envguard-1.1.2-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
051076ebf7b48a19429a00b6c6e7e4bc7728de8b51b3a0f1a5a3b41ccf9b1ada
|
|
| MD5 |
beee1d98eb7049e714207bdde05348a8
|
|
| BLAKE2b-256 |
1e07280d64abb3609b41703f4033eb0d3d5d968c03c645f84a7bbeb49dbc3cd0
|