[ buster ]
[ ソース: yp-svipc ]
パッケージ: python-svipc (0.16-3)
python-svipc に関するリンク
Debian の資源:
yp-svipc ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.17)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python (<< 2.8)
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
- dep: python (>= 2.7)
-
- dep: python-numpy (>= 1:1.16.0~rc1)
- Numerical Python - Python 言語に高速な配列操作機能を追加
-
- 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