async watch directory for new files

Barry Scott barry at barrys-emacs.org
Mon Apr 26 14:29:38 EDT 2021



> On 24 Apr 2021, at 21:12, Zoran <zljubisic at gmail.com> wrote:
> 
> As I can see https://pypi.org/project/inotify/ <https://pypi.org/project/inotify/> is not asyncio frendly.
> Whatever I use, it should be asynchronous. 
> Final OS is linux (Centos 7), but I am doing development on Windows 10 machine, so it would be nice if I have something that works on both.

In this case trying to develop the code on Windows will make your life very hard.

Are you using Windows because you do not have easy access to Centos 7?
If so why not run Centos 7 in a VM on your Windows machine as your dev environment?

Barry



More information about the Python-list mailing list