Skip to content

efaisal/ladang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ladang

A Python module which provides a very thin layer binding to inotify API supporting both blocking and non-blocking operation.

While attempting to stay true to the C API, ladang sprinkles any Pythonic elements which make sense.

Quick Start

  1. Create virtualenv environment (optional, requires virtualenv)

    $ python virtualenv ENV
    $ cd ENV
    $ source bin/activate
    
  2. Fork/clone ladang repository

    $ git clone https://github.com/efaisal/ladang.git
    
  3. Run setup.py

    $ cd ladang
    $ python setup.py install
    
  4. Take a look at files in examples directory.

About

Another Python binding to inotify

Resources

License

Stars

Watchers

Forks

Packages

No packages published