Metadata-Version: 2.4
Name: algovoi-reseal
Version: 0.0.1
Summary: Placeholder for AlgoVoi Reseal (a licensed product). Install the free verifier 'algovoi-reseal-verify', or the licensed sealer from the AlgoVoi index.
Author-email: AlgoVoi <chopmob@gmail.com>
License-Expression: Apache-2.0
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/reseal
Keywords: algovoi,reseal,post-quantum,placeholder
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# algovoi-reseal (placeholder)

**This is not the product.** It reserves the `algovoi-reseal` name on PyPI so it
cannot be squatted. AlgoVoi Reseal quantum-seals documents you already have
(verify the classical RSA/ECDSA signature today, bind it into a post-quantum,
RFC-3161 timestamped, offline-verifiable attestation).

- **Free, open verifier / inspector** — inspect classical signatures and verify
  reseal attestations offline:

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

- **Licensed sealer** — after purchase you get an index token; install the real
  `algovoi-reseal` 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-reseal
  ```

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