Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.31 KB

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