Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var il y a 3 ans
..
README 24da8b8941 python/python-MonthDelta: Renamed python2-MonthDelta. il y a 3 ans
python2-MonthDelta.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var il y a 3 ans
python2-MonthDelta.info 24da8b8941 python/python-MonthDelta: Renamed python2-MonthDelta. il y a 3 ans
slack-desc 24da8b8941 python/python-MonthDelta: Renamed python2-MonthDelta. il y a 3 ans

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.