Fix a bug where path and new path were switched in inotifyobserver moved event

Signed-off-by: Gora Khargosh <gora.khargosh@gmail.com>
1 file changed
tree: ac9811af9c2d5de4c2d168aed7650d5b87aac8b3
  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