Metadata-Version: 2.1
Name: ispras-crisp
Version: 0.2.0
Summary: Coding Rules at ISP
License: MIT
Author: Konstantin Arkhipenko
Author-email: arkhipenko@ispras.ru
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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
Requires-Dist: black (>=24.10.0,<25.0.0)
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: deepmerge (>=2.0,<3.0)
Requires-Dist: gitpython (>=3.1.43,<4.0.0)
Requires-Dist: psutil (>=6.1.0,<7.0.0)
Requires-Dist: pycodestyle (>=2.12.1,<3.0.0)
Requires-Dist: ruff (>=0.8.0,<0.9.0)
Requires-Dist: tomlkit (>=0.13.2,<0.14.0)
Requires-Dist: wcmatch (>=10.0,<11.0)
Description-Content-Type: text/markdown

# crisp

Coding Rules at ISP

## Why this exists

* I'm tired of typing `ruff check <something>` **and** `black <something>` **and**
checking I'm in the right directory.
* I need a simple way to enforce a uniform coding style in many projects. Just install
this package and enjoy a carefully crafted set of coding rules being applied
automatically.
* I hate accidentially fixing somebody else's linting errors in my own commits so this
tool sees only files **you** have modified. Faster than checking the entire codebase
once again as well.

