qr-code-generator 1.6.0-1 source package in Ubuntu

Changelog

qr-code-generator (1.6.0-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.5.1
  * Bump debhelper compat to 13
  * Add upstream metadata

 -- Yangfl <email address hidden>  Sun, 21 Feb 2021 23:21:08 +0800

Upload details

Uploaded by:
Yangfl
Uploaded to:
Sid
Original maintainer:
Yangfl
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
qr-code-generator_1.6.0-1.dsc 2.2 KiB ac72563bc976f392334b0b76e10943d271724322b69903a12aacb8dec556ec31
qr-code-generator_1.6.0.orig.tar.gz 132.3 KiB 8acee5a77325e075b910747ad4b1fdb1491b7e22d0b8f1b5a6ea15ea08ba33a8
qr-code-generator_1.6.0-1.debian.tar.xz 7.0 KiB 52d5645b02dd4a2805476c8fddc730110487be9736aef7b37b56d7433d357e47

No changes file available.

Binary packages built by this source

libqrcodegen-dev: No summary available for libqrcodegen-dev in ubuntu impish.

No description available for libqrcodegen-dev in ubuntu impish.

libqrcodegen1: No summary available for libqrcodegen1 in ubuntu impish.

No description available for libqrcodegen1 in ubuntu impish.

libqrcodegen1-dbgsym: debug symbols for libqrcodegen1
libqrcodegencpp-dev: No summary available for libqrcodegencpp-dev in ubuntu impish.

No description available for libqrcodegencpp-dev in ubuntu impish.

libqrcodegencpp1: No summary available for libqrcodegencpp1 in ubuntu impish.

No description available for libqrcodegencpp1 in ubuntu impish.

libqrcodegencpp1-dbgsym: No summary available for libqrcodegencpp1-dbgsym in ubuntu impish.

No description available for libqrcodegencpp1-dbgsym in ubuntu impish.

python3-qrcodegen: QR Code generator library in multiple languages - Python3 version

 This project aims to be the best, clearest QR Code generator library in
 multiple languages. The primary goals are flexible options and absolute
 correctness. Secondary goals are compact implementation size and good
 documentation comments. Core features:
  * Available in 7 programming languages, all with nearly equal functionality:
    Java, JavaScript, TypeScript, Python, C++, C, Rust
  * Significantly shorter code but more documentation comments compared to
    competing libraries
  * Supports encoding all 40 versions (sizes) and all 4 error correction levels,
    as per the QR Code Model 2 standard
  * Output formats: Raw modules/pixels of the QR symbol (all languages), SVG XML
    string (all languages except C), BufferedImage raster bitmap (Java only),
    HTML5 canvas (JavaScript and TypeScript only)
  * Encodes numeric and special-alphanumeric text in less space than general
    text
  * Open source code under the permissive MIT License
 .
 This package contains the module in Python3.