1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: libcloud
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Soren Hansen <soren@ubuntu.com>,
Andrew Starr-Bochicchio <asb@debian.org>,
Noah Meyerhans <frodo@morgul.net>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
openssh-client,
python3-all,
python3-cryptography,
python3-openssl,
python3-paramiko,
python3-pytest,
python3-pytest-benchmark,
python3-pytest-runner,
python3-pytest-timeout,
python3-pytest-xdist,
python3-requests-mock,
python3-setuptools,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://libcloud.apache.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/libcloud.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/libcloud
Package: python3-libcloud
Architecture: all
Depends:
python3-cryptography,
${misc:Depends},
${python3:Depends},
Description: 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).
|