Updated Branches: refs/heads/0.12.x 3386cfdeb -> 742d0832f
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/e4042959 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e4042959 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e4042959 Branch: refs/heads/0.12.x Commit: e40429596a2fde770cbd26a15e74f9b9742812c2 Parents: 3386cfd Author: Tomaz Muraus <[email protected]> Authored: Fri Jun 14 20:14:00 2013 -0700 Committer: Tomaz Muraus <[email protected]> Committed: Fri Jun 14 21:34:09 2013 -0700 ---------------------------------------------------------------------- README | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/e4042959/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 ========
