Chronon is a platform for defining, managing and executing feature engineering pipelines in production. The Python client library provides APIs to interact with the Chronon backend, define feature tables, and run jobs. Current version: 0.0.111. Release cadence: active development.
pip install chronon-aiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a basic feature table using Chronon Python API.
Install with 'pip install chronon-ai' but import using 'import chronon'.
Install with extras: 'pip install chronon-ai[spark,thrift]' or ensure compatible versions of PySpark and Thrift are available.
Replace 'from chronon.api import ...' with 'from chronon.feature_table import ...'.