omnibase-compat
Thin shared structural package for cross-repo enums, wire DTOs, event envelopes, primitives, and experimental schemas.
What it is and what it does
omnibase_compat is a structural compatibility layer designed for multi-repository systems that need to share enums, data transfer objects, event models, and concurrency primitives without creating circular dependencies through core or infrastructure packages. It explicitly avoids importing from omnibase_core, omnibase_spi, or omnibase_infra at runtime, enforced by CI validation.
The package is used by repositories like dashboard, intelligence, memory, market, and governance to exchange event envelopes, status enums, routing DTOs, and migration shims. It includes experimental artifact tracking with lifecycle metadata (ticket and review milestone) and provenance-tracked enum copies from upstream sources. Runtime dependencies are minimal: only pydantic and typing-extensions.
Use it for:
- Share event envelope schemas across OmniNode repositories without creating import cycles.
- Define canonical enum copies with explicit source provenance for use by multiple domain repos.
- Transport wire DTOs and routing models between dashboard, intelligence, memory, and market services.
- Provide temporary migration shims with explicit removal dates and target migration paths.
- Implement concurrency and environment primitives that do not depend on OmniNode runtime packages.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides shared structural types—enums, DTOs, event envelopes, and concurrency helpers—for cross-repository communication within an OmniNode ecosystem without creating import cycles.
Yes, if you are part of the OmniNode ecosystem and need to share structural types across repositories without circular dependencies. The low install friction, active maintenance, and zero known vulnerabilities support adoption. However, verify the license status first—the metadata shows no SPDX identifier, which may be a blocker for some projects. If you are outside the OmniNode ecosystem, this package is likely not applicable.
Install
omnibase-compat on PyPI
pip
pip install omnibase-compatuv
uv add omnibase-compatpoetry
poetry add omnibase-compatInstalling omnibase-compat
Before you install
Low install friction: pure Python wheel with only pydantic and typing-extensions as runtime dependencies. Actively maintained with a release 35 days ago.
License in practice
License treatment is unclear; no SPDX identifier or raw license text is available in the package metadata. Verify the actual license before using in proprietary or restricted contexts.
Quickstart
pip install omnibase-compat
from omnibase_compat.enums.enum_message_category import EnumMessageCategory
from omnibase_compat.models.event_envelope import EventEnvelopeV1Minimal
Requires Python 3.12 or later.
Verify before relying
- Whether the license is open-source or proprietary; metadata shows no SPDX identifier.
- Whether this package is intended for use outside the OmniNode ecosystem or is internal-only.
- Stability guarantees for the structural types and whether breaking changes are expected.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.12) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — pydantic, typing-extensions |
| Maintenance | actively maintained — 35 days since the last release |
| First released | |
| Downloads | 103,180/month — #12,825 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: omnibase_compat-0.5.6-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
omnibase_coreomnibase_core provides the ONEX platform…
permissive · top 15,000 on PyPI
omnibase_spiDefines runtime-checkable Protocol contracts…
permissive · top 15,000 on PyPI
sqlalchemy-diffCompares database schemas across two…
permissive · top 15,000 on PyPI
enum-compatConditionally installs enum34 on Python…
permissive · top 5,000 on PyPI
alembic-postgresql-enumExtends Alembic to automatically detect and…
permissive · top 5,000 on PyPI
omnigent-clientA typed Python client SDK for driving omnigent…
unclear · top 15,000 on PyPI
metagit-cliMetagit provides cross-repository awareness and…
unclear · top 15,000 on PyPI
mcp-typesProvides the wire types and protocol message…
permissive · top 5,000 on PyPI
dbt-semantic-interfacesProvides shared semantic class definitions,…
permissive · top 1,000 on PyPI
snakemake-interface-commonProvides shared interfaces, utilities, and data…
unclear · top 5,000 on PyPI