Skip to main content

A simple wrapper around inotify. No fancy bells and whistles, just a literal wrapper with ctypes. Only 95 lines of code!

Project description

inotify_init() is wrapped as a class that does little more than hold the resulting inotify file descriptor. A read() method is provided which reads available data from the file descriptor and returns events as namedtuples after unpacking them with the struct module. inotify_add_watch() and inotify_rm_watch() are wrapped with no changes at all, taking and returning watch descriptor integers that calling code is expected to keep track of itself, just as one would use inotify from C. Works with Python 2 or 3.

Fork me on github: https://github.com/chrisjbillington/inotify_simple

Read the docs: http://inotify_simple.readthedocs.org

Installation:

to install inotify_simple, run:

$ pip install inotify_simple

or to install from source:

$ python setup.py install

Note: If on Python < 3.4, you’ll need the backported enum34 module (https://pypi.python.org/pypi/enum34).

inotify_simple is a small amount of code and unlikely to change much in the future until inotify itself or Python changes, so you can also just copy and paste it into your project to avoid the extra dependency with pretty low risk.

See full documentation at http://inotify_simple.readthedocs.org

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inotify_simple-1.0.2.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file inotify_simple-1.0.2.tar.gz.

File metadata

File hashes

Hashes for inotify_simple-1.0.2.tar.gz
Algorithm Hash digest
SHA256 152e168555550a7d93fa921595c440ddb1fc395394c17e78f8e89ad0faf07f38
MD5 31d5340d8444d0b5d7dc382807a7a0a1
BLAKE2b-256 9646961c442a84927e0987d10ac13715b42f4c0e4adee4e8a371f3886cabcee7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page