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.
 
 
 
 
 
 
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools) 10 years ago
..
README python/python-MonthDelta: Added (Pythonic Module). 11 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: Added (Pythonic Module). 11 years ago

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.