Package python3-module-pyqrcode: Information

    Source package: python3-module-pyqrcode
    Version: 1.2.1-alt2
    Latest version according to Repology
    Build time:  May 24, 2021, 08:59 PM in the task #272421
    Report package bug
    License: BSD-3-Clause
    Summary: Python module to generate QR Codes
    Description: 
    The pyqrcode module is a QR code generator that is simple to use
    and written in pure python. The module can automates 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, XBM, EPS, PNG (by using the pypng
    module), or plain text. They can also be displayed directly in
    most Linux terminal emulators and Tkinter. PIL is not used to
    render the image files.
    
    The pyqrcode module attempts to follow the QR code standard as
    closely as possible. The terminology and the encodings used in
    pyqrcode come directly from the standard. This module also follows
    the algorithm laid out in the standard.

    List of rpms provided by this srpm:
    python3-module-pyqrcode (noarch)

    Maintainer: Anton Midyukov

    List of contributors:
    Anton Midyukov

    ACL:
    Anton Midyukov
    @everybody

      1. python3-devel
      2. python3-module-setuptools
      3. python3-module-setuptools
      4. rpm-build-python3

    Last changed


    May 25, 2021 Anton Midyukov 1.2.1-alt2
    - rename srpm to python3-module-pyqrcode
    - cleanup spec
    Aug. 21, 2018 Anton Midyukov 1.2.1-alt1
    - Initial build for Sisyphus