Metadata-Version: 2.4
Name: pactverity
Version: 0.1.0
Summary: Reference client for the PactVerity Receipt API beta
License-Expression: MIT
Project-URL: Homepage, https://pactverity.com/developers
Project-URL: Documentation, https://pactverity.com/developers
Project-URL: Repository, https://github.com/PactVerityHQ/pactverity
Project-URL: Issues, https://github.com/PactVerityHQ/pactverity/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# PactVerity Python SDK

A standard-library client and CLI for the public Receipt API beta. Version 0.1.0 is release-ready in the public repository; registry publication remains separately verifiable and must not be inferred from this source tree.

```python
from pactverity import PactVerityClient

client = PactVerityClient()
created = client.create_receipt(receipt_input)
verified = client.verify_receipt(created["receipt"])
```

For a local checkout, set `PYTHONPATH=sdk/python/src`. CLI commands are `pactverity health`, `pactverity create INPUT.json`, `pactverity verify RECEIPT.json`, and `pactverity public DIGEST`.

The API evaluates caller-supplied evidence and does not independently monitor the service described by that evidence.
