slackbuilds/python/python2-MonthDelta
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
python2-MonthDelta.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
python2-MonthDelta.info
slack-desc

README

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.