df695118e056f33ba115ca139610f436b7ce8ab2
[python-iso8601.debian] / debian / control
1 Source: python-iso8601
2 Section: python
3 Priority: extra
4 Maintainer: Benjamin Mako Hill <mako@debian.org>
5 Build-Depends: cdbs, debhelper (>= 7.0.50~), python-all
6 Build-Depends-Indep: python-support (>=0.90)
7 Standards-Version: 3.9.1
8 Homepage: https://code.google.com/p/pyiso8601
9 XS-Python-Version: >= 2.5
10
11 Package: python-iso8601
12 Architecture: all
13 Depends: ${python:Depends}, ${misc:Depends}
14 Provides: ${python:Provides}
15 Description: python module to parse ISO 8601 dates
16  Many file formats and standards use the ISO 8601 date format
17  (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral,
18  unambiguous manner. This simple Python module parses the most common
19  forms encountered and returns Python datetime objects.
20
21

Benjamin Mako Hill || Want to submit a patch?