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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alissa_tools_github_revloop-0.16.14.tar.gz.
File metadata
- Download URL: alissa_tools_github_revloop-0.16.14.tar.gz
- Upload date:
- Size: 146.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c45537f619fb379aa77b62d0b34af0ba97f1577ef160ec002196ff2d189c36a
|
|
| MD5 |
b16032bea2eab509a278aed51a87fe6e
|
|
| BLAKE2b-256 |
99a243fa096b933c698e862ebcd3c447c52eb42fb50e7844f4c740e2b9b38aae
|
File details
Details for the file alissa_tools_github_revloop-0.16.14-py3-none-any.whl.
File metadata
- Download URL: alissa_tools_github_revloop-0.16.14-py3-none-any.whl
- Upload date:
- Size: 156.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a362b7b43f88234ab28abd453fa272957160418be025ed6a31207e192f14ba9
|
|
| MD5 |
42dd513fe89f557368a6dcc4fe7f3766
|
|
| BLAKE2b-256 |
6e0525d81677ee0cc728362a01eeb0e19762430c428cde79e0fdc6b3c1e5c560
|