Last updated:
0 purchases
pytimeparser 0.2.0
Python time expressions parser
Basic Python module to parse time expressions.
Free software: MIT license
Documentation: https://pytimeparser.readthedocs.io.
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.
History
0.2.0 (2018-06-11)
Raise ValueError in case no time expression recognized.
0.1.0 (2018-04-02)
First release on PyPI.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.