Hub Shared Memory
Project description
Hub Shared Memory
This package provides a backport of the Python 3.8's shared_memory module that works for 3.6 and 3.7. This is based off dillonlaird's Shared Numpy array but is leaner.
Install
To install run pip install hub_shm
.
Installation will only work on Python 3.6.x and 3.7.x.
Usage
import hub_shm as shm
You can then access shm.SharedMemory
and shm.ShareableList
which are the same as the
ones in Python 3.8's shared_memory
module.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hub_shm-1.0.1.tar.gz
(81.0 kB
view details)
File details
Details for the file hub_shm-1.0.1.tar.gz
.
File metadata
- Download URL: hub_shm-1.0.1.tar.gz
- Upload date:
- Size: 81.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27473f43ceeb29497cef389a30f517a3cf11e2919ec4251a1802dc2cf59da584 |
|
MD5 | 0231577e968dd6d4d0128b004cb8610f |
|
BLAKE2b-256 | 2d58f81df0a9d4d5dd4a17a491dbc62291c3411e4a32ec163c416224e2bd6458 |