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.
Homepage: https://github.com/aaugustin/datedelta/
Maintainer: George Rosamond <george@nycbug.org>