DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-inotifyx
Beschreibungsimple Python binding to the Linux inotify
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.1.1-1+b1
Sektionpython
Prioritätoptional
Installierte Größe296 Byte
Hängt ab vonpython (<< 2.7), python (>= 2.5), python-support (>= 0.90.0), libc6 (>= 2.4)
Empfohlene Paketedoc-base
PaketbetreuerRitesh Raj Sarraf
Quelleinotifyx (0.1.1-1)
Paketgröße33454 Byte
Prüfsumme MD52c4dbf91054ae37166b9f0aa05477b7a
Prüfsumme SHA13335bd58b5b6b67c382790a0b28f6459f2bae7d5
Prüfsumme SHA256f34d7a4b660ceab9b834b924b8c556e4add7dde8071c7cff5b8f538943ecd73f
Link zum Herunterladenpython-inotifyx_0.1.1-1+b1_i386.deb
Ausführliche Beschreibunginotifyx 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.


Impressum
Linux is a registered trademark of Linus Torvalds