Use the SenseTecnic Systems Platform API
Project description
Quick Tutorial
==============
First import the library:
import stsplatform.client as sts
Create an STS Platform client:
w = sts.Client()
Print a sensor hosted in the platform
s = sts.Sensors(w,'mike.yvr-arrive')
print s.get().data
Print some data (last data point)
d = sts.Data(s)
print d.get({'beforeE':1}).data
More Help
=========
See http://developers.sensetecnic.com
==============
First import the library:
import stsplatform.client as sts
Create an STS Platform client:
w = sts.Client()
Print a sensor hosted in the platform
s = sts.Sensors(w,'mike.yvr-arrive')
print s.get().data
Print some data (last data point)
d = sts.Data(s)
print d.get({'beforeE':1}).data
More Help
=========
See http://developers.sensetecnic.com
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
stsplatform-0.1.0.tar.gz
(4.6 kB
view details)
File details
Details for the file stsplatform-0.1.0.tar.gz.
File metadata
- Download URL: stsplatform-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
145fb9dfd29755491e377c45282c3749bc0283973732abbe77ef4c566db4cec3
|
|
| MD5 |
6a4f27b9f34ccddd24923e69b36c8a23
|
|
| BLAKE2b-256 |
b234a08612bb65e9a5877e7498169ee2af0f3de999c63ca527df6a9ffec10748
|