From 0f2e76b427d039bbc82f18b545f74db66d1c35c0 Mon Sep 17 00:00:00 2001 From: Gerhard Weis Date: Thu, 27 Feb 2014 12:10:30 +1000 Subject: added various badges --- README.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5853ff7..67a0e51 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,21 @@ ISO 8601 date/time parser ========================= .. image:: https://travis-ci.org/gweis/isodate.png?branch=master - :target: https://travis-ci.org/gweis/isodate + :target: https://travis-ci.org/gweis/isodate + :alt: Travis-CI +.. image:: https://coveralls.io/repos/gweis/isodate/badge.png?branch=master + :target: https://coveralls.io/r/gweis/isodate?branch=master + :alt: Coveralls +.. image:: https://pypip.in/v/isodate/badge.png + :target: https://pypi.python.org/pypi/isodate/ + :alt: Latest Version +.. image:: https://pypip.in/d/isodate/badge.png + :target: https://pypi.python.org/pypi//isodate/ + :alt: Downloads +.. image:: https://pypip.in/license/isodate/badge.png + :target: https://pypi.python.org/pypi/isodate/ + :alt: License + This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only -- cgit v1.2.1