A mini SDK for interacting with the LLC Science Admin
Project description
LLC Science SDK
A simple way to fetch scientific data.
Installation
pip install llcsciencesdk
Usage
Getting data from new API version
from llcsciencesdk.llc_api import ScienceSdk
llc_api = ScienceSdk()
llc_api.login("username", "password")
model_input = llc_api.get_model_inputs(1)
Connecting to staging is also possible
from llcsciencesdk.llc_api import ScienceSdk
llc_api = ScienceSdk(environment="staging")
llc_api.login("username", "password")
model_input = llc_api.get_model_inputs(1)
Getting data from old API version
from llcsciencesdk.llc_api import ScienceSdk
llc_api = ScienceSdk(environment="staging")
llc_api.login("username", "password")
model_input = llc_api.get_old_model_inputs([43])
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
llcsciencesdk-0.1.6.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for llcsciencesdk-0.1.6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ea3326fbf75e1fa6ea4d637cac44350c2f9eacdf53ba939f249d300f3b2df05 |
|
MD5 | 9a24f3c9d373884e49d264b835ae2719 |
|
BLAKE2b-256 | 9be4612dd8465b40cbb83ed232b2613b2c9d1a368bbb8c459274a5ec49d8d8cd |