Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nate Bohman 11d9e7a53f
Version bump
5 years ago
docs Trying to get source.html files included in docs 5 years ago
shm_dict Version bump 5 years ago
tests Inital Commit 5 years ago
.gitignore Trying to get source.html files included in docs 5 years ago
.isort.cfg Inital Commit 5 years ago
.pre-commit-config.yaml Inital Commit 5 years ago
.pylintrc Inital Commit 5 years ago
LICENSE Inital Commit 5 years ago
LICENSE.LESSER Inital Commit 5 years ago
MANIFEST.in Cleaning up Docs 5 years ago
README.md Initial commit 5 years ago
pyproject.toml Inital Commit 5 years ago
requirements-all.txt Inital Commit 5 years ago
requirements-dev.txt Inital Commit 5 years ago
requirements.txt Inital Commit 5 years ago
setup.cfg Inital Commit 5 years ago
setup.py Changing URLs and email addresses 5 years ago
tox.ini Inital Commit 5 years ago

README.md

shm_dict

Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.