Metadata-Version: 2.4
Name: sarj-standards
Version: 5.6.24
Summary: One deterministic quality gate for Sarj Python, TypeScript, SQL, IaC, and repository policy.
Project-URL: Homepage, https://code-standards.sarj.ai/
Project-URL: Documentation, https://code-standards.sarj.ai/cli/
Project-URL: Changelog, https://github.com/sarj-ai/standards/releases
Project-URL: Repository, https://github.com/sarj-ai/standards
Project-URL: Issues, https://github.com/sarj-ai/standards/issues
Author: sarj-ai
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.14
Requires-Dist: basedpyright==1.39.9
Requires-Dist: lefthook==2.1.10
Requires-Dist: packaging==26.2
Requires-Dist: pathspec==1.1.1
Requires-Dist: pre-commit==4.6.1
Requires-Dist: pyyaml==6.0.3
Requires-Dist: ruff==0.16.1
Requires-Dist: sarj-iac-lint==0.9.4
Requires-Dist: sarj-python-lint==0.67.11
Requires-Dist: sarj-sql-lint==0.13.3
Requires-Dist: sqlfluff==4.2.2
Description-Content-Type: text/markdown

<!-- Generated by `sarj-standards maintain docs sync`; do not edit. -->

# sarj-standards

One deterministic quality gate for Sarj Python, TypeScript, SQL, IaC, and repository policy.

```bash
uv tool install --python 3.14 sarj-standards
```

Use it from pre-commit with a coding agent so violations are flagged and fixed before commit.

```bash
sarj-standards setup
sarj-standards check
sarj-standards fix
sarj-standards doctor
sarj-standards update
```

[Documentation](https://code-standards.sarj.ai/) · [Source](https://github.com/sarj-ai/standards)
