alissa-tools-github-reviewloop
The alissa.tools.github.reviewloop module: a GitHub watcher that drives the
alissa-code-review adversarial review loop (CR1–CR9) to convergence.
This distribution ships only that module. Everything above it —
alissa, alissa.tools, alissa.tools.github — is a
PEP 420 namespace package with no
__init__.py, so other distributions in other repositories can contribute
their own packages under the same namespace:
alissa/ ← namespace (no __init__.py)
└── tools/ ← namespace
├── github/ ← namespace
│ ├── reviewloop/ __init__.py ← THIS distribution
│ └── issues/ __init__.py ← could ship from another repo
└── slack/ ← namespace
└── notify/ __init__.py ← could ship from another repo
The rule: a distribution owns a leaf package and declares only that subtree
(find_namespace_packages(include=[PACKAGE, f"{PACKAGE}.*"])). Adding an
__init__.py at any namespace level would claim it for one distribution and
shadow the others.
Install
pip install -e ./alissa-tools-github-reviewloop
Console scripts
| Command | Entry point |
|---|---|
alissa-reviewloop |
alissa.tools.github.reviewloop.__main__:main |
Layout
src/main holds the package tree, src/test mirrors it as test_*. The
distribution version lives in the plain-text version file next to the module
it versions (src/main/alissa/tools/github/reviewloop/version), read by both
setup.py and version.py.
Release files for alissa-tools-github-reviewloop 0.11.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| alissa_tools_github_reviewloop-0.11.0.tar.gz | 32.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| alissa_tools_github_reviewloop-0.11.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 69.0 kB
Release files / alissa_tools_github_reviewloop-0.11.0.tar.gz
| Download URL | alissa_tools_github_reviewloop-0.11.0.tar.gz |
|---|---|
| Size | 32.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
98b92c6746e0bfb5470a1f1bb3ee7814d2c33170389b83c27229607476fdc1fa
|
|
BLAKE2b-256 checksum How to use checksums |
c4387f868eea13df242859c7f92cbd66044e5ea82ff26b7f28ce0eb720dd554a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|
Release files / alissa_tools_github_reviewloop-0.11.0-py3-none-any.whl
| Download URL | alissa_tools_github_reviewloop-0.11.0-py3-none-any.whl |
|---|---|
| Size | 36.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f2fe32cbb0e0634c43c1355ac15e93ddea43812476ecd757c5ec89f17fdd048d
|
|
BLAKE2b-256 checksum How to use checksums |
82f14b74748397eebbfe81b5fd866f2593f3246e5c31e845f6f1baa13fbcd10c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|