Metadata-Version: 2.1
Name: deltat
Version: 1.1.1
Summary: Friendly text to timedelta conversion
Home-page: https://gitlab.com/MarcelWaldvogel/deltat
Author: Marcel Waldvogel
Author-email: marcel.waldvogel@trifence.ch
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Requires-Python: >=3.2
Description-Content-Type: text/markdown
License-File: LICENSE.md

# DeltaT — A simple time duration parser

Parse a time string e.g. '2h 13m' or '1.5d' into a timedelta object.

This is especially useful for command-line or configuration file parsing.

Based on Peter's answer at https://stackoverflow.com/a/51916936/2445204
and virhilo's answer at https://stackoverflow.com/a/4628148/851699

According to Peter, "any license is fine", Marcel concurs. For the sake of
specificity, stating MIT license here, which should be compatible with most
licenses.


