SDK everything builds on: bundle/provenance model, config, check framework, platform abstractions, registry client.
A monorepo of independently versioned, independently published Python packages. Each directory under packages/ with a pyproject.toml and a tests/ directory is one package.
| Package | Description |
|---|---|
overture_core |
Shared, framework-agnostic business logic — portable job classes. |
overture_serverless |
Base class for portable, framework-agnostic serverless jobs. |
See CONTRIBUTING.md for how to add a package, wire up cross-package dependencies, and run tests/lint locally. See PACKAGE_VERSIONING.md for how a version bump turns into a PyPI release.
This repository uses MAINTAINERS.md files to track ownership for LFX Insights ingestion. LFX scans the full repository tree, so these files can live anywhere.
To add a MAINTAINERS.md for a module or package, create it in the relevant directory using this format:
# MAINTAINERS
| Name | GitHub Username | Role | Affiliation |
| -------- | --------------- | --------------- | ----------- |
| Jane Doe | @janedoe | Lead Maintainer | Org |