.gitignore
.pre-commit-config.yaml
README.md
pyproject.toml
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/setup_devcontainer.sh
.github/workflows/build.yaml
.github/workflows/ci.yaml
.vscode/tasks.json
src/__init__.py
src/app.py
src/filter_pipe.egg-info/PKG-INFO
src/filter_pipe.egg-info/SOURCES.txt
src/filter_pipe.egg-info/dependency_links.txt
src/filter_pipe.egg-info/requires.txt
src/filter_pipe.egg-info/top_level.txt
src/pipeline/__init__.py
src/pipeline/filters.py
src/pipeline/math_ops.py
src/pipeline/pipe.py
src/pipeline/pipeline.py
tests/test_filters.py
tests/test_math.py
tests/test_pipeline.py
tools/index.html