Metadata-Version: 2.4
Name: abizor
Version: 0.1.8
Summary: Self-serve CI proof and control-loop tooling for AI pull requests.
Author-email: Abizor <founders@abizor.dev>
License: Proprietary
Project-URL: Homepage, https://abizor.dev/
Project-URL: Quickstart, https://abizor.dev/quickstart-github-actions.html
Project-URL: Proofs, https://abizor.dev/proofs/
Project-URL: Download, https://abizor.dev/downloads/abizor-0.1.8-py3-none-any.whl
Project-URL: Contact, https://abizor.dev/founding-access.html
Keywords: ai,pull-request,ci,change-record,proof
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Provides-Extra: test
Requires-Dist: jsonschema<5,>=4.22; extra == "test"
Requires-Dist: setuptools>=68; extra == "test"
Provides-Extra: site-qa
Requires-Dist: playwright<2,>=1.45; extra == "site-qa"

# Abizor CLI

Abizor is a self-serve CI proof and control-loop tool for AI pull requests.

The public CLI wheel and PyPI package are live for the GitHub Actions CI proof
path. Install the current public package with:

```bash
python3 -m pip install abizor==0.1.8
```

The package can run `abizor ci-proof`, generate a replayable event log, export a
Change Record projection, and verify proof artifacts locally.

The public quickstart does not provide a hosted Abizor app, hosted API,
dashboard, billing flow, GitHub App installation, merge automation, or
deployment automation.

The current package license is Proprietary.

Canonical truth remains the Abizor event log. Change Records, GitHub Checks,
summaries, PR comments, and proof reports are projections or evidence over that
event log.
