Skip to main content

Timeseries histories python client (server side: tshistory_rest)

Project description

TSHISTORY CLIENT

This library provides easy access to tshistory instances exposed with the help of tshistory_rest (http end points).

All the base tshistory api is available from there.

Examples

Direct invocation

 from tshistory_client.api import Client

 c = Client('http://my.tshistory.instance/api')
 series = c.get('banana_spot_price')

Using the tshistory api (preferred way)

 from tshistory.api import timeseries

 c = timeseries('https://my.tshistory.instance/api')
 series = c.get('banana_spot_price')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tshistory_client-0.8.0-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

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