项目作者: Zentetsu

项目描述 :
Encapsulation of the python shared_memory library.
高级语言: Python
项目地址: git://github.com/Zentetsu/SharedMemory.git
创建时间: 2020-07-01T17:47:38Z
项目社区:https://github.com/Zentetsu/SharedMemory

开源协议:GNU General Public License v3.0

下载


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

  1. > pip install SharedMemory

Documentation

Documentation and example are provided HERE

More

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