Zero-copy shared memory IPC library
Project description
KREN Python Bindings
Zero-copy shared memory IPC for Python.
Installation
pip install kren
Usage
import kren
# Create a writer
writer = kren.Writer("my_channel", 4096)
writer.write(b"Hello!")
# Connect a reader
reader = kren.Reader("my_channel")
data = reader.read()
print(data) # b"Hello!"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kren-0.1.0.tar.gz
(19.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
kren-0.1.0-cp311-abi3-win_amd64.whl
(125.7 kB
view details)
File details
Details for the file kren-0.1.0.tar.gz.
File metadata
- Download URL: kren-0.1.0.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91d2dfd3263f697d91fbe5c71ffa6fae9b580b527d61fe37af6e3f2fd5a25caf
|
|
| MD5 |
9e221e0c822db9894c8377d5abb15973
|
|
| BLAKE2b-256 |
6375224af58ede0b5a8d78efee60eae95a7ebdd46c34a2b61208c74450628666
|
File details
Details for the file kren-0.1.0-cp311-abi3-win_amd64.whl.
File metadata
- Download URL: kren-0.1.0-cp311-abi3-win_amd64.whl
- Upload date:
- Size: 125.7 kB
- Tags: CPython 3.11+, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e05f9d65cf977cda4a897d5e7566f6a9cdcaa9cbff7125a3ad6a693fced69565
|
|
| MD5 |
3b46ccb47daf7b8cf6d1014769b6213f
|
|
| BLAKE2b-256 |
4469061dfd05c63ad463405194e1e218f69b3365b7bb5910b4e223f298ecf97a
|