-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathslack-desc
20 lines (18 loc) · 1.08 KB
/
slack-desc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
pyinotify-python3: pyinotify-python3 (python inotify module)
pyinotify-python3:
pyinotify-python3: pyinotify is a Python module for monitoring filesystems changes.
pyinotify-python3: pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13)
pyinotify-python3: called inotify. inotify is an event-driven notifier; its
pyinotify-python3: notifications are exported from kernel space to user space through
pyinotify-python3: three system calls.
pyinotify-python3:
pyinotify-python3: this is the python3 version.
pyinotify-python3:
pyinotify-python3: Homepage: http://pyinotify-python3.sourceforge.net/