close
The Wayback Machine - https://web.archive.org/web/20160711182859/https://github.com/apache/libcloud
Skip to content
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
Python Other
Latest commit f783845 Jul 10, 2016 @Kami Kami Update changelog.
Failed to load latest commit information.
Image contrib Add new ap-south-1 (Mumbabi, India) region to the AWS EC2 driver. Jun 28, 2016
Image demos Fix more lint issues in demos/ directory. Jun 25, 2016
Image dist Remove .DS_Store files. Jun 17, 2016
Image docs auroracompute: Add Barcelona (Spain) region to driver Jul 10, 2016
Image libcloud auroracompute: Add Barcelona (Spain) region to driver Jul 10, 2016
Image .coveragerc Add a new driver, tests and documentation for CloudSigma API v2.0. Jan 29, 2014
Image .coveralls.yml update tox again Jun 26, 2016
Image .dockerignore Run tests in a docker container Apr 16, 2015
Image .editorconfig Added .editorconfig file for easier editing. Nov 4, 2015
Image .gitignore Add .DS_Store to .gitignore. Jun 17, 2016
Image .pylintrc Add pylint config and pylint tox target. Sep 13, 2014
Image .ratignore Docker example and help content updates Dec 23, 2015
Image .travis.yml Also run pylint tox target on travis. Apr 19, 2016
Image CHANGES.rst Update changelog. Jul 10, 2016
Image CONTRIBUTING.rst Fix typos - bellow -> below. Oct 13, 2015
Image LICENSE Merge storage_api branch. Mar 7, 2011
Image MANIFEST.in Update manifest.in - make sure all the test files are included. Oct 18, 2015
Image NOTICE Update year in the notice file. Oct 10, 2015
Image PULL_REQUEST_TEMPLATE.md Add Github pull request template file. Apr 10, 2016
Image README.rst add coveralls badge Jun 26, 2016
Image doap_libcloud.rdf update 1.0.0 release Jun 21, 2016
Image example_compute.py Update examples to use "region" argument instead of using old, unsupp… Nov 11, 2014
Image example_dns.py Add DNS example. Oct 14, 2011
Image example_loadbalancer.py Update examples to use "region" argument instead of using old, unsupp… Nov 11, 2014
Image example_storage.py Update examples to use "region" argument instead of using old, unsupp… Nov 11, 2014
Image requirements-tests.txt use old coverage for py3.2 support Jun 26, 2016
Image setup.cfg Allow nosetests to run Mar 4, 2015
Image setup.py Update setup.py classifiers. We are now v1.0 and no longer beta. Jun 26, 2016
Image tox.ini Temporary disable coverage support in tox target since it breaks test… Jun 27, 2016

README.rst

Apache Libcloud - a unified interface into the cloud

https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat Image Image Image Image Image Image https://img.shields.io/irc/%23libcloud.png https://bestpractices.coreinfrastructure.org/projects/152/badge https://coveralls.io/repos/github/apache/libcloud/badge.svg?branch=trunk

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.*)
  • Container - Container virtualization services (libcloud.container.*)

Apache Libcloud is an Apache project, see <http://libcloud.apache.org> for more information.

Documentation

Documentation can be found at <https://libcloud.readthedocs.org>.

Feedback

Please send feedback to the mailing list at <dev@libcloud.apache.org>, or the JIRA at <https://issues.apache.org/jira/browse/LIBCLOUD>.

Contributing

For information on how to contribute, please see the Contributing chapter in our documentation <https://libcloud.readthedocs.org/en/latest/development.html#contributing>

License

Apache Libcloud is licensed under the Apache 2.0 license. For more information, please see LICENSE and NOTICE file.

Something went wrong with that request. Please try again.