1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: python-qrcode
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>,
Timo Aaltonen <tjaalton@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-pillow,
python3-png,
python3-poetry-core,
python3-pytest,
python3-typing-extensions,
Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/lincolnloop/python-qrcode
Vcs-Git: https://salsa.debian.org/python-team/packages/python-qrcode.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-qrcode
Rules-Requires-Root: no
Package: python3-qrcode
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-pillow,
Description: QR Code image generator library - Python 3.x
This package provides a pure Python QR Code generator module. It uses
the Python Imaging Library (PIL) to allow for the generation of QR Codes.
In contrast to the python-qrencode module this module does not need
an additional C library.
.
In addition this package provides a command line tool to generate QR
codes and either write these QR codes to a file or do the output
as ascii art at the console.
.
This package provides the Python 3.x module.
|