.gitignore
.pre-commit-config.yaml
CHANGELOG.md
COPYING
README.md
README.org
pyproject.toml
.github/workflows/docs.yaml
.github/workflows/pre-commit.yaml
.github/workflows/release.yaml
.github/workflows/run_demo.yaml
.github/workflows/test.yaml
examples/.dvcignore
examples/Notes.md
examples/dvc.yaml
examples/load.csv
examples/params.yaml
examples/pyproject.toml
examples/.dvc/.gitignore
examples/.dvc/config
examples/data/features.csv
examples/data/labels.csv
examples/data/timeseries.csv
examples/data/dataset_a/input.csv
examples/data/dataset_b/input.csv
examples/data/dataset_c/input.csv
examples/outdir/.gitignore
examples/src/demo.py
src/dvc_stage/__init__.py
src/dvc_stage/cli.py
src/dvc_stage/config.py
src/dvc_stage/loading.py
src/dvc_stage/transforming.py
src/dvc_stage/utils.py
src/dvc_stage/validating.py
src/dvc_stage/writing.py
src/dvc_stage.egg-info/PKG-INFO
src/dvc_stage.egg-info/SOURCES.txt
src/dvc_stage.egg-info/dependency_links.txt
src/dvc_stage.egg-info/entry_points.txt
src/dvc_stage.egg-info/requires.txt
src/dvc_stage.egg-info/top_level.txt
test/conftest.py
test/test_cli.py
test/test_demo.py
test/test_integration.py
test/test_utils.py