Load, diff and validate configuration files (.env, INI, JSON, TOML) from the command line.
Secret-looking values are masked by default.
pip install -e ".[test]"
envdiff show .env
envdiff diff .env .env.production --exit-code
envdiff missing .env.example .env
envdiff validate .env schema.json
pytest
This repository was generated by an AI coding assistant (Claude, via Claude Code) in a single session with no manual cleanup. It exists as a benchmark target for MuckLedger, a reproducible leaderboard for code-cleanup tools. Whatever unused imports, dead helpers or redundant logic the assistant produced have been left exactly as generated so that cleanup tools have something real to work on.
The test suite is real and covers the tool's actual behaviour; it is the oracle MuckLedger uses to decide whether a cleanup tool broke anything.
Licensed under the MIT License (see LICENSE).
0 comments
log in to comment.