slackbuilds_ponce/python/python-MonthDelta
Christophe Nguyen 574bb932de python/python-MonthDelta: Added (Pythonic Module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-12-23 08:05:55 +07:00
..
python-MonthDelta.info
python-MonthDelta.SlackBuild
README
slack-desc

Date computations 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.