Skip to content

Alibaba Cloud ( AliCloud / Aliyun ) SDK for Python

License

Notifications You must be signed in to change notification settings

canalplus/baiji

Repository files navigation

Baiji

AliCloud SDK for python

Build StatusVersion

Usage

First install baiji package: pip install baiji-sdk

Sample usage:

from baiji.sdk import AliCloudConnect

acc = AliCloudConnect()
clt = acc.client()
all_instances = clt.instances.all() 
## you can add the option "json_format=True" to display the result on json format, using the same syntaxe:
all_instances = clt.instances.all(json_format=True)

print("There are currently {} instances in this account.".format(len(all_instances)))

All the functions of the available resources on baiji are on resource.py

About

Alibaba Cloud ( AliCloud / Aliyun ) SDK for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages