hypergumbo-core
Core infrastructure for hypergumbo repo behavior map generator.
What's Included
- CLI: Command-line interface (
hypergumbo run,hypergumbo sketch, etc.) - IR: Data structures (Symbol, Edge, Span, AnalysisRun)
- Analysis Framework: Base classes and registry for language analyzers
- Linkers: Tier 2 edge-recovery across Protocol / Bridge / Framework / Infrastructure subcategories (HTTP, gRPC, IPC, DI, and more — see docs/LINKERS.md)
- Framework Patterns: Route and handler detection for 150+ frameworks
- Slice: Forward and reverse dependency analysis
- Sketch: Token-budgeted codebase overview generation
Installation
# Core only (no language analyzers)
pip install hypergumbo-core
# Full installation (recommended)
pip install hypergumbo
Usage
from hypergumbo_core.ir import Symbol, Edge, Span
from hypergumbo_core.sketch import generate_sketch
from hypergumbo_core.slice import forward_slice, reverse_slice
Documentation
See https://github.com/iterabloom/hypergumbo for full documentation.
Release files for hypergumbo-core 8.1.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 | |
|---|---|---|---|
| hypergumbo_core-8.1.0.tar.gz | 4.5 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hypergumbo_core-8.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.9 MB
Release files / hypergumbo_core-8.1.0.tar.gz
| Download URL | hypergumbo_core-8.1.0.tar.gz |
|---|---|
| Size | 4.5 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eccea3ccb64937ddfeb09bfbfa44e16e6f1a29f322a13f7ec0b9e9ea2a7cf39f
|
|
BLAKE2b-256 checksum How to use checksums |
c4b71d5ffd4d8c91d98086b161a5e2415db15bed40642a73852107aadd7af24f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|
Release files / hypergumbo_core-8.1.0-py3-none-any.whl
| Download URL | hypergumbo_core-8.1.0-py3-none-any.whl |
|---|---|
| Size | 2.5 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
148978e24db7357bb2b4df6644cbb13a69331d643d3b59f560423360276375f9
|
|
BLAKE2b-256 checksum How to use checksums |
fd2367183a521608f965cb868a868f300e8b38bf655799011cf00491ee7ce269
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|