Updated Branches: refs/heads/trunk 63da83f01 -> 3985da97c
Update readme to include a better description. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3985da97 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3985da97 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3985da97 Branch: refs/heads/trunk Commit: 3985da97c9e163e9b0369a055e4c8e0d89473ba5 Parents: 63da83f Author: Tomaz Muraus <[email protected]> Authored: Fri Jun 14 20:14:00 2013 -0700 Committer: Tomaz Muraus <[email protected]> Committed: Fri Jun 14 20:16:52 2013 -0700 ---------------------------------------------------------------------- README | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/3985da97/README ---------------------------------------------------------------------- diff --git a/README b/README index 0cfc18d..e32ba3c 100644 --- a/README +++ b/README @@ -1,14 +1,24 @@ -Apache libcloud - a unified interface into the cloud +Apache Libcloud - a unified interface into the cloud ==================================================== -The goal of this project is to create a basic yet functional standard library -into various cloud providers. +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> +<http://libcloud.apache.org/getting-started.html> Feedback ========
