Paketname | python-inotifyx |
Beschreibung | simple Python binding to the Linux inotify |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.1.1-1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 284 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), libc6 (>= 2.4) |
Empfohlene Pakete | doc-base |
Paketbetreuer | Ubuntu Developers |
Quelle | inotifyx |
Paketgröße | 32846 Byte |
Prüfsumme MD5 | 54ca0c4282606cb36a666c85c7594a0c |
Prüfsumme SHA1 | b9dd18176faaba94a22b3f0d48bffb7e977f4f6b |
Prüfsumme SHA256 | 333a177fc15d9858578eac831c524c100053b1808da78fc8f918a5aecfbf304f |
Link zum Herunterladen | python-inotifyx_0.1.1-1_i386.deb |
Ausführliche Beschreibung | inotifyx is a Python extension providing access to the Linux
inotify file system event notification API. It is primarily
written in C but has some Python window dressing
.
inotifyx exists as an alternative to the much known pyinotify bindings
.
Reasons you might choose inotifyx over pyinotify
* inotifyx is a C extension and does not use ctypes, making it
faster and less prone to subtle breakage due to changes in the inotify API
* inotifyx is a much thinner wrapper around inotify. pyinotify is more
complicated. It does provide features that inotifyx does not, but many of
them are not needed by most applications
* The API provided by pyinotify seems to change in incompatible ways on a
fairly regular basis and with little justification. inotifyx has a simple
API that will change rarely, if ever.
|