.gitignore
.pre-commit-config.yaml
.python-version
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish-testpypi.yml
.github/workflows/publish.yml
scripts/__init__.py
scripts/ci.py
src/qrpipe/__init__.py
src/qrpipe/__main__.py
src/qrpipe/cli.py
src/qrpipe/py.typed
src/qrpipe.egg-info/PKG-INFO
src/qrpipe.egg-info/SOURCES.txt
src/qrpipe.egg-info/dependency_links.txt
src/qrpipe.egg-info/entry_points.txt
src/qrpipe.egg-info/requires.txt
src/qrpipe.egg-info/scm_file_list.json
src/qrpipe.egg-info/scm_version.json
src/qrpipe.egg-info/top_level.txt
tests/test_cli.py
tests/test_integration.py