alissa-tools-github-revloop
The alissa.tools.github.revloop 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
│ ├── revloop/ __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-revloop
Console scripts
| Command | Entry point |
|---|---|
alissa-revloop |
alissa.tools.github.revloop.__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/revloop/version), read by both
setup.py and version.py.
License
Licensed under the Apache License 2.0 — see the LICENSE and NOTICE files
shipped with this distribution.
"Alissa" and "Fahera" are trademarks of CORE FAHERA ENTERPRISE HOLDINGS S. DE R.L.; the license does not grant permission to use them.
Release files for alissa-tools-github-revloop 0.16.16
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_revloop-0.16.16.tar.gz | 151.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| alissa_tools_github_revloop-0.16.16-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 313.9 kB
Release files / alissa_tools_github_revloop-0.16.16.tar.gz
| Download URL | alissa_tools_github_revloop-0.16.16.tar.gz |
|---|---|
| Size | 151.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d0bbbc399093a7ddb9b5eba22d3ab11acf9621caf6f97944ef4d67b35471d0fc
|
|
BLAKE2b-256 checksum How to use checksums |
3b3109d637f57266224bd08cf31c19cccf44944fb86da1b814c1277d31a589d9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.13
|
Release files / alissa_tools_github_revloop-0.16.16-py3-none-any.whl
| Download URL | alissa_tools_github_revloop-0.16.16-py3-none-any.whl |
|---|---|
| Size | 162.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e63affb59a7d3bb2657a2bf7cc10ff28796bfe1679776a721a83c0e96f7485c4
|
|
BLAKE2b-256 checksum How to use checksums |
006d9db575f5de62c4b68e9d59dc69f6f6ebc3f8695b3a3965d3983646f59205
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.13
|