date arithmetic for Python
datedelta.datedelta is datetime.timedelta for date arithmetic.

It accounts for oddities of the Gregorian calendar.

It's convenient for computing yearly, monthly, or weekly subscriptions
periods.

Maintainer: George Rosamond <george@nycbug.org>

WWW: https://github.com/aaugustin/datedelta/
