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.8.tar.gz
(5.9 kB
view details)
File details
Details for the file koi-0.1.8.tar.gz
.
File metadata
- Download URL: koi-0.1.8.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4caf4fb40d57e5ab824d9bdca1ecf149e01240535904284c5c3228d8c6b5c4c8 |
|
MD5 | 46f38826d3e7700cf733c83b834d176a |
|
BLAKE2b-256 | c2dbd803c9c2ae5e712589a3a6f64b132f60ce296164e085e31d2aec8786b9ad |