An implementation of time.monotonic() for Python 2 & < 3.3
This module provides a ``monotonic()`` function which returns the value (in fractional seconds) of a clock which never goes backwards. On Python 3.3 or newer, ``monotonic`` will be an alias of ``time.monotonic`` from the standard library. On older versions, it will fall back to an equivalent platform specific implementation.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.5-11.fc35 | - |
Fedora 35 | 1.5-11.fc35 | - |
Fedora 34 | 1.5-9.fc34 | - |
EPEL 8 | 1.5-7.el8 | - |
You can contact the maintainers of this package via email at
python-monotonic dash maintainers at fedoraproject dot org
.