Updated Branches: refs/heads/trunk ed0275232 -> c03fdfdba
Add badges to the readme. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c03fdfdb Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c03fdfdb Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c03fdfdb Branch: refs/heads/trunk Commit: c03fdfdba4f85e2905e97060ebe4ac56f7fb0b2c Parents: ed02752 Author: Tomaz Muraus <[email protected]> Authored: Tue Dec 10 22:16:07 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Tue Dec 10 22:16:07 2013 +0100 ---------------------------------------------------------------------- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/c03fdfdb/README.rst ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst index e8dd7b3..069c942 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,15 @@ Apache Libcloud - a unified interface into the cloud ==================================================== +.. image:: https://badge.fury.io/py/apache-libcloud.png + :target: http://badge.fury.io/py/apache-libcloud + +.. image:: https://pypip.in/d/apache-libcloud/badge.png + :target: https://crate.io/packages/apache-libcloud/ + +.. image:: https://secure.travis-ci.org/apache/libcloud.png?branch=trunk + :target: http://travis-ci.org/apache/libcloud + 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.
