Source: python-tempora Homepage: https://github.com/jaraco/tempora Section: python Priority: optional Maintainer: Jeroen Ploemen Uploaders: Debian Python Team Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-freezegun , python3-jaraco.functools , python3-pytest , python3-setuptools, python3-setuptools-scm, pybuild-plugin-pyproject, python3-tz Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/python-team/packages/python-tempora.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tempora Rules-Requires-Root: no Package: python3-tempora Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Python objects and routines pertaining to date and time Tempora is a set of Python objects and routines pertaining to date and time. . Besides the top level package module (tempora), it includes: * timing: routines for measuring and profiling. * schedule: an event scheduler. * utc: routines for getting datetime-aware UTC values.