B. Watson 91f7beadd8 python/python-MonthDelta: Fix slack-desc. преди 8 години
..
README 914eadb4d4 python/python-MonthDelta: Update README. преди 8 години
python-MonthDelta.SlackBuild 574bb932de python/python-MonthDelta: Added (Pythonic Module). преди 10 години
python-MonthDelta.info 065bbe93dc Multiple: Fixed .info file (removed pysetuptools) преди 9 години
slack-desc 91f7beadd8 python/python-MonthDelta: Fix slack-desc. преди 8 години

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.