Skip to main content

Reference Business Capability catalogue for Turbo EA - bundled JSON, no network access required.

Project description

turbo-ea-capabilities

Reference Business Capability catalogue for Turbo EA, bundled as a Python package.

All catalogue data ships inside the wheel — no network access required at runtime. Designed for offline / airgapped Turbo EA deployments.

Install

pip install turbo-ea-capabilities

Usage

from turbo_ea_capabilities import (
    load_all,
    load_tree,
    get_by_id,
    get_children,
    get_subtree,
    get_ancestors,
    VERSION,
    SCHEMA_VERSION,
    GENERATED_AT,
)

print(f"Catalogue {VERSION} (schema v{SCHEMA_VERSION}), built {GENERATED_AT}")
print(f"{len(load_all())} capabilities")

root = get_subtree("BC-2")
for child in root.children:
    print(f"  {child.id}  {child.name}")

API

Function Returns
load_all() list[Capability] — flat, every node, sorted by id
load_tree() list[Capability] — nested, one entry per L1
get_by_id(id) Capability | None
get_children(id) list[Capability] — direct children only
get_subtree(id) Capability | None — node with .children populated recursively
get_ancestors(id) list[Capability] — root → parent (excludes the node itself)

Capability is a frozen Pydantic v2 model — see _models.py.

Versioning

Two version numbers travel together:

  • VERSION — semver of the catalogue content.
  • SCHEMA_VERSION — integer; bumps only on non-additive field/value changes.

Pin against SCHEMA_VERSION to detect breaking shape changes; pin against VERSION minor for additive content updates.

Source

The catalogue YAML and build pipeline live at https://github.com/vincentmakes/turbo-ea-capabilities.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

turbo_ea_capabilities-2026.5.9.317.tar.gz (3.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

turbo_ea_capabilities-2026.5.9.317-py3-none-any.whl (3.6 MB view details)

Uploaded Python 3

File details

Details for the file turbo_ea_capabilities-2026.5.9.317.tar.gz.

File metadata

File hashes

Hashes for turbo_ea_capabilities-2026.5.9.317.tar.gz
Algorithm Hash digest
SHA256 f6f01b7b68e7c140fd33d53864fcd290aaa5b07da56e84384274d6b2a024f7b2
MD5 0de0e8880ac7af3e282d4a4704d649e5
BLAKE2b-256 cebf8aba1421093bf17c49cd5e5b0e3f91241e1d599e51d4708b4ed72c677498

See more details on using hashes here.

Provenance

The following attestation bundles were made for turbo_ea_capabilities-2026.5.9.317.tar.gz:

Publisher: publish-package.yml on vincentmakes/turbo-ea-capabilities

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file turbo_ea_capabilities-2026.5.9.317-py3-none-any.whl.

File metadata

File hashes

Hashes for turbo_ea_capabilities-2026.5.9.317-py3-none-any.whl
Algorithm Hash digest
SHA256 4c44602ee4b3c89e385d1b544028ec4c9606c00b0d179ea1d125eeb7d1febfec
MD5 7288cbbd5f174d2b399058b5c7b54921
BLAKE2b-256 b1561cc8f4f3b2e069b614ea07e6a2fb802db8e84bea25ced99290fd97c6aabd

See more details on using hashes here.

Provenance

The following attestation bundles were made for turbo_ea_capabilities-2026.5.9.317-py3-none-any.whl:

Publisher: publish-package.yml on vincentmakes/turbo-ea-capabilities

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page