Python

parsedatetime

parsedatetime is able to parse, for example, the following:

August 25th, 2008 25 Aug 2008 Aug 25 5pm 5pm August 25 next saturday tomorrow next thursday at 4pm at 4pm eod tomorrow eod eod tuesday eoy eom in 5 minutes 5 minutes from now 5 hours before now 2 hours before noon

via parsedatetime – Google ... read more ...

Pyinotify

Pyinotify is a pure Python module for monitoring filesystems changes. Pyinotify relies on inotify, a Linux Kernel functionnality (since kernel 2.6.13). inotify is an event-driven notification mechanism, its notifications are exported to user space through three system calls. Pyinotify binds these system calls and provides an implementation on top of them.

via ... read more ...