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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: python-qrcode
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>,
Timo Aaltonen <tjaalton@debian.org>,
Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
Standards-Version: 4.1.5
Testsuite: autopkgtest-pkg-python
Homepage: https://pypi.python.org/pypi/qrcode/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-qrcode.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-qrcode
Package: python-qrcode
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-pil,
python-six
Description: QR Code image generator library - Python 2.7
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 2.7 module.
Package: python3-qrcode
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-pil,
python3-six
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.
|