Metadata-Version: 2.1
Name: qrcode-artistic
Version: 2.0.0
Summary: Artistic (Micro) QR Code plugin for Segno
Home-page: https://github.com/heuer/qrcode-artistic/
Author: Lars Heuer
Author-email: heuer@semagia.com
License: BSD
Description: 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/develop/images/beatles.jpg
        
        .. image:: https://github.com/heuer/qrcode-artistic/raw/develop/images/beatles-animated.gif
        
        
        Use ``pip`` to install from PyPI::
        
            $ pip install qrcode-artistic
        
        
        Documentation: https://segno.readthedocs.io/en/latest/artistic-qrcodes.html
        
        Changes
        =======
        
        2.0.0 -- 2020-08-11
        -------------------
        * Renamed segno-pil to qrcode-artistic
        * Fixed `#1 <https://github.com/heuer/segno-pil/issues/1>`_:
          Support for background images and animated QR codes.
        
        
        1.0.0 -- 2020-08-07
        -------------------
        * Support for multiple module colors
        * Support for Segno's API >= 1.0.0
        * API breaking changes:
        
          - Changed parameter "color" to "dark" and "background" to "light"
            to match Segno's API
          - Removed "mode" parameter
        
        
        0.1.6 -- 2016-09-19
        -------------------
        * Fixed Python packaging
        
        
        0.1.5 -- 2016-08-24
        -------------------
        * Adapt Segno's 0.1.6 API changes.
        
        
        0.1.4 -- 2016-08-16
        -------------------
        * Updated docs
        
        
        0.1.3 -- 2016-08-14
        -------------------
        * Initial release
        
Keywords: QR Code,Micro QR Code,ISO/IEC 18004,ISO/IEC 18004:2006(E),ISO/IEC 18004:2015(E),PIL,Pillow
Platform: any
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Printing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
