SharedMemory
Python shared memory library based an posix-ipc.
Features
- Shared type:
- Basic type:
int,float,bool,str,complex - Python defined type:
list,tupleanddict - Other:
nparray
- Basic type:
- Can define shared data through a
JSON- Define directly the value inside the json (excpet
tuple) - Define value structure
listandnparrayexample HERE
- Define directly the value inside the json (excpet
- Possibility to manage shared memory space
- Can use
__getitem__and__setitem__on:listanddict
- Space Memory configurable
- Semaphore
Installation
> pip install SharedMemory
Documentation
Documentation and example are provided HERE
More
Release files for SharedMemory 1.6.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sharedmemory-1.6.0.tar.gz | 22.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| SharedMemory-1.6.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 44.6 kB