summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Twomey <michael.twomey@fieldaware.com>2014-03-24 17:01:07 +0000
committerMichael Twomey <michael.twomey@fieldaware.com>2014-03-24 17:01:07 +0000
commit2b710188570a2d098fbbe207f742d703cf765150 (patch)
tree6841e1479594a26fe9cf5bfe905c1f1d091dd165
parentd4ca05d51bb7db9f69f58749b9e977caa6c58db6 (diff)
downloadpyiso8601-2b710188570a2d098fbbe207f742d703cf765150.tar.gz
Adding the all important downloads badge
-rw-r--r--docs/index.rst2
1 files changed, 2 insertions, 0 deletions
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