Metadata-Version: 2.1
Name: qrcode-artistic
Version: 3.0.2
Summary: Artistic (Micro) QR Code plugin for Segno
Author-email: Lars Heuer <heuer@semagia.com>
License: Copyright (c) 2016 - 2020, Lars Heuer
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without modification,
        are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice,
           this list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its contributors
           may be used to endorse or promote products derived from this software
           without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
        ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Homepage, https://github.com/heuer/qrcode-artistic/
Project-URL: Documentation, https://segno.readthedocs.io/en/latest/artistic-qrcodes.html
Project-URL: Repository, https://github.com/heuer/qrcode-artistic.git
Project-URL: Changelog, https://github.com/heuer/qrcode-artistic/blob/master/CHANGES.rst
Project-URL: Issue Tracker, https://github.com/heuer/qrcode-artistic/issues
Keywords: QR Code,Micro QR Code,ISO/IEC 18004,ISO/IEC 18004:2006(E),ISO/IEC 18004:2015(E),qrcode,QR,barcode,matrix,2D
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Printing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: segno>=1.0.2
Requires-Dist: Pillow
Provides-Extra: svg
Requires-Dist: cairosvg; extra == "svg"

Artistic QR Codes
-----------------

This `Segno <https://github.com/heuer/segno>`_ plugin converts a
(Micro) QR Code to a Pillow Image or into a QR code with a background
image.

This plugin is not required to write PNG, EPS or PDF files. Segno's native
implementations usually generate smaller files in less time.

This plugin might be useful to modify the QR Codes (i.e. rotate or blur)
or to save the QR codes in an image format which is not supported by Segno.

Furthermore, QR codes can be created with a background image.

.. image:: https://github.com/heuer/qrcode-artistic/raw/master/images/beatles.jpg

.. image:: https://github.com/heuer/qrcode-artistic/raw/master/images/beatles-animated.gif


Transparency is supported as well

.. image:: https://github.com/heuer/qrcode-artistic/raw/master/images/maggie.gif


Use ``pip`` to install from PyPI::

    $ pip install qrcode-artistic


Documentation: https://segno.readthedocs.io/en/latest/artistic-qrcodes.html
