Skip to main content

Parse milliseconds into a Dictionary

Project description

Parse ms

Parse milliseconds into a Dictionary

Demo

Demo on Repl.it

Screenshot

Install

$ pip install parsems

Usage

from parsems import parseMs

parseMs(2449850001)

"""
{
	'days': 28,
	'hours': 8,
	'minutes': 30,
	'seconds': 50,
	'milliseconds': 1,
	'microseconds': 0,
	'nanoseconds': 0
}
"""

Thanks

License

MIT Yoginth

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

parsems-1.0.4.tar.gz (1.7 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