From c344c59d7f4493912cd7b97ed91888d03e6f4ba5 Mon Sep 17 00:00:00 2001 From: K <51281148+K-dash@users.noreply.github.com> Date: Sun, 28 Jul 2024 12:22:47 +0900 Subject: [PATCH] Add watchfiles --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89..d7ec30a7 100644 --- a/README.md +++ b/README.md @@ -525,6 +525,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [path.py](https://github.com/jaraco/path.py) - A module wrapper for [os.path](https://docs.python.org/3/library/os.path.html). * [python-magic](https://github.com/ahupp/python-magic) - A Python interface to the libmagic file type identification library. * [watchdog](https://github.com/gorakhargosh/watchdog) - API and shell utilities to monitor file system events. +* [watchfiles](https://github.com/samuelcolvin/watchfiles) - Simple, modern and fast file watching and code reload in python. ## Functional Programming