SharedMemory
Project description
SharedMemory
Python shared memory library based an posix-ipc.
Features
- Shared type:
- Basic type:
int
,float
,bool
,str
,complex
- Python defined type:
list
,tuple
anddict
- Other:
nparray
- Basic type:
- Can define shared data through a
JSON
- Define directly the value inside the json (excpet
tuple
) - Define value structure
list
andnparray
example HERE
- Define directly the value inside the json (excpet
- Possibility to manage shared memory space
- Can use
__getitem__
and__setitem__
on:list
anddict
- Space Memory configurable
- Semaphore
Installation
> pip install SharedMemory
Documentation
Documentation and example are provided HERE
More
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
sharedmemory-1.6.0.tar.gz
(22.6 kB
view details)