https://github.com/s0rg/einotify
Inotify bindings for python
https://github.com/s0rg/einotify
Last synced: 7 months ago
JSON representation
Inotify bindings for python
- Host: GitHub
- URL: https://github.com/s0rg/einotify
- Owner: s0rg
- License: mit
- Created: 2014-10-31T16:48:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-03T18:04:34.000Z (almost 11 years ago)
- Last Synced: 2025-01-18T05:31:04.849Z (9 months ago)
- Language: C
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
einotify
========Inotify bindings for python
Documentation is provided in the module.
To get help, start an interactive Python session and type:```
>>> import einotify
>>> help(enotify)
```