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
from llcsciencesdk.llc_api import ScienceSdk
llc_api = ScienceSdk()
llc_api.login("username", "password")
model_input = llc_api.get_model_inputs(1)
Connect 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)
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.3.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for llcsciencesdk-0.1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5dfa5085fe15ffec870a7f4aec43f9f323198dc7bc71e01220bd877449ccf04 |
|
MD5 | d80d94ba0ce8a5718ffdeab6d9b1a8b8 |
|
BLAKE2b-256 | af35f39dc7dc5bef452f709667e5b950cf525341a659eb645fb35783538ac7dd |