Metadata-Version: 1.0
Name: python-markdown-qrcode
Version: 0.0.4-dev
Summary: A markdown extension to insert qrcode datauri images based on supplied data.
Home-page: projects.airtonix.net/project/markdown-qrcode
Author: Zenobius Jiricek
Author-email: airtonix@gmail.com
License: LICENSE.md
Description: QRCODE Markdown Extension
        =========================
        
        ## Installation
        
        1. You need to have python-setuptools installed
        `sudo apt-get install python-setuptools`
        1. `python ./setup.py install`
        
        
        ## Legal
        
        ### extension.py
        
        + Copyright (c) 2011 Zenobius Jiricek
        + Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
        
        
        ### QrCodeLib.py
        
        Ported from Javascript to Python by Sam Curren
        
        Original Project :
        + Copyright (c) 2009 Kazuhiko Arase
        + http://d-project.googlecode.com/svn/trunk/misc/qrcode/js/qrcode.js
        + Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
        
        ### Trademarks
        
        The word "QR Code" is registered trademark of DENSO WAVE INCORPORATED
        
        + http://www.denso-wave.com/qrcode/faqpatent-e.html
        
        
Platform: UNKNOWN
