Metadata-Version: 2.5
Name: attest-cli
Version: 0.1.0
Summary: attest command-line composition and presentation layer
Project-URL: Homepage, https://github.com/Parth2412/attest
Project-URL: Documentation, https://github.com/Parth2412/attest/tree/main/docs
Project-URL: Repository, https://github.com/Parth2412/attest.git
Project-URL: Issues, https://github.com/Parth2412/attest/issues
Project-URL: Changelog, https://github.com/Parth2412/attest/blob/main/CHANGELOG.md
Author: Parth (ZettaCore)
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: ai,attestation,provenance,sigstore,supply-chain
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: attest-collect==0.1.0
Requires-Dist: attest-core==0.1.0
Requires-Dist: attest-policy==0.1.0
Requires-Dist: attest-sign==0.1.0
Requires-Dist: attest-store==0.1.0
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.13.5
Requires-Dist: pyyaml
Requires-Dist: rich
Requires-Dist: structlog
Requires-Dist: typer
Description-Content-Type: text/markdown

# attest-cli

The `attest` command-line composition and presentation layer for collecting, building, signing,
storing, verifying, and gating tamper-evident code-change provenance.

This distribution is part of the version-locked attest `0.1.0` package family. See the
[project documentation](https://github.com/Parth2412/attest/tree/main/docs) for installation,
public contracts, and the security model.
