Canonical Core source for StatLine.
This repository is mounted into the parent StatLine repository at statline/core as a Git submodule. It is intentionally source-owned separately while the parent repository remains the release-composition and pip install statline... surface.
Core is the bottom of the StatLine dependency graph. Code in this component must not import statline.app or statline.gateway.
Canonical installs are owned by the parent repository:
pip install statline— Corepip install "statline[app]"— Core + App capabilitypip install "statline[gateway]"— Core + App + Gateway capabilitypip install "statline[dev]"— all capabilities + development/test tooling