I like the concept of watchr: it monitor the file system and run a callback when something changes. Is there a pure Python equivalent? Preferably pip installable.
Asked
Active
Viewed 833 times
2 Answers
5
You should probably look at watchdog:

John Montgomery
- 8,868
- 4
- 33
- 43
-
Was looking for the same thing but it is more complicated to ue compared to Watchr – denysonique Aug 22 '11 at 08:52
0
For Windows, there's watcher, that is probably close to what you need although I'm not sure it provides 100% equivalent information.

Eli Bendersky
- 263,248
- 89
- 350
- 412