Skip to content

s-m-e/pyinotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyinotify

Dependencies

  • Linux ≥ 2.6.13
  • Python ≥ 2.4

Install

Install Pyinotify using the distribution source

# Choose your Python interpreter: either python, python2.6, python3.1,..
# Replacing XXX accordingly, type:
$ sudo pythonXXX setup.py install

Or get the current package from PyPI and install it with pip or easy_install

# To install pip follow http://www.pip-installer.org/en/latest/installing.html
# easy_install is bundled with setuptools
$ sudo easy_install pyinotify
$ sudo pip pyinotify

Watch a directory

Install pyinotify and run this command from a shell:

$ python -m pyinotify -v /my-dir-to-watch

About

Monitoring filesystems events with inotify on Linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.6%
  • C 3.1%
  • Other 0.3%