Metadata-Version: 2.4
Name: algovoi-evidence-audit
Version: 0.0.2
Summary: Placeholder for AlgoVoi Evidence Auditor, a commercial/licensed product. Install the free verifier 'algovoi-reseal-verify', or the licensed auditor from the AlgoVoi index.
Author-email: AlgoVoi <chopmob@gmail.com>
License-Expression: LicenseRef-AlgoVoi-Proprietary
Project-URL: Homepage, https://algovoi.co.uk
Project-URL: Free verifier, https://pypi.org/project/algovoi-reseal-verify/
Project-URL: Documentation, https://docs.algovoi.co.uk/evidence-auditor
Keywords: algovoi,evidence,audit,post-quantum,placeholder
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# algovoi-evidence-audit (placeholder)

**This is not the product.** It reserves the `algovoi-evidence-audit` name on
PyPI so it cannot be squatted. AlgoVoi Evidence Auditor batch-verifies a whole
archive of signed documents (classical RSA/ECDSA and post-quantum) and hands you
a signed, tamper-evident audit report you can give an auditor.

- **Free, open verifier / inspector** — inspect classical signatures, verify a
  single reseal attestation, and check an Auditor report, offline:

  ```
  pip install algovoi-reseal-verify
  av-reseal-verify inspect contract.pdf
  ```

- **Licensed auditor** — after purchase you get an index token; install the real
  `algovoi-evidence-audit` from the AlgoVoi index:

  ```
  pip install \
    --index-url https://<your-index-token>@api.algovoi.co.uk/pkgs/simple/ \
    --extra-index-url https://pypi.org/simple/ \
    algovoi-evidence-audit
  ```

Docs: https://docs.algovoi.co.uk/evidence-auditor · An [AlgoVoi](https://algovoi.co.uk) project.
