[ Bron: yp-svipc ]
Pakket: python3-svipc (0.16-6 en anderen)
Verwijzigingen voor python3-svipc
Debian bronnen:
Het bronpakket yp-svipc downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
interprocess communication (shared memory...) for Python 3
This package allows one to access the System V Interprocess communication mechanisms from within Python 3:
+ 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
Andere aan python3-svipc gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: python3 (<< 3.13)
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (>= 3.12~)
-
- dep: python3-numpy (>= 1:1.25.0)
- Fast array facility to the Python language (Python 3)
-
- dep: python3-numpy-abi9
- virtueel pakket geboden door python3-numpy
-
- sug: yorick-svipc
- interprocess communication (shared memory...) for Yorick