Description
python-monotonic - implementation of time.monotonic() - Python 2.x
Property | Value |
---|---|
Distribution | Debian 8 (Jessie) |
Repository | NeuroDebian Main amd64 |
Package name | python-monotonic |
Package version | 1.1 |
Package release | 2~nd80+1 |
Package architecture | all |
Package type | deb |
Installed size | 51 B |
Download size | 5.39 KB |
Official Mirror | neurodebian.ovgu.de |
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.
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
python-monotonic_1.1-2~nd80+1_all.deb | 1.1 | all | NeuroDebian Main |
python-monotonic | - | - | - |
Requires
Name | Value |
---|---|
neurodebian-popularity-contest | - |
python:any | << 2.8 |
python:any | >= 2.7.5-5~ |
Download
Type | URL |
---|---|
Binary Package | python-monotonic_1.1-2~nd80+1_all.deb |
Source Package | python-monotonic |
Install Howto
- Add the following line to /etc/apt/sources.list:
deb http://neurodebian.ovgu.de/debian/ jessie main contrib non-free
- Install GPG key of the repository:
# sudo apt-key adv --recv-keys --keyserver hkp://pgp.mit.edu:80 0xA5D32F012649A5A9
- Update the package index:
# sudo apt-get update
- Install python-monotonic deb package:
# sudo apt-get install python-monotonic
See Also
Package | Description |
---|---|
python-mpi4py-doc_1.3.1+hg20131106-1~nd80+1_all.deb | bindings of the MPI standard -- documentation |
python-mpi4py_1.3.1+hg20131106-1~nd80+1_amd64.deb | bindings of the Message Passing Interface (MPI) standard |
python-msgpack_0.4.2-1~nd80+1_amd64.deb | Python implementation of MessagePack format |
python-mutagen-doc_1.38-1+nd2~nd80+1_all.deb | audio metadata editing library - documentation |
python-mutagen_1.38-1+nd2~nd80+1_all.deb | audio metadata editing library |
python-mvpa-doc_0.4.8-1~nd70+1_all.deb | documentation and examples for PyMVPA |
python-mvpa-lib_0.4.8-1~nd70+1_amd64.deb | low-level implementations and bindings for PyMVPA |
python-mvpa2-doc_2.6.5-1~nd80+1_all.deb | documentation and examples for PyMVPA v. 2 |
python-mvpa2-lib_2.6.5-1~nd80+1_amd64.deb | low-level implementations and bindings for PyMVPA v. 2 |
python-mvpa2_2.6.5-1~nd80+1_all.deb | multivariate pattern analysis with Python v. 2 |
python-mvpa_0.4.8-1~nd70+1_all.deb | multivariate pattern analysis with Python |
python-neo_0.3.3-1~nd80+1_all.deb | Python IO library for electrophysiological data formats |
python-networkx-doc_1.4-2~nd70+1_all.deb | tool to create, manipulate and study complex networks - documentation |
python-networkx_1.4-2~nd70+1_all.deb | tool to create, manipulate and study complex networks |
python-neuroshare-doc_0.9.2-1~nd80+1_all.deb | Python interface and tools for Neuroshare |
Advertisement
Advertisement