aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyinotify/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu@protonmail.com>2024-03-19 12:02:57 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-20 06:48:00 +0700
commit4a8e361dbf53bc9dbf35ec6857aab94c177a4df4 (patch)
treed7ccc233206219a92b08e23180cee68f49884f22 /python/python3-pyinotify/README
parent05d4c2911373e6e152e32027bfbc29ef46e98d7d (diff)
python/python3-pyinotify: Added (Python3 of pyinotify).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyinotify/README')
-rw-r--r--python/python3-pyinotify/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-pyinotify/README b/python/python3-pyinotify/README
new file mode 100644
index 0000000000..40c4baeba2
--- /dev/null
+++ b/python/python3-pyinotify/README
@@ -0,0 +1,4 @@
+Pyinotify is a Python module for monitoring filesystems changes.
+Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13)
+called inotify. inotify is an event-driven notifier, its notifications
+are exported from kernel space to user space through three system calls.