.coveragerc
.gitignore
.gitlab-ci.yml
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
README.md
banner.png
cli-demo.png
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
examples/gauss-fourier.png
examples/guido-turing.png
src/hybrid_face/__init__.py
src/hybrid_face/cli.py
src/hybrid_face/hybrid_merge.py
src/hybrid_face.egg-info/PKG-INFO
src/hybrid_face.egg-info/SOURCES.txt
src/hybrid_face.egg-info/dependency_links.txt
src/hybrid_face.egg-info/entry_points.txt
src/hybrid_face.egg-info/not-zip-safe
src/hybrid_face.egg-info/requires.txt
src/hybrid_face.egg-info/top_level.txt
src/hybrid_face/filters/__init__.py
src/hybrid_face/filters/base.py
src/hybrid_face/filters/face_filters.py
src/hybrid_face/filters/global_filters.py
tests/conftest.py
tests/face-filters/conftest.py
tests/face-filters/test_face_filter_basics.py
tests/face-filters/test_hybrid_merge.py
tests/global-filters/conftest.py
tests/global-filters/test_base.py
tests/global-filters/test_image_filter.py
tests/images/faces/fourier.png
tests/images/faces/gauss.png
tests/images/faces/turing.png