Metadata-Version: 2.0
Name: inkscape-qrcode
Version: 0.1.4
Summary: QR Code and Micro QR Code generator for Inkscape
Home-page: https://github.com/heuer/inkscape-qrcode/
Author: Lars Heuer
Author-email: heuer@semagia.com
License: GPL2
Keywords: QR Code,Micro QR Code,ISO/IEC 18004,ISO/IEC 18004:2006(E),ISO/IEC 18004:2015(E),qrcode,QR,barcode,matrix,2D,Inkscape
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Printing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities

QR Code generator for Inkscape
==============================

While Inkscape provides a QR Code generator, this extension provides slightly
more options (i.e. generation of Micro QR Codes and an optimal error correction
level) and should be standard-conform.

This Inkscape extension includes `Segno <https://github.com/heuer/segno/>`_, a
BSD-licensed, pure Python library which implements the ``ISO/IEC 18004:2015(E)``
standard for QR Codes.


Installation
------------

Use ``pip`` to install inkscape-qrcode from PyPI::

    $ pip install --target=<target_dir> inkscape-qrcode

``<target_dir>`` should refer to an absolute path, see below for typical
installation directories.

Alternatively copy the ``inkscape_qrcode.inx`` and the ``inkscape_qrcode``
directory into the target directoy.

The QR Code generator should appear in the menu
``Extensions > Render > Barcode > QR Code (Segno)``



Inkscape extension path
-----------------------

OS X
^^^^
* global: /Applications/Inkscape.app/Contents/Resources/extensions
* local: $HOME/.config/inkscape/extensions


Linux
^^^^^
* global: /usr/share/inkscape/extensions
* local: $HOME/.config/inkscape/extensions


Windows
^^^^^^^
* global: C:\\Program Files\\Inkscape\\share\\extensions
* local: C:\\Documents and Settings\\User\\Application Data\\Inkscape\\extensions

Changes
=======

0.1.4 - 2017-01-31
------------------
* Updated Segno version to 0.2.4 to avoid problems with Micro QR Codes


0.1.3 - 2016-09-15
------------------
* Fixed inkscape_qrcode.inx (pointed to a wrong path)
* Fixed Python packaging


0.1.2 - 2016-09-15
------------------
* Updated underlying Segno version to 0.2.0 since
  the previous version may create invalid QR Codes if "error boost" is
  enabled


0.1.1 - 2016-09-07
------------------
* Initial release


