Metadata-Version: 2.1
Name: SharedMemory
Version: 0.2.2.dev0
Summary: SharedMemory encapsulation
Home-page: https://github.com/Zentetsu/SharedMemory
Author: Zentetsu
License: GPLv3
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# SharedMemory

Encapsulation of the python shared_memory library.

### Features
* Shared type:
    * Basic type (int, float, bool, str)
    * list and dict
* Mutex
* Timeout for Mutex
* Management of the availability of shared memory space

### Future improvement
* Adding more tests

### More
[![PyPI version](https://badge.fury.io/py/SharedMemory.svg)](https://badge.fury.io/py/SharedMemory)
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
![Python package](https://github.com/Zentetsu/SharedMemory/workflows/Python%20package/badge.svg?branch=master)
![Upload Python Package](https://github.com/Zentetsu/SharedMemory/workflows/Upload%20Python%20Package/badge.svg)


