[ 原始碼: libcloud ]
套件:python3-libcloud(3.8.0+repack-3)
python3-libcloud 的相關連結
Debian 的資源:
下載原始碼套件 libcloud:
- [libcloud_3.8.0+repack-3.dsc]
- [libcloud_3.8.0+repack.orig.tar.xz]
- [libcloud_3.8.0+repack-3.debian.tar.xz]
維護小組:
- Debian Python Team (QA 頁面)
- Soren Hansen (QA 頁面)
- Andrew Starr-Bochicchio (QA 頁面)
- Noah Meyerhans (QA 頁面)
外部的資源:
- 主頁 [libcloud.apache.org]
相似套件:
unified Python interface into the cloud (Python3 version)
libcloud is a pure Python client library for interacting with many of the popular cloud server providers using a unified API. It was created to make it easy for developers to build products that work between any of the services that it supports.
* Avoid vendor lock-in * Use the same API to talk to many different providers * More than 30 supported providers total
Resource you can manage with Libcloud are divided in the following categories:
* Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (libcloud.compute.*) * Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace CloudFiles (libcloud.storage.*) * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*) * DNS as a Service, DNSaaS (libcloud.dns.*) * Container virtualization services (libcloud.container.*)
libcloud was originally created by the folks over at Cloudkick, but has since grown into an independent free software project licensed under the Apache License (2.0).
其他與 python3-libcloud 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-cryptography
- Python library exposing cryptographic recipes and primitives (Python 3)
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings
-
- dep: python3-simplejson
- simple, fast, extensible JSON encoder/decoder for Python 3.x