This folder contains the code for the python library developed to upload and download datasets containing large amounts of data generated by IoT sensors. In order to increase the usability of the platform, the python library was created to expose the main functionalities of the API to the developer in an efficient and intuitive way.
Download the library file Source/Measurify_library and import it into the python environment.
import measurify
In Source/Examples there are some examples of use of the library.