summaryrefslogtreecommitdiffstats
path: root/python/pyrfc3339/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-21 11:34:04 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-21 11:34:04 +0700
commit072d6f65bfafa688db80cfd0fc8ad3d6c27a8293 (patch)
treeb28c180fa4ea2bbbebc870e266f0ed94a957d9a5 /python/pyrfc3339/README
parent2ed94e33662345a621c12d807f46be72a0744e06 (diff)
downloadslackbuilds-072d6f65bfafa688db80cfd0fc8ad3d6c27a8293.tar.gz
slackbuilds-072d6f65bfafa688db80cfd0fc8ad3d6c27a8293.tar.xz
python/pyrfc3339: Added (Python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyrfc3339/README')
-rw-r--r--python/pyrfc3339/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pyrfc3339/README b/python/pyrfc3339/README
new file mode 100644
index 0000000000..08ec990257
--- /dev/null
+++ b/python/pyrfc3339/README
@@ -0,0 +1,2 @@
+pyRFC3339 parses and generates RFC 3339-compliant timestamps using
+Python datetime.datetime objects.