Metadata-Version: 1.1
Name: libqrencode-ctypes
Version: 0.1.0
Summary: Python ctypes libqrencode wrapper
Home-page: https://github.com/zaazbb/libqrencode-ctypes
Author: zaazbb
Author-email: zaazbb@163.com
License: LGPL
Description: libqrencode-ctypes

        ==================

        

        

        This is libqrencode python ctypes bindings, it only support python3.

        if you wants a python2 library, please use https://github.com/mubeta06/python/libqrencode_ctypes_bindings .

        

        This project forks from https://github.com/mubeta06/python ,

        only accept libqrencode-ctypes feature, and translate it to python3.

        

        Usage

        -----

        

        - Install

            - install libqrencode::

        

                sudo apt-get install libqrencode-dev

        

            - install libqrencode-ctypes::

        

                pip3 install libqrencode-ctypes

        

        - test

            - test under ubuntu 15.04.

            - test on hardware firefly.

            - test on hardware rasyberry pi.

        

        Document

        --------

        

        Please refer to documentation here http://mubeta06.github.io/python/libqrencode/ .

        

        Contact

        -------

        

        zaazbb <zaazbb@163.com>.

        
Keywords: libqrencode ctypes
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: Freeware
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX :: Linux
