Encapsulation of the python shared_memory library.
Python shared memory library based an posix-ipc.
int
, float
, bool
, str
, complex
list
, tuple
and dict
nparray
JSON
tuple
)list
and nparray
example HERE__getitem__
and __setitem__
on:list
and dict
> pip install SharedMemory
Documentation and example are provided HERE