LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/README.md
examples/arrow_minimal/README.md
examples/arrow_minimal/run_minimal_arrow_rule.py
examples/cloud_pipeline/aws_dynamodb_lambda/README.md
examples/cloud_pipeline/generic_iot_pipeline/README.md
examples/cloud_pipeline/generic_iot_pipeline/fake_fault_sink.py
examples/cloud_pipeline/generic_iot_pipeline/fake_iot_source.py
examples/cloud_pipeline/generic_iot_pipeline/run_fdd_batch.py
examples/datafusion_sql_rule/README.md
examples/datafusion_sql_rule/run_example.py
examples/feather_rule_run/README.md
examples/feather_rule_run/run_rule_from_feather.py
open_fdd/__init__.py
open_fdd/__main__.py
open_fdd/cli.py
open_fdd.egg-info/PKG-INFO
open_fdd.egg-info/SOURCES.txt
open_fdd.egg-info/dependency_links.txt
open_fdd.egg-info/entry_points.txt
open_fdd.egg-info/requires.txt
open_fdd.egg-info/top_level.txt
open_fdd/arrow_runtime/__init__.py
open_fdd/arrow_runtime/arrays.py
open_fdd/arrow_runtime/backend.py
open_fdd/arrow_runtime/column_map_from_model.py
open_fdd/arrow_runtime/config.py
open_fdd/arrow_runtime/confirmation.py
open_fdd/arrow_runtime/cookbook.py
open_fdd/arrow_runtime/datafusion_backend.py
open_fdd/arrow_runtime/events.py
open_fdd/arrow_runtime/execution_evidence.py
open_fdd/arrow_runtime/features.py
open_fdd/arrow_runtime/numpy_helpers.py
open_fdd/arrow_runtime/primitives.py
open_fdd/arrow_runtime/pyarrow_policy.py
open_fdd/arrow_runtime/rules.py
open_fdd/arrow_runtime/sensor_catalog.py
open_fdd/arrow_runtime/summary.py
open_fdd/arrow_runtime/testing.py
open_fdd/arrow_runtime/windows.py
open_fdd/faults/__init__.py
open_fdd/faults/catalog.py
open_fdd/faults/schema.py
open_fdd/faults/catalog/ahu.yaml
open_fdd/faults/catalog/chw.yaml
open_fdd/faults/catalog/cross_cutting.yaml
open_fdd/faults/catalog/crs.yaml
open_fdd/faults/catalog/rtu.yaml
open_fdd/faults/catalog/vav.yaml
open_fdd/playground/__init__.py
open_fdd/playground/arrow_templates.py
open_fdd/playground/cookbook.py
open_fdd/playground/rows.py
open_fdd/playground/rule_lab.py
open_fdd/playground/sandbox.py
open_fdd/playground/series.py
open_fdd/playground/temp_units.py
open_fdd/schema/__init__.py
open_fdd/schema/fdd_result.py
tests/test_fdd_binding_probe.py
tests/test_http_probes_resilience.py
tests/test_http_probes_sparql.py
tests/test_no_pandas_edge_fdd.py