Bump version to 0.3.1. Version includes InotifyObserver

Signed-off-by: Gora Khargosh <gora.khargosh@gmail.com>
1 file changed
tree: f33abbfa59e9a0db2665ea2e81d56bd5b11d7cbf
  1. doc/
  2. watchdog/
  3. .gitignore
  4. AUTHORS
  5. bootstrap.py
  6. buildout.cfg
  7. LICENSE
  8. MANIFEST.in
  9. README.md
  10. setup.py
README.md

Watchdog

Python API to monitor file system events.

Example Usage

Introduction

Watchdog lets your Python programs monitor filesystem events as portably as possible using:

  • inotify on Linux
  • FSEvents on Mac OS X
  • Windows API on Windows.
  • polling as a fallback mechanism

Installation Notes

  1. On Windows you will need Python and pywin32 installed.

Licensing

Watchdog is licensed under the terms of the MIT License