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
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file tshistory_client-0.8.0-py3-none-any.whl
.
File metadata
- Download URL: tshistory_client-0.8.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 594c2806b3516967ff93e8952f89fb2560bb4d2c3fbc51c6ad6dc735948397c5 |
|
MD5 | e22746e78863c837e8ca15c21f5d555f |
|
BLAKE2b-256 | ce7bcc370fc886aeb4286c70fe904f5c91eb57fc911f64460d3282bad14d4ae8 |