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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file eventlet_inotifyx-0.0.1.tar.gz.
File metadata
- Download URL: eventlet_inotifyx-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4b80c9fef842f5647f79c7308ac288192a0bec36f95b98271d88fc68721a072
|
|
| MD5 |
45a116ccf83310357a9df58dc55a5d60
|
|
| BLAKE2b-256 |
03a11e5b0a53d9d850abc31b76f37724a953318aa4faa26c41e867f8f8329182
|