LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
fileindex/__init__.py
fileindex/__main__.py
fileindex/main.py
fileindex/py.typed
fileindex.egg-info/PKG-INFO
fileindex.egg-info/SOURCES.txt
fileindex.egg-info/dependency_links.txt
fileindex.egg-info/entry_points.txt
fileindex.egg-info/requires.txt
fileindex.egg-info/top_level.txt
fileindex/cli/__init__.py
fileindex/cli/style.py
fileindex/cli/welcome.py
fileindex/core/cache.py
fileindex/core/scan.py
fileindex/core/search.py
tests/__init__.py
tests/test_cache.py
tests/test_integration.py
tests/test_scan.py
tests/test_search.py
tests/test_style.py