Source: libcloud Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Soren Hansen , Hans-Christoph Steiner , Andrew Starr-Bochicchio Build-Depends: debhelper (>= 9~), dh-python, openssh-client, python-all (>= 2.6.6-3~), python-crypto (>= 2.6), python-simplejson, python-setuptools, python-lockfile (>= 0.9), python-mock (>= 0.8.0), python-epydoc, python-pydoctor, python-requests-mock, python-pytest, python-pytest-runner, python3-all, python3-crypto (>= 2.6), python3-lockfile (>= 0.9), python3-requests-mock, python3-simplejson, python3-setuptools, python3-mock (>= 0.8.0), python3-pytest, python3-pytest-runner Standards-Version: 4.2.1 Homepage: https://libcloud.apache.org/ Vcs-Git: https://salsa.debian.org/python-team/modules/libcloud.git Vcs-Browser: https://salsa.debian.org/python-team/modules/libcloud Package: python-libcloud Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-crypto (>= 2.6), python-lockfile (>= 0.9), python-simplejson Description: unified Python interface into the cloud 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). Package: python3-libcloud Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-crypto (>= 2.6), python3-lockfile (>= 0.9), python3-simplejson 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 * 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.