SkillAgentSearch skills...

SharedMemory

Python shared memory library based on posix-ipc.

Install / Use

/learn @Zentetsu/SharedMemory
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated10mo ago
Forks6

Languages

Python

Security Score

87/100

Audited on May 17, 2025

No findings