easywatch

super simple directory monitoring


Keywords
directory
License
MIT
Install
pip install easywatch==0.0.5

Documentation

easywatch

https://badge.fury.io/py/easywatch.png https://pypip.in/d/easywatch/badge.png

Dead-simple way to watch a directory.

import easywatch

if __name__ == "__main__":
    def handler(event_type, src_path):
        print event_type
        print src_path
    easywatch.watch(".", handler)

Installation

To install easywatch, simply:

$ pip install easywatch

Documentation

Documentation is available at https://github.com/Ceasar/easywatch/tree/master/docs

Contribute

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
  2. Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
  3. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS.