awatch
awatch is an asynchronous file-system watcher function that is part of the Python package watchfiles. It provides an asynchronous generator that yields events when files or directories under a specified path change. Designed for cross-platform use, awatch relies on the operating system’s native file-watching facilities and can monitor directories recursively to track nested changes.
The primary purpose of awatch is to support development workflows that respond to code or asset changes,
Usage and capabilities are centered on simplicity and integration. After installing the package (for example via
Awatch is part of a broader ecosystem of file-watching tools available in Python. It aims to offer