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