Metadata-Version: 1.1
Name: quikkly-python-sdk
Version: 3.4.5
Summary: Quikkly Python SDK
Home-page: https://quikklycodes.com/
Author: Mattias Linnap
Author-email: mattias@linnap.com
License: Proprietary
Description: # Quikkly Python SDK #
        
        Note: to use this Python SDK, you need the Quikkly core native library.
        Please contact david@quikklycodes.com for more information and pricing.
        
        ## Install ##
        
        `pip install quikkly-python-sdk`
        
        ## Dependencies ##
        
        Python 2.7 or 3.6.
        
        Generating SVG codes has no dependencies besides the qukklycore native library files.
        
        Scanning codes from images also requires the `numpy` and `Pillow` Python packages.
        
        ## Version History ##
        
        * 3.4.5 - Update to Quikkly core libs v3.4.5. No Python SDK changes.
        * 3.4.3 - Update to Quikkly core libs v3.4.3. No Python SDK changes.
        * 3.4.1 - Update to Quikkly core libs v3.4.1. No Python SDK changes.
        * 3.3.4 - Update to Quikkly core libs v3.3.4. No Python SDK changes.
        * 3.3.2 - Update to Quikkly core libs v3.3.2. No Python SDK changes.
        * 3.2.1 - Add support for encoding/decoding data values as alphanumeric strings.
        * 3.2.0 - Update to Quikkly core libs v3.2.0, reverting some style changes to templates. No Python SDK changes.
        * 3.1.0 - Update to Quikkly core libs v3.1.0, with more styling options and templates. No Python SDK changes.
        * 1.0.0 - Support for generating SVG codes, scanning images, plus command-line scripts for both.
        * 0.1.0 - First Release.
        
        ## Making a Release ##
        
        1. Check that setup.py version has been updated,
        2. Check that quikklycore.py version has been updated,
        3. Check that README.md version history has been updated,
        4. Check that you are in a virtualenv with python3 as default,
        5. Run ./pypi-upload.sh
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Software Development :: Libraries :: Python Modules
