Automated incoming file processing with Python
This weekend, I finally got around to spending a little time cleaning up a single-file script I wrote to automatically process files as they are transferred into a local directory, via rsync.
The fact that I was able to do this in a short script is largely thanks to pyinotify …
more ...