• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

common/H04-Jun-2015-200153

old/H04-Jun-2015-693421

python2/H03-May-2022-2,9082,204

python3/H03-May-2022-2,3991,923

ACKSH A D15-Dec-20141.2 KiB3834

COPYINGH A D15-Dec-20141.1 KiB2016

MANIFEST.inH A D15-Dec-2014187 109

PKG-INFOH A D04-Jun-20151.4 KiB3433

README.mdH A D15-Dec-2014930 3419

setup.pyH A D03-May-20223.5 KiB11986

README.md

1# Pyinotify
2
3* License          : MIT
4* Project URL      : [http://github.com/seb-m/pyinotify](http://github.com/seb-m/pyinotify)
5* Project Wiki     : [http://github.com/seb-m/pyinotify/wiki](http://github.com/seb-m/pyinotify/wiki)
6* API Documentation: [http://seb-m.github.com/pyinotify](http://seb-m.github.com/pyinotify)
7
8
9## Dependencies
10
11* Linux ≥ 2.6.13
12* Python ≥ 2.4 (including Python 3.x)
13
14
15## Install
16
17### Get the current stable version from PyPI and install it with `pip`
18
19    # To install pip follow http://www.pip-installer.org/en/latest/installing.html
20    $ sudo pip install pyinotify
21
22### Or install Pyinotify directly from source
23
24    # Choose your Python interpreter: either python, python2.7, python3.2,..
25    # Replacing XXX accordingly, type:
26    $ sudo pythonXXX setup.py install
27
28
29## Watch a directory
30
31Install pyinotify and run this command from a shell:
32
33    $ python -m pyinotify -v /my-dir-to-watch
34