python3-inotify

inotify generator library for Python 3
  https://github.com/dsoprea/PyInotify
  0
  no reviews



Inotify* functionality is available from the Linux kernel and allows you to register one or more directories for watching, and to simply block and wait for notification events. This library is designed to act as a generator. All you have to do is loop, and you'll see one event at a time and block in-between.