Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 372 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 372 Bytes

zillean_client

client for mlplatform

installation

pip install git+https://github.com/zilleanai/zillean_client

usage

from zillean_client import load
load('http://localhost:8888/api/v1/')
from zillean_client.tag import tag as tagapi
api = tagapi(project={'api_root': 'http://localhost:8888/api/v1/', 'name': 'test'})
print(api.list())