パッケージ: python3-libcloud (3.2.0-2)
python3-libcloud に関するリンク
Debian の資源:
libcloud ソースパッケージをダウンロード:
- [libcloud_3.2.0-2.dsc]
- [libcloud_3.2.0.orig.tar.gz]
- [libcloud_3.2.0.orig.tar.gz.asc]
- [libcloud_3.2.0-2.debian.tar.xz]
メンテナ:
- Debian Python 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
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).
This is the Python 3 version of the package.
その他の python3-libcloud 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-cryptography
- Python library exposing cryptographic recipes and primitives (Python 3)
-
- dep: python3-lockfile (>= 0.9)
- file locking library for Python — Python 3 library
-
- dep: python3-requests
- 人間のために作られた、Python 3 向けの洗練された単純な HTTP ライブラリ
-
- dep: python3-simplejson
- simple, fast, extensible JSON encoder/decoder for Python 3.x