summaryrefslogtreecommitdiffstats
path: root/system/pyinotify/README
diff options
context:
space:
mode:
author Larry Hajali2010-08-16 06:43:45 +0200
committer Erik Hanson2010-08-18 21:01:17 +0200
commit84e52838e16d048c19874eff6cc171f24e29e855 (patch)
tree8cd39ebd6de2cfc9cd35fe1a272ecd999a454b54 /system/pyinotify/README
parent0c759425f98d6ae212413a81475fc5333dc48195 (diff)
downloadslackbuilds-84e52838e16d048c19874eff6cc171f24e29e855.tar.gz
system/pyinotify: Added (python inotify module)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/pyinotify/README')
-rw-r--r--system/pyinotify/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/pyinotify/README b/system/pyinotify/README
new file mode 100644
index 0000000000..40c4baeba2
--- /dev/null
+++ b/system/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.