python-monotonic 1.1
Name | python-monotonic |
---|---|
Version | 1.1 |
Summary | implementation of time.monotonic() - Python 2.x |
Description | 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: GetTickCount64 on Windows, mach_absolute_time on OS X, and clock_gettime(3) on Linux/BSD. |
Section | base |
License | Apache-2.0 |
Homepage | |
Recipe file |
recipes-debian/python/python-monotonic_debian.bb
recipes-debian/python/recipes-debian/sources/python-monotonic.inc |
Layer | meta-debian (warrior branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
Patches
None
Other branches
This recipe in other branches of meta-debian:
Branch | Recipe |
---|---|
warrior (Yocto Project 2.7) | python-monotonic 1.1 (this recipe) |