Metadata-Version: 2.4
Name: slophammer-py
Version: 0.4.0
Summary: Repository quality checker for agent-assisted Python projects
Project-URL: Homepage, https://github.com/dutifuldev/slophammer
Project-URL: Repository, https://github.com/dutifuldev/slophammer
Author: dutifuldev
License-Expression: MIT
Requires-Python: >=3.12
Requires-Dist: pyyaml<7,>=6.0.2
Description-Content-Type: text/markdown

# slophammer-py

The Python implementation of [Slophammer](https://github.com/dutifuldev/slophammer),
a repository quality checker for agent-assisted projects. It shares the rule
contract, config file, report formats, and conformance fixtures with the Go,
TypeScript, and Rust implementations.

```sh
uvx slophammer-py check .
uvx slophammer-py dry .
```

See the repository root for the rule reference and configuration docs.
