qread
Read a QR code from an image file.
Installation
Install Python, then install pipx and use it to install qread:
pipx install qread
Usage
qread <qr code image file>
For all options, run qread --help
Development Environment
Installation
git clone https://github.com/ReK42/qread.git
cd qread
python -m venv .env
source .env/bin/activate
python -m pip install --upgrade pip pre-commit
pre-commit install
pip install -e .[test]
Manual Testing
To check:
mypy src
ruff check src
ruff format --diff src
To auto-fix/format:
ruff check --fix src
ruff format src
Manual Building
pip install -e .[build]
python -m build
Release files for qread 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qread-1.0.0.tar.gz | 47.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qread-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 76.2 kB
Release files / qread-1.0.0.tar.gz
| Download URL | qread-1.0.0.tar.gz |
|---|---|
| Size | 47.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fbcb828e7df0cea0bfbd34024ccee1b181f856ec4ad6635df7d697b5ffe338f2
|
|
BLAKE2b-256 checksum How to use checksums |
9e03a92df15355b02f2f1e7313c2f0e8f1aa67e190c536ff4ca4399f5ed35047
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.5
|
Release files / qread-1.0.0-py3-none-any.whl
| Download URL | qread-1.0.0-py3-none-any.whl |
|---|---|
| Size | 28.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f8fadddbf63ab1437f75e3837f7a3c7509e96f2cd1b5dd0d5a509fe2c6b9e9ec
|
|
BLAKE2b-256 checksum How to use checksums |
062e44a00507a6b34362f796253862e5a27115d38181c73e7e61eb7c2ba48fa4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.0 CPython/3.12.5
|