Metadata-Version: 2.1
Name: locrin
Version: 0.6.0
Summary: Locrin: the deterministic quality gate for code written by people and agents.
Home-page: https://locrin.com
License: MIT
Requires-Python: >=3.9
Project-URL: Source, https://github.com/BilalEjaz/locrin
Description-Content-Type: text/markdown

# locrin

Locrin is a deterministic quality gate for code written by people and agents. It scans a repository against a fixed rule set and exits 1 when a change would ship a blocking problem, 0 when it passes, and 2 when the engine itself fails.

```sh
pip install locrin
pipx install locrin
```

Supported platforms: Linux x64, macOS x64, macOS arm64, and Windows x64.
Each platform has its own wheel that carries the prebuilt binary, so pip downloads only the one binary your machine needs.

Everything else, including the rules, the configuration file, and the CI setup, is in the repository README:

https://github.com/BilalEjaz/locrin
