File: control

package info (click to toggle)
python-aniso8601 8.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 468 kB
  • sloc: python: 3,936; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,106 bytes parent folder | download
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
Source: python-aniso8601
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jonathan Carter <jcc@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-dateutil,
	       python3-mock,
               python3-setuptools
Standards-Version: 4.5.1
Homepage: https://bitbucket.org/nielsenb/aniso8601
Vcs-Git: https://salsa.debian.org/python-team/packages/python-aniso8601.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-aniso8601
Testsuite: autopkgtest-pkg-python

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