Skip to main content

Thin wrapper around inotifyx to use with eventlet

Project description

About

Wrapper around inotifyx to use with eventlet, call to get_events will block only current eventlet. Thanks to Stanis Trendelenburg (@trendels) for gevent_inotifyx.

API

See Inotifyx for more info.

Usage

::

import eventlet_inotifyx as inotifyx

fd = inotifyx.init() fd.add_watch(fd, path) events = inotifyx.get_events()

Install

~/yourvirtualenv/python setup.py install

pip install eventlet_inotifyx

License

The MIT License, in LICENSE file.

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

eventlet_inotifyx-0.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

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