slackbuilds/python/python-MonthDelta
B. Watson 91f7beadd8
python/python-MonthDelta: Fix slack-desc.
2016-11-14 16:47:23 +07:00
..
README python/python-MonthDelta: Update README. 2016-11-12 06:58:01 +07:00
python-MonthDelta.SlackBuild
python-MonthDelta.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07:00
slack-desc python/python-MonthDelta: Fix slack-desc. 2016-11-14 16:47:23 +07:00

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.