3rd-party Aliyun python client which supports python3
Project description
# koi(西湖锦鲤)
A third-party (and incomplete) client library for aliyun.
Why reinvent the wheel when there is official SDK?
- Aliyun's Python SDK is poor maintained.
- It doesn't support Python3.
- It's design is weird, sugar methods are to rescue.
Why not AWS, why the hell do anyone want Aliyun over AWS?
- AWS only has one region in China, which is not as flexible as Aliyun when your business is very sensitive to network location.
- AWS sucks on ICP备案 what is the key prerequisite to all internet services within China.
- AWS China is not the same thing as AWS Global. For example, it lacks spot instances; its pricing is weird, too.
## Get Stared
```py
from koi.ecs import ECSClient
c = ECSClient(ACCESS_KEY_ID, ACCESS_KEY_SECRET)
c.describe_regions()
```
## What's Next?
There's no docs, read the source for more details, yay!
Read Aliyun docs may also help: https://docs.aliyun.com/#/pub/ecs/open-api/summary
A third-party (and incomplete) client library for aliyun.
Why reinvent the wheel when there is official SDK?
- Aliyun's Python SDK is poor maintained.
- It doesn't support Python3.
- It's design is weird, sugar methods are to rescue.
Why not AWS, why the hell do anyone want Aliyun over AWS?
- AWS only has one region in China, which is not as flexible as Aliyun when your business is very sensitive to network location.
- AWS sucks on ICP备案 what is the key prerequisite to all internet services within China.
- AWS China is not the same thing as AWS Global. For example, it lacks spot instances; its pricing is weird, too.
## Get Stared
```py
from koi.ecs import ECSClient
c = ECSClient(ACCESS_KEY_ID, ACCESS_KEY_SECRET)
c.describe_regions()
```
## What's Next?
There's no docs, read the source for more details, yay!
Read Aliyun docs may also help: https://docs.aliyun.com/#/pub/ecs/open-api/summary
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
koi-0.1.7.tar.gz
(5.7 kB
view details)
File details
Details for the file koi-0.1.7.tar.gz
.
File metadata
- Download URL: koi-0.1.7.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f220be1f6ba64fff69c9642abeae80ae6b747aa7c152f8eeb859ee3c6f29da1a |
|
MD5 | 04d0d504bf08d57a9ca154dbc7d1f6b2 |
|
BLAKE2b-256 | 68f44ad73063ef08fa1257dc44f134d9bc022f35ea9096886bd6a54cb2362579 |