Source: python-datetimerange Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Build-Depends: debhelper-compat (= 11), dh-python, openstack-pkg-tools, python3-all, python3-setuptools, Build-Depends-Indep: python3-dateutil, python3-pytest, python3-typepy, 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, 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.