python/python-MonthDelta: Update README.

This commit is contained in:
B. Watson 2016-11-06 17:40:07 -05:00 committed by Willy Sudiarto Raharjo
parent 29a05ef025
commit 914eadb4d4
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -1,7 +1,9 @@
Date computations with months.
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.
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.
monthmod() enables round-trip calculations among MonthDelta, date,
datetime, and timedelta.