Skip to main content

elapsed time

Project description

Installation

$ [sudo] pip install elapsed

Features

  • accepts datetime or pid. os.getcwd() by default

Examples

datetime elapsed time

>>> dt = datetime.datetime.now()
>>> time.sleep(2)
>>> elapsed.get(dt)
'00:02'

process elapsed time by pid (os.getpid() by default)

>>> import elapsed
>>> e = elapsed.get(1)
'02-16:30:38'
>>> e.days, e.hours, e.minutes, e.seconds
(2, 64, 3870, 232238)

elapsed.seconds(), elapsed.minutes(), elapsed.hours(), elapsed.days()

>>> elapsed.seconds(1)
232238
>>> elapsed.minutes(1)
3870
>>> elapsed.hours(1)
64
>>> elapsed.days(1)
2

readme42.com

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

elapsed-2020.12.3.tar.gz (2.1 kB view details)

Uploaded Source

File details

Details for the file elapsed-2020.12.3.tar.gz.

File metadata

  • Download URL: elapsed-2020.12.3.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for elapsed-2020.12.3.tar.gz
Algorithm Hash digest
SHA256 f4e0d25d99a6605409811b53f3e3946c892af5946047135d89246e71e6c15bd0
MD5 e826d989083a9b330e2cc70d44d6a730
BLAKE2b-256 595ff098d5e2569479d9f279968310d9b1b7782524ef585da085876b55ed79ce

See more details on using hashes here.

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