- Import asyncinotify sooner to avoid blocking i/o in the event loop (#12) (
c57d32e
)
- Use
path.walk
instead of recursivepath.iterdir
(#7) (122afa6
)
- Drop python older than 3.12 (#9) (
1a30665
)
- Improve example to show how to stop the watcher (#6) (
27a9a14
)
- Add example watcher (#5) (
02d9afd
)
- Add initial implementation (#1) (
1d44d56
)