diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-17 20:37:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:46 +0700 |
commit | 11bca8ce2e1052c197e92bb05650b1753f5d87ca (patch) | |
tree | 4d496d4e33253dd87f17772cff54c08357a9daea /python/python3-watchdog/slack-desc | |
parent | f0add20d4338a39540ad0fb0de921fab4826cf00 (diff) |
python/python3-watchdog: Added (Filesystem events monitoring)
Renamed from python-watchdog.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-watchdog/slack-desc')
-rw-r--r-- | python/python3-watchdog/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-watchdog/slack-desc b/python/python3-watchdog/slack-desc new file mode 100644 index 0000000000000..7e3d0278286ed --- /dev/null +++ b/python/python3-watchdog/slack-desc @@ -0,0 +1,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------------------------------------------------------| +python3-watchdog: python3-watchdog (Filesystem events monitoring) +python3-watchdog: +python3-watchdog: Python API and shell utilities to monitor file system events. +python3-watchdog: +python3-watchdog: Supports only Python 3. +python3-watchdog: +python3-watchdog: +python3-watchdog: +python3-watchdog: +python3-watchdog: Homepage: https://pypi.org/project/python-watchdog/ +python3-watchdog: |