diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-04 07:55:40 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:08 -0600 |
commit | 22c9d1aa0d501686bfe4d18e10e89113e5c0e0bf (patch) | |
tree | 279b954a9f4ae03037b05714457981c5f4cf30c9 /libraries/isodate/slack-desc | |
parent | 9785d5e048c2b2fd7b8ea840b841c5c8a318ca54 (diff) | |
download | slackbuilds-22c9d1aa0d501686bfe4d18e10e89113e5c0e0bf.tar.gz |
libraries/isodate: Added (date/time/duration parser and formater).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/isodate/slack-desc')
-rw-r--r-- | libraries/isodate/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/isodate/slack-desc b/libraries/isodate/slack-desc new file mode 100644 index 0000000000..0760bfb82b --- /dev/null +++ b/libraries/isodate/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +isodate: isodate (An ISO 8601 date/time/duration parser and formater) +isodate: +isodate: This module implements ISO 8601 date, time and duration parsing. +isodate: The implementation follows ISO8601:2004 standard, and implements +isodate: only date/time representations mentioned in the standard. +isodate: +isodate: Homepage: https://pypi.python.org/pypi/isodate +isodate: +isodate: +isodate: +isodate: |