From 34db3a58adaa85ca5824323f0488777efbc4b4df Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Sat, 18 Jul 2015 10:11:04 -0400 Subject: [PATCH] Update README.rst [ci skip] --- README.rst | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 80bfa75..6f12862 100644 --- a/README.rst +++ b/README.rst @@ -2,14 +2,17 @@ Twython ======= -.. image:: https://badge.fury.io/py/twython.png - :target: http://badge.fury.io/py/twython -.. image:: https://travis-ci.org/ryanmcgrath/twython.png?branch=master - :target: https://travis-ci.org/ryanmcgrath/twython -.. image:: https://pypip.in/d/twython/badge.png - :target: https://crate.io/packages/twython/ -.. image:: https://coveralls.io/repos/ryanmcgrath/twython/badge.png?branch=master - :target: https://coveralls.io/r/ryanmcgrath/twython?branch=master +.. image:: https://img.shields.io/pypi/v/twython.svg?style=flat-square + :target: https://pypi.python.org/pypi/twython + +.. image:: https://img.shields.io/pypi/dw/twython.svg?style=flat-square + :target: https://pypi.python.org/pypi/twython + +.. image:: https://img.shields.io/travis/ryanmcgrath/twython.svg?style=flat-square + :target: https://travis-ci.org/ryanmcgrath/twython + +.. image:: https://img.shields.io/coveralls/ryanmcgrath/twython/master.svg?style=flat-square + :target: https://coveralls.io/r/ryanmcgrath/twython?branch=master ``Twython`` is the premier Python library providing an easy (and up-to-date) way to access Twitter data. Actively maintained and featuring support for Python 2.6+ and Python 3. It's been battle tested by companies, educational institutions and individuals alike. Try it today!