JAI - Trust your data
Project description
Jai SDK - Trust your data
Installation
The source code is currently hosted on GitHub at: https://github.com/jquant/jai-sdk
Installing jai-sdk using pip:
pip install jai-sdk
For more information, here is our documentation.
Get your Auth Key
First, you'll need an Authorization key to use the backend API.
To get a Trial version API using the sdk, fill the values with your information:
from jai import Jai
r = Jai.get_auth_key(email="EMAIL", firstName="FIRSTNAME", lastName="LASTNAME")
# or
r = Jai.get_auth_key(email="EMAIL", firstName="FIRSTNAME", lastName="LASTNAME", company="COMPANY")
If the response code is 201, then you should be receiving an email with your Auth Key.
Get Started
If you already have an Auth Key, then you can use the sdk:
from jai import Jai
j = Jai(AUTH_KEY)
Read our documentation
For more information, here is our documentation.
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
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 jai-sdk-0.13.2.tar.gz.
File metadata
- Download URL: jai-sdk-0.13.2.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de48b8f9ec968fa0449f11acfbfc32161722aa743efa9949558b7ba551abfecd
|
|
| MD5 |
23d0f683e343033cb0c4d5469bf42fc4
|
|
| BLAKE2b-256 |
b313c110609d7b1cf56b2b99b38db779dea54309b3e41aa61d6892ee7948c320
|
File details
Details for the file jai_sdk-0.13.2-py3-none-any.whl.
File metadata
- Download URL: jai_sdk-0.13.2-py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb063ea2aa53d273ada3a077f652b9052b79e78f150f67c71f1dacbf5656e6a7
|
|
| MD5 |
04823c378d896bd8653b667eeddda625
|
|
| BLAKE2b-256 |
9436692c81836ca8b4669f125e51f2788cc6f0338a73c327a821b29b381e7538
|