python3-monotonic_1.5-1_all.deb
Install the package
sudo apt-get install python3-monotonic=1.5-1
implementation of time.monotonic() - Python 3.x
Full description: implementation of time.monotonic() - Python 3.x 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. . If no suitable implementation exists for the current platform, attempting to import this module (or to import from it) will cause a RuntimeError exception to be raised. . This package contains the Python 3.x module.
Checksums
MD5 | 33727f295ba1c660bba2f462f5f0f1ee |
SHA1 | b7dac0aacea449be8078622eaf3a16bdb49eb8ad |
SHA256 | 76e473b1399b85403fe7bbab7bed2b4215bfb47408fc49b4e5c7a15bf3305ef8 |
SHA512 | bdf249af091901eca15982911c1881b65962f2cbba6c73b3a2a1f040b1a044df0b6795ec5bdee1088c355f290d71e87213a7ff517c84efa755b9d5e0b0f91175 |
Depends
- python3:any (>= 3.3.2-2~)
Files
- /usr/share/doc/python3-monotonic/copyright
- /usr/share/doc/python3-monotonic/changelog.Debian.gz
- /usr/lib/python3/dist-packages/monotonic.py
- /usr/lib/python3/dist-packages/monotonic-1.5.egg-info/top_level.txt
- /usr/lib/python3/dist-packages/monotonic-1.5.egg-info/PKG-INFO
- /usr/lib/python3/dist-packages/monotonic-1.5.egg-info/dependency_links.txt
Uploaded
about 6 years agoPackage Size
5.47 KBInstalled Size
24.4 KBDownloads
4
wget
wget --content-disposition "https://packagecloud.io/faucetsdn/faucet/packages/debian/stretch/python3-monotonic_1.5-1_all.deb/download.deb?distro_version_id=149"