# manifest-wizard Generate forensic or pentest artifact manifests (JSON + CSV), compute hashes, zip, optionally encrypt (OpenSSL) and sign (GPG). Includes a polished interactive UI (Rich) and a non-interactive CLI workflow suitable for CI or automation. ## Install ```bash $ pip install manifest-wizard ``` ## CLI ```bash $ manifest-wizard --help ``` ## Contents - [Usage](usage.md) - [API Reference](api.md) - [Changelog](changelog.md)