LICENSE
README.md
pyproject.toml
src/dryjq/__init__.py
src/dryjq/__main__.py
src/dryjq/access.py
src/dryjq/commandline.py
src/dryjq/commons.py
src/dryjq/convert.py
src/dryjq/merge.py
src/dryjq/queries.py
src/dryjq/streams.py
src/dryjq.egg-info/PKG-INFO
src/dryjq.egg-info/SOURCES.txt
src/dryjq.egg-info/dependency_links.txt
src/dryjq.egg-info/entry_points.txt
src/dryjq.egg-info/requires.txt
src/dryjq.egg-info/top_level.txt
tests/test_access.py
tests/test_access_merge.py
tests/test_commandline.py
tests/test_commons.py
tests/test_convert.py
tests/test_main_file.py
tests/test_main_stdin.py
tests/test_merge.py
tests/test_queries.py
tests/test_streams.py