[ etiona ]
[ 原始碼: inotifyx ]
套件: python-inotifyx (0.2.0-1)
python-inotifyx 的相關超連結
Trisquel 的資源:
下載原始碼套件 inotifyx:
維護者:
Original Maintainers:
- Ritesh Raj Sarraf
- Debian Python Modules Team (郵件存檔)
外部的資源:
- 主頁 [www.alittletooquiet.net]
相似套件:
simple Python binding to the Linux inotify
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.
其他與 python-inotifyx 有關的套件
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: python (<< 2.8)
- interactive high-level object-oriented language (default version)
- dep: python (>= 2.7.1-0ubuntu2)
-
- dep: python2.7
- Interactive high-level object-oriented language (version 2.7)