summaryrefslogtreecommitdiff
path: root/time/py-iso8601/DESCR
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-03-31 08:10:05 +0000
committerwiz <wiz@pkgsrc.org>2014-03-31 08:10:05 +0000
commit738829ac8bd6e41915a150247dbdd349a8e9284a (patch)
tree5bc40f0fa8c400369f775e2d8f28c3b98d72d072 /time/py-iso8601/DESCR
parented926f8277f2d8b6194f434523a2122a06557c11 (diff)
downloadpkgsrc-738829ac8bd6e41915a150247dbdd349a8e9284a.tar.gz
Import py27-iso8601-0.1.10 as time/py-iso8601.
This Python module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
Diffstat (limited to 'time/py-iso8601/DESCR')
-rw-r--r--time/py-iso8601/DESCR2
1 files changed, 2 insertions, 0 deletions
diff --git a/time/py-iso8601/DESCR b/time/py-iso8601/DESCR
new file mode 100644
index 00000000000..cb4da102504
--- /dev/null
+++ b/time/py-iso8601/DESCR
@@ -0,0 +1,2 @@
+This Python module parses the most common forms of ISO 8601 date
+strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.