Added file.monitor backend [closes ]

The file.monitor backend leverages watchdog instead of the Linux-only
inotify API and it replaces the inotify backend.
This commit is contained in:
Fabio Manganiello 2021-03-14 00:07:17 +01:00
parent 6f224cbda9
commit 352d421e61
15 changed files with 264 additions and 2 deletions

View file

@ -246,5 +246,7 @@ setup(
'vlc': ['python-vlc'],
# Support for SmartThings integration
'smartthings': ['pysmartthings', 'aiohttp'],
# Support for file.monitor backend
'filemonitor': ['watchdog'],
},
)