A set of methods and classes to accurately measure elapsed time.
Project description
timeutils
timeutils is a Python package providing a set of methods and classes to accurately measure elapsed time.
Documentation
The documentation is hosted on http://timeutils.readthedocs.io
Installation
Latest from the source:
git clone https://gitlab.com/cmick/timeutils.git cd timeutils python setup.py install
Using PyPI:
pip install timeutils
Examples
>>> from timeutils import Stopwatch >>> sw = Stopwatch(start=True) >>> sw.elapsed_seconds 16.282313108444214 >>> str(sw.stop()) '0:01:30.416023' >>> sw.elapsed.human_str() '1 min, 30 secs'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size timeutils-0.3.2.tar.gz (7.7 kB) | File type Source | Python version None | Upload date | Hashes View |