mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
5 lines
376 B
Text
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.
|