audit-labs/evidence-seal
Tamper-evident seals and chain of custody for audit evidence.
clone: git clone https://gitbay.org/audit-labs/evidence-seal.git
3b82dd31a98561955ed47bcdb3ab634fc171e9af
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-08-07T03:05:38Z
README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) @@ -28,10 +28,10 @@ timestamping needs `asn1crypto` (`evidence-seal[timestamp]`). ```bash # Core is pure standard library; extras add signing + timestamping. -pip install "evidence-seal[sign,timestamp] @ git+https://github.com/audit-labs/evidence-seal" +pip install "evidence-seal[sign,timestamp]" # Or, for the zero-dependency core, drop the extras: -pip install "evidence-seal @ git+https://github.com/audit-labs/evidence-seal" +pip install evidence-seal ``` To hack on it from a clone instead, see [Development](#development).