Skip to main content

JAI - Trust your data

Project description

Jai SDK - Trust your data

PyPI Latest Release Python Version Documentation Status codecov License Code style: yapf Downloads

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


Download files

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

Source Distribution

jai-sdk-0.13.1.tar.gz (22.9 kB view hashes)

Uploaded Source

Built Distribution

jai_sdk-0.13.1-py3-none-any.whl (25.3 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