Metadata-Version: 1.1
Name: vizydrop-sdk
Version: 0.6.1
Summary: Vizydrop 3rd Party Application Python SDK - Get visual
Home-page: https://github.com/vizydrop/vizydrop-python-sdk
Author: Jonathan Enzinna
Author-email: jonathan@vizydrop.com
License: MIT
Description: .. include globals.rst
        
        .. image:: https://travis-ci.org/vizydrop/vizydrop-python-sdk.svg?branch=master
            :target: https://travis-ci.org/vizydrop/vizydrop-python-sdk
        
        Vizydrop SDK for Python
        =======================
        
        This project provides a Python package that makes it easy to develop a third-party application integration with
        Vizydrop.  The SDK provides everything necessary for developers to integrate their own data sources with our data
        visualization platform with minimal effort and only a few lines of code.
        
        The SDK supports only Python 3.3 and greater.
        
        
        Installation
        ============
        
        Download Package
        ----------------
        
        The Vizydrop Python SDK can be installed via PyPI, the Python Package Index:
        
        .. code:: shell
        
            pip install vizydrop-sdk
        
        
        Download Source Code
        --------------------
        
        Alternately, you can get the latest development source code for the SDK by using **git**:
        
        .. code:: shell
        
            git clone https://github.com/vizydrop/vizydrop-python-sdk
            cd vizydrop-python-sdk
            python setup.py install
        
        
        Usage
        =====
        
        Application samples can be found in the `examples <https://github.com/vizydrop/vizydrop-python-sdk/tree/master/examples>`
        folder within the repository.
        
        For detailed documentation on integrating with Vizydrop, regardless of if you're using the official SDK, please visit
        our `developer documentation on GitBook <https://www.gitbook.com/book/vizydrop/developers/details>`
        
        
        Contributing and Providing Feedback
        ===================================
        
        If you encounter any bugs with the SDK, please `file an issue on GitHub <https://github.com/vizydrop/vizydrop-python-sdk/issues/new>`.  If you are a developer, pull requests
        are always welcome.
        
Keywords: sdk visualization vizydrop
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
