PackageTrack

PyPI

pyqrcode

1.2.1mnooner256/pyqrcode

A QR code generator written purely in Python with SVG, EPS, PNG and terminal output.

Release timeline

8 releases since 2013
20132026

One column per quarter.

Releases

  1. 1.2.120 Jun 2016
    Release notes
    • Fixed issue #43. A debug print statement got left in by mistake. I altered The distribution script to check and make sure it does not happen again.
    Open source →
  2. 1.215 May 2016
    Release notes
    • Added Kanji support.
    • Added ability to output PNG QR codes as a base64 string. Allows coded to be created for web services without the need to create intermediary files. Thanks to Fábio C. Barrionuevo da Luz (luzfcb)
    • Added renderer for XBM. Displaying QR codes in Tkinter is now extremely simple. Thanks to Seth VanHeulen (svanheulen)
    Open source →
  3. 1.1.127 Feb 2016
    Release notes
    • Fix for issue #38, where numeric encodings got broken by added unicode support.
    Open source →
  4. 1.130 Apr 2015
    Release notes
    • Added support for Python 2.6
    • All renderers now have a quiet zone of four. This value is settable via a parameter.
    • Fixed issue where file streams were not being closed correctly
    • Special thanks goes to Lars (heuer) who contributed a massive amount of improvements in this version.
      • Enormously improved SVG implementation. Now uses paths instead of lines. Also allows for SVG fragments instead of entire documents.
      • We now have unit tests!! He wrote over 100 unit tests for all of the various parts of the library.
      • A new EPS renderer.
      • A mechanism for showing QR codes directly from within your code.
    Open source →
  5. 1.07 Dec 2014
    Release notes
    • Fixed issue where terminal bits were being added in the wrong location.
    • Added ability to output QR code to a Linux terminal.
    • Added support for Python 2.7
    Open source →
  6. 0.1114 Aug 2014

    Nothing published for this version

  7. 0.10.11 Jul 2013

    Nothing published for this version

  8. 0.1027 Jun 2013

    Nothing published for this version