python3-aionotify

Simple, asyncio-based inotify library for Python

Description

Asyncio library to create watchers on filesystem using inotify API and generate events from changes.

An event is a simple object with a few attributes:
 - name: the path of the modified file
 - flags: the modification flag; use aionotify.Flags.parse() to parse it
 - alias: the alias of the watch triggering the event
 - cookie: for renames, this integer value links the renamed from/to events

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/rbarrois/aionotify


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-aionotify