python3-monotonic_1.5-1_all.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/faucetsdn/faucet/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/faucetsdn/faucet/script.deb.sh | sudo bash

STEP 2: 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 ago

Package Size

5.47 KB

Installed Size

24.4 KB

Downloads

72

wget

wget --content-disposition "https://packagecloud.io/faucetsdn/faucet/packages/debian/buster/python3-monotonic_1.5-1_all.deb/download.deb?distro_version_id=150"

Homepage

https://github.com/atdt/monotonic