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
Release files for stsplatform 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| stsplatform-0.1.0.tar.gz | 4.6 kB | Details |
Release files / stsplatform-0.1.0.tar.gz
| Download URL | stsplatform-0.1.0.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
145fb9dfd29755491e377c45282c3749bc0283973732abbe77ef4c566db4cec3
|
|
BLAKE2b-256 checksum How to use checksums |
b234a08612bb65e9a5877e7498169ee2af0f3de999c63ca527df6a9ffec10748
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |