zmipc
Description
A Zero-copy Memory-sharing based IPC which intends to be handy in some cases where socket-based communications do not work well.
Getting Started
The usage of zmipc intends to be straight-forward. Here is an example:
from zmipc import ZMClient
sender = ZMClient()
receiver = ZMClient()
sender.add_publication(topic='test')
receiver.add_subscription(topic'test')
sender.publish(topic='test', msg='Hello World!')
print(receiver.receive(topic='test'))
Release files for zmipc 0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zmipc-0.5.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zmipc-0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / zmipc-0.5.tar.gz
| Download URL | zmipc-0.5.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
879a7240b09e53e6c3ddbe3f9a6e960524e750435e85206632fe3fba8e475107
|
|
BLAKE2b-256 checksum How to use checksums |
71a57e0a383ec5161da7388df3b6cd66dc43194e0c3f165c4dc784d2dd42814f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
|
Release files / zmipc-0.5-py3-none-any.whl
| Download URL | zmipc-0.5-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cef8ba4e3ab5b6dd89edef618ffc17ba3bab91885e6cc535ad8d5587854e1151
|
|
BLAKE2b-256 checksum How to use checksums |
83208703910df520a1dfdd0921c403a6f9b95d4b26b4c062a1f7c8cab71f4359
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
|