Skip to main content

A set of methods and classes to accurately measure elapsed time.

Project description

https://img.shields.io/pypi/status/timeutils.svg https://badge.fury.io/py/timeutils.svg https://readthedocs.org/projects/timeutils/badge https://img.shields.io/pypi/pyversions/timeutils.svg https://img.shields.io/pypi/l/timeutils.svg

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/en/0.2.2/

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.2.2.tar.gz (5.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page