Convert an object of time properties to milliseconds: {'seconds': 10} → 10000
Project description
Compare URLs
Convert an object of time properties to milliseconds: {'seconds': 10} → 10000
Demo
Demo on Repl.it
Screenshot
Install
$ pip install tomilliseconds
Usage
from tomilliseconds import toMilliseconds
toMilliseconds({
'days': 28,
'hours': 8,
'minutes': 30,
'seconds': 50,
'milliseconds': 1
})
#=> 2449850001
API
toMilliseconds(input)
input
Type: Dictionary
Specify an object with any of the following properties:
days
hours
minutes
seconds
milliseconds
microseconds
nanoseconds
Thanks
License
MIT Yoginth
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tomilliseconds-1.0.1.tar.gz
(1.9 kB
view details)
File details
Details for the file tomilliseconds-1.0.1.tar.gz
.
File metadata
- Download URL: tomilliseconds-1.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50d6eeee1f4b51082d7e6398718c64fa5901ea8a93837ef6ec795fd6e7aa62b7 |
|
MD5 | c256a6e688f994fa7dc99e21fb4f94f1 |
|
BLAKE2b-256 | 56244dd9b8bcfc9980a6cd98f851fee9d472fde338bf724e385092ad585bfa69 |