Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Monitoring contents of files/directories? [duplicate]

I'm looking for a cross-platform file monitoring python package? I know it is possible to monitor files on windows using pywin32, and there are packages working on Linux/Unix but does anyone know about a cross-platform one?

like image 797
dahpgjgamgan Avatar asked Feb 28 '09 11:02

dahpgjgamgan


1 Answers

I'm working on an MIT-licensed library that helps Python programs monitor file system events as portably as possible. There are differences that I'm trying to iron out. Highly alpha version at the moment:

Check it out here: http://github.com/gorakhargosh/watchdog/

Patches and contributions are welcome.

Hope it helps. =) Cheers.

like image 170
GoraKhargosh Avatar answered Oct 02 '22 18:10

GoraKhargosh