You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/07/20 11:36:19 UTC

git commit: Add more badges to the readme.

Repository: libcloud
Updated Branches:
  refs/heads/trunk fd008a023 -> 2c90e9e5d


Add more 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/2c90e9e5
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/2c90e9e5
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/2c90e9e5

Branch: refs/heads/trunk
Commit: 2c90e9e5d843b10ff935d8394dd08b7d6ec9596a
Parents: fd008a0
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Jul 20 11:33:10 2014 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Jul 20 11:33:10 2014 +0200

----------------------------------------------------------------------
 README.rst | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/2c90e9e5/README.rst
----------------------------------------------------------------------
diff --git a/README.rst b/README.rst
index 4a0aa76..ba1e5c6 100644
--- a/README.rst
+++ b/README.rst
@@ -1,15 +1,24 @@
 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/version/apache-libcloud/badge.png
+    :target: https://pypi.python.org/pypi/apache-libcloud/
 
 .. image:: https://pypip.in/d/apache-libcloud/badge.png
-        :target: https://crate.io/packages/apache-libcloud/
+        :target: https://pypi.python.org/pypi/apache-libcloud/
 
 .. image:: https://secure.travis-ci.org/apache/libcloud.png?branch=trunk
         :target: http://travis-ci.org/apache/libcloud
 
+.. image:: https://pypip.in/py_versions/apache-libcloud/badge.png
+        :target: https://pypi.python.org/pypi/apache-libcloud/
+
+.. image:: https://pypip.in/wheel/apache-libcloud/badge.png
+        :target: https://pypi.python.org/pypi/apache-libcloud/
+
+.. image:: https://pypip.in/license/apache-libcloud/badge.png
+        :target: https://github.com/apache/libcloud/blob/trunk/LICENSE
+
 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.