Repository: libcloud Updated Branches: refs/heads/trunk dba1c2ecb -> 505475c65
Change ordering. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/505475c6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/505475c6 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/505475c6 Branch: refs/heads/trunk Commit: 505475c65379006ef7dbe152a7f8aa32a6634c4f Parents: dba1c2e Author: Tomaz Muraus <[email protected]> Authored: Tue Sep 4 11:07:55 2018 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Sep 4 11:07:55 2018 +0200 ---------------------------------------------------------------------- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/505475c6/README.rst ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst index 6ecf71c..4e91ee3 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,10 @@ Apache Libcloud - a unified interface for 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. + .. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat :target: https://libcloud.readthedocs.org @@ -25,10 +29,6 @@ Apache Libcloud - a unified interface for the cloud .. image:: https://bestpractices.coreinfrastructure.org/projects/152/badge :target: https://bestpractices.coreinfrastructure.org/projects/152 -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. - :Code: https://github.com/apache/libcloud :License: Apache 2.0; see LICENSE file :Issues: https://github.com/apache/libcloud/issues
