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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file pyplotsmaps-0.0.2.tar.gz.

File metadata

  • Download URL: pyplotsmaps-0.0.2.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8

File hashes

Hashes for pyplotsmaps-0.0.2.tar.gz
Algorithm Hash digest
SHA256 00c828a7568ef6650175ab377b3e3b4b9c221bba0736ea1bb0527ffc112e7e69
MD5 9e63deb7f7f3b2aa2cbce73a8388c823
BLAKE2b-256 3ad5c9f801a650357e1ccb7dad4cdb132ffe521603873621b54c8e093259e51c

See more details on using hashes here.

File details

Details for the file pyplotsmaps-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: pyplotsmaps-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8

File hashes

Hashes for pyplotsmaps-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bc1d48b30f726e005e19aea80ab9f7e28958c9785ccd5bb764e1e59b8e19a5bc
MD5 34785169e4119909d5e28aa67a88a51f
BLAKE2b-256 738143aab814d526ad401405b23e508690843571e91fc4da9e5569efcda8390a

See more details on using hashes here.

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