python3-watchgod

Simple, modern file watching and code reload (Python3 version)
  https://github.com/samuelcolvin/watchgod/
  0
  no reviews



Simple, modern file watching and code reload in Python. It can watch for changes in a directory and run a function to restart it when code changes. Notifications about change events as well as to restart a process can use the callback argument to pass a function which will be called on every file change with one argument: the set of file changes.

This package contains the Python 3 version of the library.