README.md
pyproject.toml
src/pathql/__init__.py
src/pathql/__main__.py
src/pathql/query.py
src/pathql/result_fields.py
src/pathql/result_set.py
src/pathql/utils.py
src/pathql.egg-info/PKG-INFO
src/pathql.egg-info/SOURCES.txt
src/pathql.egg-info/dependency_links.txt
src/pathql.egg-info/requires.txt
src/pathql.egg-info/top_level.txt
src/pathql/actions/__init__.py
src/pathql/actions/file_actions.py
src/pathql/actions/zip.py
src/pathql/cli/pql.py
src/pathql/filters/__init__.py
src/pathql/filters/access.py
src/pathql/filters/age.py
src/pathql/filters/alias.py
src/pathql/filters/attribute_filter.py
src/pathql/filters/base.py
src/pathql/filters/between.py
src/pathql/filters/callback.py
src/pathql/filters/date_filename.py
src/pathql/filters/datetime_parts.py
src/pathql/filters/file.py
src/pathql/filters/file_age.py
src/pathql/filters/file_type.py
src/pathql/filters/fileage.py
src/pathql/filters/filedate.py
src/pathql/filters/proxy_not_needed.py
src/pathql/filters/size.py
src/pathql/filters/stat_proxy.py
src/pathql/filters/stat_proxy_guard.py
src/pathql/filters/stem.py
src/pathql/filters/suffix.py
test/test_access.py
test/test_access_matrix.py
test/test_action_files.py
test/test_action_files_extra.py
test/test_action_parallel.py
test/test_action_parallel_edge.py
test/test_action_zip.py
test/test_age.py
test/test_age_extra.py
test/test_between.py
test/test_callback.py
test/test_date_filename.py
test/test_datetime_parts.py
test/test_file.py
test/test_fileage_ops.py
test/test_filer_size_extra.py
test/test_filter_access.py
test/test_filter_access_matrix.py
test/test_filter_age.py
test/test_filter_age_attr_short_scale.py
test/test_filter_age_boundaries.py
test/test_filter_age_extra.py
test/test_filter_all_any.py
test/test_filter_between.py
test/test_filter_bool_short_circuit.py
test/test_filter_callback.py
test/test_filter_file.py
test/test_filter_fileage.py
test/test_filter_filedate.py
test/test_filter_size.py
test/test_filter_size_extra.py
test/test_filter_size_ops.py
test/test_filter_size_param_units.py
test/test_filter_size_string.py
test/test_filter_size_string_ops.py
test/test_filter_stem.py
test/test_filter_suffix.py
test/test_filter_suffix_brace.py
test/test_filter_suffix_extra.py
test/test_filter_type.py
test/test_main_repl_inprocess.py
test/test_query.py
test/test_query_extra.py
test/test_query_files_multi_folder.py
test/test_query_multi_folder.py
test/test_query_rich.py
test/test_result_set.py
test/test_stat_proxy_calls.py
test/test_utils.py