A Python package containing jinko_helpers, jinko_stats, and crabbit modules aimed to be used with Jinko.ai API
Project description
Jinko API Helpers
Python helpers function to ease use of Jinko's API
Jinko is an innovative SaaS and CaaS platform focused on trial simulation and design optimization. The Jinko API offers programmatic access to a wide range of functionalities, facilitating integration with various tools and enhancing collaboration.
Usage
pip install git+https://github.com/novainsilico/jinko-api-helpers-python.git
# Or
poetry add git+https://github.com/novainsilico/jinko-api-helpers-python.git
import jinko_helpers as jinko
# Connect to Jinko
jinko.initialize(
projectId='016140de-1753-4133-8cbf-e67d9a399ec1',
apiKey='50b5085e-3675-40c9-b65b-2aa8d0af101c'
)
# Check authentication
response = jinko.makeRequest('/app/v1/auth/check')
# Make a few requests
projectItem = jinko.makeRequest(
'/app/v1/project-item/tr-EUsp-WjjI',
method='GET',
).json()
Find out more at Jinko Doc
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 jinko_sdk-0.3.4.tar.gz.
File metadata
- Download URL: jinko_sdk-0.3.4.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12318a86b2187033ac731add7ebea46abca2e1879c01ce2d0adcf909d5058da6
|
|
| MD5 |
2e2a882512f349412083018856f8c24c
|
|
| BLAKE2b-256 |
19fe29447cdd19d83a72ee511a85cab8bde2b70a4f6e50d8149b5cfcb2c24f3f
|
File details
Details for the file jinko_sdk-0.3.4-py3-none-any.whl.
File metadata
- Download URL: jinko_sdk-0.3.4-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
984abed59adb976037c1d0c7f13374e8db3cf5af1a4e2042d77dc11fc6222050
|
|
| MD5 |
b48ab8d71122e274f816f48eeef724e5
|
|
| BLAKE2b-256 |
720695f13017790818cd15155187c113579e11c9af6963c9aec3e81e58ed8bc0
|