.gitignore
LICENSE
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
example/json_list_test.json
example/json_test.json
example/test.csv
example/config_files/example0.json
example/config_files/example1.json
example/config_files/example2.json
example/config_files/example3.json
example/config_files/example4.json
example/data/json_test.json
example/data/test.csv
example/data/test1.csv
example/queries/join.sql
example/queries/json_csv_join.sql
example/queries/json_query.sql
example/queries/multi_query.sql
src/filequery/__init__.py
src/filequery/__main__.py
src/filequery/file_query_args.py
src/filequery/filedb.py
src/filequery/filetype.py
src/filequery/queryresult.py
src/filequery.egg-info/PKG-INFO
src/filequery.egg-info/SOURCES.txt
src/filequery.egg-info/dependency_links.txt
src/filequery.egg-info/entry_points.txt
src/filequery.egg-info/requires.txt
src/filequery.egg-info/top_level.txt
tests/__init__.py
tests/test_filequery.py