ports/devel/py-inotifyrecursive/pkg-descr
Michael Gmelin ad10c20b45 devel/py-inotifyrecursive: New port
Recursive inotify watches based on inotify-simple
2024-02-18 12:47:54 +01:00

5 lines
376 B
Text

Inotify Recursive is a Python package that offers a simple way to watch a
directory-tree recursively for file changes via the inotify functionality of
the Linux kernel. It uses the inotify_simple package to set and remove the
inotify watches and also incorporates its whole functionality. The package
is written in Python and licensed as open-source under the LGPL version 3.