Metadata-Version: 2.5
Name: forecast-store
Version: 0.0.1
Summary: The forecast store: a bi-temporal schema convention and SDK for storing, evaluating, and monitoring forecasts on Postgres/TimescaleDB. Name claim for the upcoming v0 release.
License-Expression: Apache-2.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# forecast-store

**A forecast store** is a bi-temporal store for forecasts and the data they are
made from and scored against: every belief carries three clocks (`target_time`,
`available_at`, `recorded_at`), measurements and predictions live in separate
append-only tables, and backtests, evaluation, and monitoring become plain SQL.

This package name is claimed for the reference implementation of the forecast
store convention (schema generator, as-of read/write paths, and adapters —
validated end-to-end against OpenSTEF's public liander2024 benchmark on
TimescaleDB). The v0 release is in preparation; this placeholder will be
replaced by it.
