LICENSE
README.md
pyproject.toml
docs/index.md
src/flatdir/__init__.py
src/flatdir/__main__.py
src/flatdir/listing.py
src/flatdir/plugins_loader.py
src/flatdir.egg-info/PKG-INFO
src/flatdir.egg-info/SOURCES.txt
src/flatdir.egg-info/dependency_links.txt
src/flatdir.egg-info/top_level.txt
src/flatdir/plugins/__init__.py
src/flatdir/plugins/defaults.py
src/flatdir/plugins/depth.py
src/flatdir/plugins/ext.py
src/flatdir/plugins/filename_length.py
src/flatdir/plugins/full_path.py
src/flatdir/plugins/parent.py
src/flatdir/plugins/starts_with.py
tests/test_arguments.py
tests/test_depth.py
tests/test_exclude.py
tests/test_fields.py
tests/test_full_path.py
tests/test_json_output.py
tests/test_limit.py
tests/test_match.py
tests/test_only.py
tests/test_output.py
tests/test_parent.py
tests/test_version.py