Metadata-Version: 2.4
Name: klasp
Version: 0.4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Version Control :: Git
Summary: Block AI coding agents (Claude Code, Codex, Aider) on the same quality gates your humans hit at git commit.
Keywords: ai,agents,git-hooks,pre-commit,quality
Home-Page: https://klasp.dev
Author: klasp authors
License-Expression: Apache-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://klasp.dev
Project-URL: Issues, https://github.com/klasp-dev/klasp/issues
Project-URL: Repository, https://github.com/klasp-dev/klasp

# klasp

> Block AI coding agents (Claude Code, Cursor, Codex, Aider) on the same quality gates your humans hit at `git commit`.

This is the PyPI distribution of [klasp](https://github.com/klasp-dev/klasp). The
wheel is built with [maturin](https://www.maturin.rs/) using `bindings = "bin"`
and ships the compiled `klasp` executable into your environment's `bin/`
directory — there is no Python code or import surface.

```sh
pip install klasp
klasp --version
```

For the full documentation, design doc, and roadmap, see
[github.com/klasp-dev/klasp](https://github.com/klasp-dev/klasp).

## License

Apache-2.0

