slackbuilds_ponce/python/python2-MonthDelta/README
Dave Woodfall 24da8b8941 python/python-MonthDelta: Renamed python2-MonthDelta.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
2021-05-03 01:49:56 -05:00

9 lines
353 B
Text

python-MonthDelta (Pythonic date calculation with months)
monthdelta.py includes a class, MonthDelta, and a function, monthmod().
MonthDelta enables easy month-related calculations with the standard
Python date and datetime classes from the datetime module.
monthmod() enables round-trip calculations among MonthDelta, date,
datetime, and timedelta.