I'm looking for a python or django library to give me humanized timedates to read like "tomorrow evening at 8pm" or "tonight at 8pm" or "next Monday at 8pm".
I've seen django.contrib.humanize and arrow but neither give that level of humanization. Does such a library exist? (Obviously not rocket science to write it myself, but I figure I'm not the first person to want such a thing...)