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 55 56
|
Source: python-pyqrcode
Section: python
Priority: optional
Maintainer: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 11~),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/debian/python-pyqrcode.git
Vcs-Browser: https://salsa.debian.org/debian/python-pyqrcode
Homepage: https://github.com/mnooner256/pyqrcode
Package: python-pyqrcode
Architecture: all
Depends: ${python:Depends},
${misc:Depends}
Recommends: python-png
Description: Python 2 module to generate QR Codes
The pyqrcode module is a QR code generator that is simple to use and written
in pure Python. The module can automate most of the building process for
creating QR codes. Most codes can be created using only two lines of code.
.
Unlike other generators, all of the helpers can be controlled manually. You
are free to set any or all of the properties of your QR code. QR codes can be
saved as SVG, PNG, and plain text. They can also be displayed directly in
most Linux terminal emulators.
.
The pyqrcode module attempts to follow the QR code standard as closely as
possible. The terminology, encodings and algorithms used in pyqrcode come
directly from the standard.
.
This package contains the Python 2 version.
Package: python3-pyqrcode
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Recommends: python3-png
Description: Python 3 module to generate QR Codes
The pyqrcode module is a QR code generator that is simple to use and written
in pure Python. The module can automate most of the building process for
creating QR codes. Most codes can be created using only two lines of code.
.
Unlike other generators, all of the helpers can be controlled manually. You
are free to set any or all of the properties of your QR code. QR codes can be
saved as SVG, PNG, and plain text. They can also be displayed directly in
most Linux terminal emulators.
.
The pyqrcode module attempts to follow the QR code standard as closely as
possible. The terminology, encodings and algorithms used in pyqrcode come
directly from the standard.
.
This package contains the Python 3 version.
|