Metadata-Version: 2.4
Name: dotenv-doctor
Version: 0.1.1
Summary: Scan and fix stale hosts/values across your local .env files. Cross-platform, dry-run by default, config-driven.
Project-URL: Homepage, https://github.com/bhavish-pj/dotenv-doctor
Project-URL: Repository, https://github.com/bhavish-pj/dotenv-doctor
Project-URL: Issues, https://github.com/bhavish-pj/dotenv-doctor/issues
Author: Bhavish Reddy
License: MIT
Keywords: cli,config,dotenv,env,environment-variables,migration
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# dotenv-doctor (Python)

Scan and fix stale hosts/values across your local `.env*` files. Cross-platform, dry-run by default, config-driven. Stdlib-only, Python >= 3.9.

```bash
uvx dotenv-doctor scan --ruleset cerebrium    # preview (no writes)
uvx dotenv-doctor fix  --ruleset cerebrium     # apply (timestamped .bak backups)
```

Commands: `scan` (default, dry-run) · `fix` (apply) · `check` (exit 1 if matches; for hooks/CI).
Flags: `--root`, `--ruleset <name>`, `--rules <file|url>`, `--yes`, `--no-backup`, `--json`.

See the [project README](https://github.com/bhavish-pj/dotenv-doctor) for full docs. MIT licensed.
