Operations
This repository ships the open_fdd library only. Scheduling, databases, and HTTP APIs are your operational concern.
Releases and CI
pytestonopen_fdd/testsruns on every PR (see.github/workflows/ci.yml).- PyPI publishes the
open-fddwheel from tags per PyPI releases.
Running rules on a cadence
Typical patterns:
- Cron or systemd timers calling a small Python entrypoint that loads CSV/SQL, builds a DataFrame, and runs
RuleRunner. - Workflow engines (Airflow, Dagster, …) with a task that imports
open_fdd.