Metadata-Version: 2.4
Name: proofx
Version: 0.3.0
Summary: ProofX — Evidence Infrastructure for Software. CLI + GitHub Action + public verification.
Author-email: EslaM-X <eslam.kora60@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/EslaM-X/proofx
Project-URL: Repository, https://github.com/EslaM-X/proofx
Project-URL: Issues, https://github.com/EslaM-X/proofx/issues
Keywords: cli,evidence,verification,supply-chain,security,merkle,cryptography,provenance,attestation,integrity
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# proofx (PyPI)

ProofX CLI — Evidence Infrastructure for Software.

## Install

```bash
pip install proofx
```

## What happens on install

The package downloads the correct prebuilt binary for your platform
from [GitHub Releases](https://github.com/EslaM-X/proofx/releases).
No Go toolchain required.

## Usage

```bash
proofx --version
proofx init
proofx collect
proofx prove
proofx verify proof.json
```

## Supported platforms

| OS    | Architecture |
|-------|-------------|
| macOS | x64, arm64  |
| Linux | x64, arm64  |
| Windows | AMD64, ARM64 |

## License

MIT — see [LICENSE](../../LICENSE).
