Show HN: Envsleuth – catch missing env vars before they reach production
Category: devtools
Tags: env-vars, python, cli-tool
Score: 6.0/10 (Innovation: 5, Technical: 5, Documentation: 8, Utility: 6)
Envsleuth is a Python CLI tool that uses AST parsing to detect missing environment variables in your code before they reach production. It scans for `os.getenv()` and similar patterns, checks against your `.env` file, and can generate `.env.example` files, making it a practical and well-documented utility for Python developers.
Target audience: backend devs
Repository: https://github.com/k38f/envsleuth · Python · MIT · 1 stars
View on Hacker News