python-pyqrcode 1.2.1-2 source package in Ubuntu

Changelog

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

  * Update VCS-Git-* to Salsa URLs.
  * Use debhelper 11.
  * Remove obsolete Python-Version field.
  * Bump Standards-Version.

 -- Sascha Steinbiss <email address hidden>  Sat, 22 Dec 2018 22:48:42 +0000

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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyqrcode_1.2.1-2.dsc 1.7 KiB f4d1921e2884387aee36082441b7b1f18dfd70b0c667ef079ea69ea9b5c48159
python-pyqrcode_1.2.1.orig.tar.gz 36.1 KiB fdbf7634733e56b72e27f9bce46e4550b75a3a2c420414035cae9d9d26b234d5
python-pyqrcode_1.2.1-2.debian.tar.xz 2.4 KiB 2921a5e592993d32b8f30bb71aaf07df9244a589b43053ab0c3a90a2c358d067

Available diffs

No changes file available.

Binary packages built by this source

python-pyqrcode: No summary available for python-pyqrcode in ubuntu focal.

No description available for python-pyqrcode in ubuntu focal.

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.