Source: hiro Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Nicolas Dandrimont Build-Depends: debhelper-compat (= 11), dh-python, python3-all, python3-mock, python3-setuptools, python3-six, python3-sphinx Standards-Version: 4.1.4 Vcs-Git: https://salsa.debian.org/python-team/modules/hiro.git Vcs-Browser: https://salsa.debian.org/python-team/modules/hiro Homepage: http://hiro.readthedocs.org Package: python3-hiro Architecture: all Depends: python3-mock, python3-six, ${misc:Depends}, ${python3:Depends} Recommends: ${python3:Recommends} Suggests: python-hiro-doc, ${python3:Suggests} Description: time manipulation utilities for Python The hiro module provides a context-manager which hijacks a few commonly used time function to manipulate time in its context. It allows you to rewind, forward, freeze, unfreeze, and scale time according to given settings. . Most notably, the builtin functions time.sleep, time.time, time.gmtime, datetime.now, datetime.utcnow and datetime.today behave according the configuration of the context. . This package provides the Python 3 version of the hiro module. Package: python-hiro-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: time manipulation utilities for Python - documentation The hiro module provides a context-manager which hijacks a few commonly used time function to manipulate time in its context. It allows you to rewind, forward, freeze, unfreeze, and scale time according to given settings. . Most notably, the builtin functions time.sleep, time.time, time.gmtime, datetime.now, datetime.utcnow and datetime.today behave according the configuration of the context. . This package provides the documentation of the hiro module.