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.
Source Distribution
timeutils-0.3.2.tar.gz
(7.7 kB
view details)
File details
Details for the file timeutils-0.3.2.tar.gz
.
File metadata
- Download URL: timeutils-0.3.2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f4fe7f75abd86f21dbf40e8571213a3694c1ee597e353b54f688352fe9d54aea
|
|
MD5 |
b2293431b9abe09095d1efb60885e592
|
|
BLAKE2b-256 |
a7758edd4c7b49ef07805d3989b020b877edd5acec51f744131cc84e83717a36
|