[ buster ]
[ 原始碼: yp-svipc ]
套件:python-svipc(0.16-3)
interprocess communication (shared memory...) for Python
This package allows one to access the System V Interprocess communication mechanisms from within Python:
+ message queues; + semaphore sets; + shared memory segments.
This plug-in serves primarily two use cases:
+ parallel (multiprocess) computing; + mixed applications (e.g. python/yorick).
A sibling package is available for Yorick: yorick-svipc
其他與 python-svipc 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: python (<< 2.8)
- interactive high-level object-oriented language (Python2 version)
- dep: python (>= 2.7)
-
- dep: python-numpy (>= 1:1.16.0~rc1)
- Numerical Python adds a fast array facility to the Python language
-
- dep: python-numpy-abi9
- 本虛擬套件由這些套件填實: python-numpy
-
- sug: python3-svipc
- interprocess communication (shared memory...) for Python 3
-
- sug: yorick-svipc
- interprocess communication (shared memory...) for Yorick