Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.14 KB

README.rst

File metadata and controls

45 lines (24 loc) · 1.14 KB

Python time expressions parser

Documentation Status

Basic Python module to parse time expressions.

Usage

To use Python time expressions parser in a project:

import pytimeparser

output_timedelta = pytimeparser.parse('3 days 5:12:43.123')

print(output_timedelta.total_seconds())

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.