1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: python-aniso8601
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonathan Carter <jcc@debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python-dateutil,
python-mock,
python-setuptools,
python3-all,
python3-dateutil,
python3-mock,
python3-setuptools
Standards-Version: 4.3.0
Homepage: https://bitbucket.org/nielsenb/aniso8601
Vcs-Git: https://salsa.debian.org/python-team/modules/python-aniso8601.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-aniso8601
Testsuite: autopkgtest-pkg-python
Package: python-aniso8601
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: python2 library for parsing dates and time
Library for parsing the following:
- Parse a time, get a datetime.time
- Parse a date, get a datetime.date
- Parse a datetime, get a datetime.datetime
- Parse a duration, get a datetime.timedelta
- Parse an interval, get a tuple of dates or datetimes
- Parse a repeating interval, get a date or datetime generator
.
This package provides the python2 version, a python3 package
is also available.
Package: python3-aniso8601
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: python3 library for parsing dates and time
Library for parsing the following:
- Parse a time, get a datetime.time
- Parse a date, get a datetime.date
- Parse a datetime, get a datetime.datetime
- Parse a duration, get a datetime.timedelta
- Parse an interval, get a tuple of dates or datetimes
- Parse a repeating interval, get a date or datetime generator
.
This package provides the python3 version.
|