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

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.