/pyIUDX

Python SDK for IUDX.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pyIUDX - Python SDK for IUDX

Documentation Status

alt text

Simplifies using the India Urban Data Exchange IUDX platform. Provides an API interface to perform scientific computing over various smart city resources. Vist the pune IUDX to get a glimpse of Pune City's IUDX implementation.

Installation

pip install git+https://github.com/iudx/pyIUDX@v0.1.0

IPython Example

A simple IPython notebook going throught the entire process flow can be found here. Notebook

A google collab notebook is also available. https://colab.research.google.com/github/iudx/pyIUDX/blob/master/examples/pyIUDX_sample_usecases.ipynb

API Docs

Further documentation on low level apis and their usage can be found here https://pyiudx.readthedocs.io/en/latest/

Usage Examples

The tests directory and the examples directory contain further usage examples. Examples