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.
The Vizydrop Python SDK can be installed via PyPI, the Python Package Index:
pip install vizydrop-sdk
Alternately, you can get the latest development source code for the SDK by using git:
git clone https://github.com/vizydrop/vizydrop-python-sdk
cd vizydrop-python-sdk
python setup.py install
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>
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.