4 Maintainer: Benjamin Mako Hill <mako@debian.org>
5 Build-Depends: cdbs, debhelper (>= 7.0.50~), python, python-support
6 Standards-Version: 3.9.1
7 Homepage: https://code.google.com/p/pyiso8601
10 Package: python-iso8601
12 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
13 XB-Python-Version: ${python:Versions}
14 Description: python module to parse ISO 8601 dates
15 Many file formats and standards use the ISO 8601 date format
16 (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral,
17 unambiguous manner. This simple Python module parses the most common
18 forms encountered and returns Python datetime objects.