The official SDK to interract with qant.io time series analysis and prediction services.
Project description
qantio.sdk.client
Qantio.Sdk.Client is a Python library for dealing with Qant.io time series prediction service.
Installation
Use the package manager pip to install qantio.sdk.client.
pip install qantio.sdk.client
Usage
import qantio.sdk.client
# Create the client with your Qant.io ApiKey
qt_client = qantio_client("ApiKey")
# Authenticate the client against the backend with your Qant.io credentials
await qt_client.Authenticate("Username", "Password")
# Create a time serie, add an measurement and send data to Qant.io backend
await qt_client.Timeseries("Id").addMeasurement("Timestamp", "MeasurementValue").Send()
License
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
Qantio.Sdk.Public-0.3.2.tar.gz
(17.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Qantio.Sdk.Public-0.3.2.tar.gz.
File metadata
- Download URL: Qantio.Sdk.Public-0.3.2.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ea4472c1c2875dc613bf0346892479e1ce0883dd8175c816d8d4d4cd995e2a6
|
|
| MD5 |
7b8efb5e8fb8a738e91e3b0874b27bf1
|
|
| BLAKE2b-256 |
a861258e655db5fb29f8253dd6812ed5146dd52d9d5f1fc42219c7a0f05e0910
|
File details
Details for the file Qantio.Sdk.Public-0.3.2-py3-none-any.whl.
File metadata
- Download URL: Qantio.Sdk.Public-0.3.2-py3-none-any.whl
- Upload date:
- Size: 46.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bd32c147e3eb2aeafb0787da18b4e2d6e34460cebfe9537f3b0548a60526d26
|
|
| MD5 |
cb425a9b1328b95277bb577d36837805
|
|
| BLAKE2b-256 |
dee756aefbdda16a471fe23679577f582b967aee28a61ead09e359dde7569766
|