async watch directory for new files

Zoran zljubisic at gmail.com
Sun Apr 25 01:15:24 EDT 2021


> Bear in mind that asyncio is NOT the only way to be asynchronous. So 
> what you're asking for is, very specifically, an asyncio-compatible 
> inotify. Turns out, there's an ainotify on PyPI that might be what you 
> want. 

Yes there is:
https://github.com/rbarrois/aionotify
https://asyncinotify.readthedocs.io/en/latest/
https://pypi.org/project/aionotify/
https://pypi.org/project/butter/
https://github.com/giannitedesco/minotaur
https://pypi.org/project/watchgod/
...

There are many of them.
I hoped that someone with experience here can suggest a library that he has been used on some project.


More information about the Python-list mailing list