python-pyqrcode 1.2.1-4 source package in Ubuntu

Changelog

python-pyqrcode (1.2.1-4) unstable; urgency=medium

  * Remove Python2 autopkgtest.
  * Use debhelper-compat Build-Dep.

 -- Sascha Steinbiss <email address hidden>  Tue, 17 Dec 2019 15:58:37 +0100

Upload details

Uploaded by:
Sascha Steinbiss
Uploaded to:
Sid
Original maintainer:
Sascha Steinbiss
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyqrcode_1.2.1-4.dsc 2.0 KiB 3c29a8e062a3fb9597d6fc2b24463753592ec45389ab47fdf661f00ca42277ed
python-pyqrcode_1.2.1.orig.tar.gz 36.1 KiB fdbf7634733e56b72e27f9bce46e4550b75a3a2c420414035cae9d9d26b234d5
python-pyqrcode_1.2.1-4.debian.tar.xz 2.3 KiB 297a8ef2a76d7176cab9a3bd1850bad0598d3de038bc3d10a331ead8c20d9b1e

Available diffs

No changes file available.

Binary packages built by this source

python3-pyqrcode: 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.