Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2015-08-19 19:51:24 +0300
committerMatt Martz <matt@sivel.net>2015-08-19 19:51:24 +0300
commit93951f1154b131f4a6fc19736b38a72e02538575 (patch)
tree3ce053bdf5e9879d76af9ad3e7270b1e1a3ebe1f /README.rst
parent0e6b85d4d547c051ddb0a738a52a2b85d61f5864 (diff)
Migrate from pypip.in to shields.io. Fixes #164
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 0e440df..fccf934 100644
--- a/README.rst
+++ b/README.rst
@@ -4,13 +4,13 @@ speedtest-cli
Command line interface for testing internet bandwidth using
speedtest.net
-.. image:: https://pypip.in/v/speedtest-cli/badge.png
+.. image:: https://img.shields.io/pypi/v/speedtest-cli.svg
:target: https://pypi.python.org/pypi/speedtest-cli/
:alt: Latest Version
-.. image:: https://pypip.in/d/speedtest-cli/badge.png
+.. image:: https://img.shields.io/pypi/dm/speedtest-cli.svg
:target: https://pypi.python.org/pypi/speedtest-cli/
:alt: Downloads
-.. image:: https://pypip.in/license/speedtest-cli/badge.png
+.. image:: https://img.shields.io/pypi/l/speedtest-cli.svg
:target: https://pypi.python.org/pypi/speedtest-cli/
:alt: License
@@ -19,6 +19,10 @@ Versions
speedtest-cli works with Python 2.4-3.4
+.. image:: https://img.shields.io/pypi/pyversions/speedtest-cli.svg
+ :target: https://pypi.python.org/pypi/speedtest-cli/
+ :alt: Versions
+
Installation
------------