.gitignore
.pre-commit-config.yaml
README.md
pdm.lock
pyproject.toml
.github/workflows/lint_test_build.yml
data/divy_trips_limited.csv
examples/notebooks/basic_pandas.ipynb
src/framelink/__init__.py
src/framelink/__main__.py
src/framelink/__version__.py
src/framelink/_cli.py
src/framelink/_util.py
src/framelink/core.py
src/framelink/types.py
src/framelink.egg-info/PKG-INFO
src/framelink.egg-info/SOURCES.txt
src/framelink.egg-info/dependency_links.txt
src/framelink.egg-info/entry_points.txt
src/framelink.egg-info/requires.txt
src/framelink.egg-info/top_level.txt
src/framelink/storage/__init__.py
src/framelink/storage/core.py
src/framelink/storage/interfaces.py
tests/__init__.py
tests/conftest.py
tests/readme.md
tests/core/__init__.py
tests/core/test_dag.py
tests/core/test_logging.py
tests/core/test_model.py
tests/core/test_model_parsing.py
tests/core/test_pipeline_metas.py
tests/core/test_run.py
tests/core/test_storage.py