.bumpversion.cfg
.coveragerc
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
qr.png
requirements.txt
setup.cfg
setup.py
.github/workflows/ci.yml
binder/postBuild
src/.DS_Store
src/qqr/.DS_Store
src/qqr/__init__.py
src/qqr/classifier.py
src/qqr/clear.png
src/qqr/commandline.py
src/qqr/cv_vgg_model.h5
src/qqr/deblur.py
src/qqr/decoder.py
src/qqr/skew.py
src/qqr/version.py
src/qqr.egg-info/PKG-INFO
src/qqr.egg-info/SOURCES.txt
src/qqr.egg-info/dependency_links.txt
src/qqr.egg-info/entry_points.txt
src/qqr.egg-info/requires.txt
src/qqr.egg-info/top_level.txt
tests/test_cli.py
tests/test_import.py