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 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: hiro
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
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.
|