python-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 python-monotonic=1.5-1

implementation of time.monotonic() - Python 2.x

Full description:
  implementation of time.monotonic() - Python 2.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 2.x module.

Checksums

MD5 2eaff42224562751026bebac32e7c6e8
SHA1 d031ac3e59c639fcf58e0c1ccef353bfb1243ad4
SHA256 0bae0b69e30f6fd901302535830eca6322d0f0ff12dd0de830e6872d64a0a7c9
SHA512 e4505544f6e46ad4f17fabcc2d46aa0f542b1ba2738806b5f914edaff3ab46b044a08a30469a18a3cf972c2b63e2a0264ba63cbb7d7339977a7eaaec268cfe80

Depends

  • python:any (<< 2.8), python:any (>= 2.7.5-5~)

Files

  • /usr/share/doc/python-monotonic/copyright
  • /usr/share/doc/python-monotonic/changelog.Debian.gz
  • /usr/lib/python2.7/dist-packages/monotonic.py
  • /usr/lib/python2.7/dist-packages/monotonic-1.5.egg-info/top_level.txt
  • /usr/lib/python2.7/dist-packages/monotonic-1.5.egg-info/PKG-INFO
  • /usr/lib/python2.7/dist-packages/monotonic-1.5.egg-info/dependency_links.txt

Uploaded

about 6 years ago

Package Size

5.4 KB

Installed Size

24.4 KB

Downloads

4

wget

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

Homepage

https://github.com/atdt/monotonic