Skip to content

Zentetsu/SharedMemory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharedMemory

Python shared memory library based an posix-ipc.

Features

  • Shared type:
    • Basic type: int, float, bool, str, complex
    • Python defined type: list, tuple and dict
    • Other: nparray
  • Can define shared data through a JSON
    • Define directly the value inside the json (excpet tuple)
    • Define value structure listand nparray example HERE
  • Possibility to manage shared memory space
  • Can use __getitem__and __setitem__ on:
    • listand dict
  • Space Memory configurable
  • Semaphore

Installation

> pip install SharedMemory

Documentation

Documentation and example are provided HERE

More

PyPI version Python package Upload Python Package Python License: GPL v3