You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 91f7beadd8
python/python-MonthDelta: Fix slack-desc.
9 years ago
..
README python/python-MonthDelta: Update README. 9 years ago
python-MonthDelta.SlackBuild python/python-MonthDelta: Added (Pythonic Module). 11 years ago
python-MonthDelta.info Multiple: Fixed .info file (removed pysetuptools) 10 years ago
slack-desc python/python-MonthDelta: Fix slack-desc. 9 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.