From: Tim Pease Date: 2006-11-14T01:57:27+09:00 Subject: [ANN] directory_watcher 0.1.1 A class for watching files within a directory and generating events when those files change. The directory watcher operates by scanning a directory at some interval and generating a list of files based on a user supplied glob pattern. As the file list changes from one interval to the next, events are generated and dispatched to registered observers. Three types of events are supported -- added, modified, and removed. Changes: Version 0.1.1 / 2006-11-10 * removed explicit dependency on hoe Version 0.1.0 / 2006-11-10 * initial release TwP