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.
|