Suite Standard Library
Project description
Cool-tree
Official SDK for managing Suite Platform
Cool-tree can both be used from the command line and as a python library.
Main functions are:
- Manage projects
- Manage Datas
- Manage Labels
Installation
$ pip install -i https://test.pypi.org/simple/ cool-tree
$ git clone https://github.com/Superb-AI-Suite/cool-tree
$ cd cool-tree
$ python setup.py
$ spb --version
0.0.1
Client Authntication
To perform remote operations on Suite you first need to authenticate. This requires a [Account-specific API-key].
To start the authentication process:
$ vim ~/.spb/credentials
[YOUR_PROFILE_NAME(Default : default)]
access_key=YOUT_ACCESS_KEY
account_name = YOUR_ACCOUNT_NAME
You can also directly use Access key and Account name to SDK. (Check, how to use)
How to use
First. you need to authenticate and get client from SDK
# Use default profile in credentials
spb.client()
# Use other profile in credentials
spb.client(profile='OTHER_PROFILE_NAME')
# and also you can directly use account_name and access_key
spb.client(account_name='YOUR_ACCOUNT_NAME', access_key='YOUR_ACCESS_KEY')
Now, you can use Suite SDK in your project
Example #1 - Describe Project
import spb
from spb.command import Command
from spb.models import Project
def describe_project():
spb.client()
command = Command(type='describe_project')
projects = spb.run(command=command)
if __name__ == "__main__":
describe_project()
In this case, you can be seen Project list in your account
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
File details
Details for the file cool-tree-0.0.18.tar.gz
.
File metadata
- Download URL: cool-tree-0.0.18.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5f538151f5d751c11fc88718014314879840fdf4213d8e5bfd9aa814e37187b |
|
MD5 | 2ba0d182b6837ce266edd7133d34b00a |
|
BLAKE2b-256 | 44d6245bcc951369c81fc87781fdc5a622919fe1e9d720247676d081ed145ef4 |
File details
Details for the file cool_tree-0.0.18-py3.7.egg
.
File metadata
- Download URL: cool_tree-0.0.18-py3.7.egg
- Upload date:
- Size: 63.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3274c5c4b9c1f550599f0fc88b23cb866b3fbd3cb1c8508b5b473914e9f48e76 |
|
MD5 | 396ff0eb38d595be797696a7d5d1c11a |
|
BLAKE2b-256 | 53a1a6e779d3826a9045ccf540290b8ecfadccef5f66a737c148df81122dddf9 |