From f9d8c6898a030db82e6ed89e8ab3a0cbf149d82e Mon Sep 17 00:00:00 2001 From: Date: Mon, 3 Oct 2016 21:28:32 -0400 Subject: [PATCH 1/3] Modified Readme intro --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2415052f8b..8ec990a71a 100644 --- a/README.rst +++ b/README.rst @@ -31,9 +31,8 @@ Apache Libcloud - a unified interface into the cloud .. image:: https://coveralls.io/repos/github/apache/libcloud/badge.svg?branch=trunk :target: https://coveralls.io/github/apache/libcloud?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. +Apache Libcloud is a Python library which abstracts many different +cloud provider APIs into a unified API. Resources you can manage with Libcloud are divided into the following categories: From b3c392703c5257d026c1f89452eccb3c59f2cc50 Mon Sep 17 00:00:00 2001 From: Shyam Thiagarajan Date: Sat, 8 Oct 2016 13:34:13 -0400 Subject: [PATCH 2/3] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8ec990a71a..10f448e7a9 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Apache Libcloud - a unified interface into the cloud .. image:: https://coveralls.io/repos/github/apache/libcloud/badge.svg?branch=trunk :target: https://coveralls.io/github/apache/libcloud?branch=trunk -Apache Libcloud is a Python library which abstracts many different +Apache Libcloud is a Python library that abstracts many different cloud provider APIs into a unified API. Resources you can manage with Libcloud are divided into the following categories: From 87c59400a3354dd5e3aee8edbd9b2b53302eba5b Mon Sep 17 00:00:00 2001 From: Shyam Thiagarajan Date: Sat, 8 Oct 2016 13:34:55 -0400 Subject: [PATCH 3/3] Improved --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 10f448e7a9..cf39522c6f 100644 --- a/README.rst +++ b/README.rst @@ -31,8 +31,8 @@ Apache Libcloud - a unified interface into the cloud .. image:: https://coveralls.io/repos/github/apache/libcloud/badge.svg?branch=trunk :target: https://coveralls.io/github/apache/libcloud?branch=trunk -Apache Libcloud is a Python library that abstracts many different -cloud provider APIs into a unified API. +Apache Libcloud is a Python library that wraps many different +cloud provider APIs including: ... Resources you can manage with Libcloud are divided into the following categories: