Skip to main content

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

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

stsplatform-0.0.1.tar.gz (4.6 kB view hashes)

Uploaded Source

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