B. Watson 91f7beadd8 python/python-MonthDelta: Fix slack-desc. 8 years ago
..
README 914eadb4d4 python/python-MonthDelta: Update README. 8 years ago
python-MonthDelta.SlackBuild 574bb932de python/python-MonthDelta: Added (Pythonic Module). 10 years ago
python-MonthDelta.info 065bbe93dc Multiple: Fixed .info file (removed pysetuptools) 9 years ago
slack-desc 91f7beadd8 python/python-MonthDelta: Fix slack-desc. 8 years ago

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.