codeality-py
Structural linter and config scaffolder for Python: atomic files, placement,
size caps, no inline SQL. Brings the same discipline as
@syntopica/eslint-config and cargo-baseline to Python projects.
Install
uv add --dev syntopica-codeality-py
Usage
codeality-py init [--check|--apply|--force] # scaffold ruff, mypy, deptry,
# pytest, coverage and CI config
codeality-py check [PATH...] # run the structural rules
codeality-py gate # run the whole quality chain
codeality-py baseline create|update|check # track migration debt
init never overwrites: it merges into existing configuration, or reports a
conflict. check never writes. gate fails when a required tool is absent
rather than skipping it.
Rules
| Code | Rule | Enforces |
|---|---|---|
BPY000 |
parse-error |
A file that fails to parse is a finding, never a silent skip. |
BPY001 |
one-primary-unit |
Exactly one primary declaration per ordinary module. |
BPY002 |
file-matches-unit |
File name is the snake_case of its primary declaration. |
BPY003 |
no-grab-bag-names |
No utils, helpers, misc or common in any path segment. |
BPY004 |
max-file-lines |
Code-line cap per file; tests get their own, looser cap. |
BPY005 |
barrel-only-init |
__init__.py holds imports, __all__ and nothing else. |
BPY006 |
no-inline-sql |
SQL lives in resource files, not in string literals. |
Suite time budget
# codeality-py.toml
test-budget-seconds = 300
Past the budget a passing suite is a finding: the pytest stage reports
over-budget, exits 1, and its detail carries the slowest tests. The
procedure - profile, make the unit under test cheaper, parallelise, serialise
what must stay shared - is in
docs/standards/testing.md.
Exit codes
| Code | Meaning |
|---|---|
| 0 | All blocking checks passed. |
| 1 | Policy findings. |
| 2 | Invalid usage or invalid configuration. |
| 3 | Infrastructure failure: a required tool is missing or unusable. |
License
MIT
Release files for syntopica-codeality-py 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| syntopica_codeality_py-0.2.3.tar.gz | 129.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| syntopica_codeality_py-0.2.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 226.5 kB
Release files / syntopica_codeality_py-0.2.3.tar.gz
| Download URL | syntopica_codeality_py-0.2.3.tar.gz |
|---|---|
| Size | 129.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f746ae62e7e8163c14a3dd09cab2ef9152661fa165b147d5591ea6e7f4900a3b
|
|
BLAKE2b-256 checksum How to use checksums |
8e1871938d37c90ee26f6ff1b2c733bb4606cb2fb3320b6572654cc46fb714e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 22, 2026.
Transparency logRelease files / syntopica_codeality_py-0.2.3-py3-none-any.whl
| Download URL | syntopica_codeality_py-0.2.3-py3-none-any.whl |
|---|---|
| Size | 96.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c09d8ae281e5226ff1ce1c344ecc77896852206e24de2e82b7347cddf0ab4db4
|
|
BLAKE2b-256 checksum How to use checksums |
500d7e6454d4c9e5fdd90a699f183c54a86b670ec9559bb1b9ee1fa9319c348d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 22, 2026.
Transparency log