File: control

package info (click to toggle)
python-datetimerange 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: python: 1,891; makefile: 256; sh: 5
file content (35 lines) | stat: -rw-r--r-- 1,075 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
29
30
31
32
33
34
35
Source: python-datetimerange
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-dateutil,
 python3-pytest,
 python3-typepy (>= 1.3.2),
 python3-tz,
 tzdata-legacy,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/python-datetimerange
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/python-datetimerange.git
Homepage: https://github.com/thombashi/DateTimeRange

Package: python3-datetimerange
Architecture: all
Depends:
 python3-dateutil,
 python3-typepy (>= 1.3.2),
 tzdata-legacy,
 ${misc:Depends},
 ${python3:Depends},
Description: library that handles time ranges
 DateTimeRange is a Python library to handle a time range. e.g. check whether a
 time is within the time range, get the intersection of time ranges, truncating
 a time range, iterate through a time range, and so forth.