Bundle pyiso8601 for iso8601 time/date manipulation

Enterprise / Samba - Jelmer Vernooij [samba.org] - 5 March 2015 21:41 UTC

(corrected lib/update-external.sh by Andrew Bartlett)

Change-Id: I0f992b949b1717635ff26fa0db6073675cce4ad7

13bd83a Bundle pyiso8601 for iso8601 time/date manipulation.
lib/update-external.sh | 5 +
third_party/pyiso8601/.hgignore | 8 +
third_party/pyiso8601/.hgtags | 6 +
third_party/pyiso8601/LICENSE | 20 ++
third_party/pyiso8601/MANIFEST.in | 2 +
third_party/pyiso8601/README.rst | 180 +++++++++++++++++
third_party/pyiso8601/dev-requirements.txt | 5 +
third_party/pyiso8601/docs/Makefile | 177 ++++++++++++++++
third_party/pyiso8601/docs/conf.py | 266 +++++++++++++++++++++++++
third_party/pyiso8601/docs/index.rst | 80 ++++++++
third_party/pyiso8601/docs/make.bat | 242 ++++++++++++++++++++++
third_party/pyiso8601/iso8601/__init__.py | 1 +
third_party/pyiso8601/iso8601/iso8601.py | 214 ++++++++++++++++++++
third_party/pyiso8601/iso8601/test_iso8601.py | 97 +++++++++
third_party/pyiso8601/setup.py | 25 +++
third_party/pyiso8601/tox.ini | 8 +
third_party/wscript_build | 1 +
17 files changed, 1337 insertions(+)

Upstream: gitweb.samba.org


  • Share