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))
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyplotsmaps-0.0.1.tar.gz.
File metadata
- Download URL: pyplotsmaps-0.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.19.5 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97e771855c195d8a08be9ceb92f84e0af0e166c1d637d05aa724d5612c85c84b
|
|
| MD5 |
f37b2556429761bb5f0a54a3c4a31a97
|
|
| BLAKE2b-256 |
0b6a3bda89dd7baf4a92851517f441ec118301666fbd74c920452998f15c349c
|
File details
Details for the file pyplotsmaps-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyplotsmaps-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.19.5 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1f686d229c5782c871ea528a7d36b563e81aede43cb9e10dca4f3eda7eb2619
|
|
| MD5 |
83d9d6fe50db901acc610d153d699fe8
|
|
| BLAKE2b-256 |
f423b2e1fe44870614186b9002932e3171178d7b99ce75103ce1361f849d9576
|