Skip to main content

A python package for iot projects to plot and locate

Project description

This is a python library for your iot projects to plot your sensor data and get your location

Wesbite (https://react-iotmine.firebaseapp.com/)

Functions:

  • Plot your sensors data using different types of plots

Installation :

Python3

pip3 install pyplotsmaps --user

or

Python

pip install pyplotsmaps --user

Map Example :

from plots_maps import PLOTSMAPS

API = 'Your API'

if __name__ == '__main__':
    ob = PLOTSMAPS(API)
    print(ob.updateMap(mapname='Your Map Name', latitude=48.8584, longitude=2.2945)) #Eiffel Tower

Plot Example :

from plots_maps import PLOTSMAPS

API = 'Your Api'

if __name__ == '__main__':
    ob = PLOTSMAPS(API)
    print(ob.updatePlot(plotname='Your Plot Name', ydata=80))

Switch Example :

from plots_maps import PLOTSMAPS

API = 'Your API Key'

if __name__ == '__main__':

    ob = PLOTSMAPS(API)

    f= ob.getSwitchState('Bulb')

    print(f)  #Returns "true" or "false"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyplotsmaps-0.0.2.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

pyplotsmaps-0.0.2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page