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/extended.py
src/flatdir/plugins/filename_length.py
src/flatdir/plugins/full_path.py
src/flatdir/plugins/mime.py
src/flatdir/plugins/parent.py
src/flatdir/plugins/pattern_PRE_YR1_YR2.py
src/flatdir/plugins/pattern_PRE_YR1_YR2_LOW_UP.py
src/flatdir/plugins/pattern_parent_PRE_YR1_YR2.py
src/flatdir/plugins/pattern_sequence_id.py
src/flatdir/plugins/starts_with.py
src/flatdir/plugins/text.py
tests/test_add.py
tests/test_add_depth.py
tests/test_arguments.py
tests/test_depth.py
tests/test_dict_field.py
tests/test_exclude.py
tests/test_extended_plugin.py
tests/test_fields.py
tests/test_full_path.py
tests/test_id.py
tests/test_ignore_typical.py
tests/test_json_output.py
tests/test_limit.py
tests/test_match.py
tests/test_mime_plugin.py
tests/test_min_depth.py
tests/test_nested.py
tests/test_no_defaults.py
tests/test_no_defaults_filters.py
tests/test_only.py
tests/test_output.py
tests/test_parent.py
tests/test_pattern_PRE_YR1_YR2.py
tests/test_pattern_PRE_YR1_YR2_LOW_UP.py
tests/test_pattern_parent_PRE_YR1_YR2.py
tests/test_pattern_sequence_id.py
tests/test_sort.py
tests/test_text_plugin.py
tests/test_tree.py
tests/test_version.py
tests/test_with_headers.py