Metadata-Version: 2.4
Name: abizor
Version: 0.1.20
Summary: Self-serve PR check 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: Download, https://abizor.dev/downloads/abizor-0.1.20-py3-none-any.whl
Project-URL: Contact, https://abizor.dev/founding-access.html
Keywords: ai,pull-request,ci,change-record,verified-run
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: coverage[toml]<8,>=7.6; extra == "test"
Requires-Dist: jsonschema<5,>=4.22; extra == "test"
Requires-Dist: mypy<2,>=1.10; extra == "test"
Requires-Dist: ruff<1,>=0.8; extra == "test"
Requires-Dist: setuptools>=68; extra == "test"
Requires-Dist: types-jsonschema<5,>=4.22; extra == "test"
Provides-Extra: site-qa
Requires-Dist: playwright<2,>=1.45; extra == "site-qa"

# Abizor CLI

Abizor is a self-serve PR check and control-loop tool for AI pull requests.

The CLI wheel is prepared for the manual PyPI package lane. After this package
version is published, install it with:

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

The package can run `abizor pr-check`, generate a replayable event log, export a
Change Record projection, and verify evidence bundles 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 run records are projections or evidence over that
event log.
