slackbuilds/python/python-MonthDelta
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README python/python-MonthDelta: Added (Pythonic Module). 2014-12-23 08:05:55 +07:00
python-MonthDelta.SlackBuild python/python-MonthDelta: Added (Pythonic Module). 2014-12-23 08:05:55 +07:00
python-MonthDelta.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07:00
slack-desc python/python-MonthDelta: Added (Pythonic Module). 2014-12-23 08:05:55 +07:00

README

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.