From 2b710188570a2d098fbbe207f742d703cf765150 Mon Sep 17 00:00:00 2001 From: Michael Twomey Date: Mon, 24 Mar 2014 17:01:07 +0000 Subject: Adding the all important downloads badge --- docs/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 56f2583..e28f2dc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,8 @@ pyiso8601: ISO 8601 Parsing for Python ====================================== +.. image:: https://pypip.in/d/iso8601/badge.png + This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects. >>> import iso8601 -- cgit v1.2.1