easydate

An interface for the datetime library in python that allows you to do things like

>>> import easydate
>>> (5).days.ago
datetime.datetime(2016, 11, 9, 12, 58, 45, 422220)

Dependencies