Skip to content

little-arhat/eventlet_inotifyx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventlet_inotifyx -- Damn simple wrapper

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.

About

wrapper around inotifyx to use with eventlet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published