1 repository
Systems for mapping events to specialized logic classes through external configuration files.
Distinct from Domain Event Handlers: Unlike UI or network handlers, this framework maps OS filesystem events to plugin-based action routines.
Explore 1 awesome GitHub repository matching software engineering & architecture · Configurable Handler Frameworks. Refine with filters or upvote what's useful.
Watchdog is a Python library and set of shell utilities for monitoring filesystem events. It provides a framework for tracking real-time changes to files and directories, mapping those events to configurable automation handlers, and executing system actions based on file creation, modification, or deletion. The project includes an event-driven shell utility for triggering custom scripts and commands automatically. It utilizes a configurable handler framework that allows users to associate specific filesystem events with specialized plugin logic defined in configuration files. The system moni
Provides a framework for mapping filesystem events to specialized handler classes defined in configuration files.