alissa-tools-github-devloop
The alissa.tools.github.devloop module: a GitHub watcher that turns
alissa:develop-labeled issues into fresh developer sessions — the
developer-side counterpart of
alissa-tools-github-reviewloop.
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
├── devloop/ __init__.py ← THIS distribution
└── reviewloop/ __init__.py ← ships from alissa-github-review-daemon
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-devloop
Console scripts
| Command | Entry point |
|---|---|
alissa-devloop |
alissa.tools.github.devloop.__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/devloop/version), read by both
setup.py and version.py.
License
Licensed under the
Apache License, Version 2.0 — the
LICENSE and NOTICE files shipped with this distribution carry the full text
and the attribution and trademark terms. Both ship inside the sdist and the
wheel's .dist-info.
"Alissa" and "Fahera" are trademarks of CORE FAHERA ENTERPRISE HOLDINGS S. DE R.L. and are not covered by the license — the grant covers the code, not the names.
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_devloop-0.8.2.tar.gz.
File metadata
- Download URL: alissa_tools_github_devloop-0.8.2.tar.gz
- Upload date:
- Size: 152.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56ff7c46ec389d0c607f3dbe9494e8c6d9d8690c6b3ab94826ce6f64455d0b84
|
|
| MD5 |
af98ba5670b93635d75574b81f88b049
|
|
| BLAKE2b-256 |
4a7cfa71f18f835600dcc8bd91f92215b21020b559ea11a070465f6ddd2ba09a
|
File details
Details for the file alissa_tools_github_devloop-0.8.2-py3-none-any.whl.
File metadata
- Download URL: alissa_tools_github_devloop-0.8.2-py3-none-any.whl
- Upload date:
- Size: 160.6 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 |
5978d49a11155bf12c7fbd18d6c0fb652b5525ac8b0b9d9d28ee4e7a6596d2aa
|
|
| MD5 |
e159bd79c571db6212831f50eaa8f548
|
|
| BLAKE2b-256 |
8d1cf3fc4793b7450de0400d1eca0cdcb4a4fda5e23fa53dd6cda8cf082a428e
|