Total Pageviews

Wednesday, 13 January 2016

Apache Libcloud - a unified interface into the cloud

Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API http://libcloud.apache.org

      https://img.shields.io/irc/%23libcloud.png
Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.
Resources you can manage with Libcloud are divided into the following categories:
  • Compute - Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (libcloud.compute.*)
  • Storage - Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace CloudFiles (libcloud.storage.*)
  • Load Balancers - Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*)
  • DNS - DNS as a Service, DNSaaS (libcloud.dns.*)
Apache Libcloud is an Apache project, see <http://libcloud.apache.org> for more information.

Documentation


Documentation can be found at <https://libcloud.readthedocs.org>
from https://github.com/apache/libcloud