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 implementation.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 1.6-5.fc44 | - |
| Fedora 43 | 1.6-5.fc43 | 1.6-5.fc43 |
| Fedora 42 | 1.5-23.fc42 | - |
| Fedora 41 | 1.5-21.fc41 | - |
| Fedora EPEL 9 | 1.5-15.el9 | - |
| Fedora 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.