1
0
Fork 0

Adding python implementation as python3-qrcodegen.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-06 11:39:37 +02:00
parent 90c47e69a4
commit bab1100fce
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 32 additions and 3 deletions

17
debian/control vendored
View file

@ -4,7 +4,10 @@ Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
node-typescript,
python3-all,
python3-setuptools,
terser,
Rules-Requires-Root: no
Standards-Version: 4.7.2
@ -27,3 +30,17 @@ Description: QR Code generator library (javascript)
Model 2 standard.
.
This package contains the javascript implementation.
Package: python3-qrcodegen
Architecture: all
Section: python
Depends:
${misc:Depends},
${python3:Depends},
Description: QR Code generator library (Python)
The Nayuki QR Code generator library aims to be the best library for generating
QR Codes by providing flexible options and absolute correctness. It supports
all 40 versions (sizes) and all 4 error correction levels, as per the QR Code
Model 2 standard.
.
This package contains the Python implementation.