.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
changelog.md
pyproject.toml
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
ci/pre-commit.sh
ci/requirements-dev.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/pattern.rst
docs/source/usage.rst
docs/source/_templates/footer-left.html
docs/source/_templates/footer-right.html
docs/source/_templates/layout.html
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/module.rst
src/filefinder/__init__.py
src/filefinder/filters.py
src/filefinder/finder.py
src/filefinder/format.py
src/filefinder/group.py
src/filefinder/library.py
src/filefinder/matches.py
src/filefinder/py.typed
src/filefinder/util.py
src/filefinder.egg-info/PKG-INFO
src/filefinder.egg-info/SOURCES.txt
src/filefinder.egg-info/dependency_links.txt
src/filefinder.egg-info/requires.txt
src/filefinder.egg-info/top_level.txt
tests/conftest.py
tests/unit/test_filters.py
tests/unit/test_finder.py
tests/unit/test_format.py
tests/unit/test_group.py
tests/unit/test_library.py
tests/unit/util.py