软件包:python3-libcloud(2.4.0-1)
python3-libcloud 的相关链接
Debian 的资源:
下载源码包 libcloud:
- [libcloud_2.4.0-1.dsc]
- [libcloud_2.4.0.orig.tar.gz]
- [libcloud_2.4.0.orig.tar.gz.asc]
- [libcloud_2.4.0-1.debian.tar.xz]
维护小组:
- Debian Python Modules Team (QA 页面, 邮件存档)
- Soren Hansen (QA 页面)
- Hans-Christoph Steiner (QA 页面)
- Andrew Starr-Bochicchio (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 * Four main APIs: Compute, Storage, Load Balancers, DNS * Supports Python 2.5, Python 2.6, Python 2.7, PyPy and Python 3
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.*)
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).
This is the Python 3 version of the package.
其他与 python3-libcloud 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-crypto (>= 2.6)
- cryptographic algorithms and protocols for Python 3
-
- dep: python3-lockfile (>= 0.9)
- file locking library for Python — Python 3 library
-
- 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