forked from apache/libcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
27 lines (20 loc) · 1014 Bytes
/
README
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
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.
Resource you can manage with Libcloud are divided in the following categories:
* Cloud Servers - services such as Amazon EC2 and Rackspace CloudServers
(libcloud.compute.*)
* Cloud Storage - 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.*)
Apache libcloud is an Apache project, see <http://libcloud.apache.org> for
more information.
For API documentation and examples, see:
<http://libcloud.apache.org/getting-started.html>
Feedback
========
Please send feedback to the mailing list at <[email protected]>,
or the JIRA at <https://issues.apache.org/jira/browse/LIBCLOUD>.