Metadata-Version: 2.4
Name: openparallax-audit
Version: 0.1.1
Summary: Python wrapper for the OpenParallax audit module
Project-URL: Documentation, https://docs.openparallax.dev/audit/python
Project-URL: Repository, https://github.com/openparallax/openparallax
License-Expression: Apache-2.0
Keywords: ai-agent,audit,openparallax,security
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# openparallax-audit

Tamper-evident append-only logging with SHA-256 hash chains

Python wrapper for the [OpenParallax](https://docs.openparallax.dev) audit module. Communicates with a pre-built Go binary over JSON-RPC (stdin/stdout).

## Installation

```bash
pip install openparallax-audit
```

## Documentation

See the [audit documentation](https://docs.openparallax.dev/audit/) for the full API reference and examples.

## License

Apache License 2.0
