.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/filter_pipe/__init__.py
src/filter_pipe/app.py
src/filter_pipe/filters.py
src/filter_pipe/math_ops.py
src/filter_pipe/pipe.py
src/filter_pipe/pipeline.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
tests/test_filters.py
tests/test_math.py
tests/test_pipeline.py
tools/index.html