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 f4db69af92
Cleaning up cruft
5 vuotta sitten
docs Trying to get source.html files included in docs 5 vuotta sitten
shm_dict Cleaning up cruft 5 vuotta sitten
tests Inital Commit 5 vuotta sitten
.gitignore Trying to get source.html files included in docs 5 vuotta sitten
.isort.cfg Inital Commit 5 vuotta sitten
.pre-commit-config.yaml Inital Commit 5 vuotta sitten
.pylintrc Inital Commit 5 vuotta sitten
LICENSE Inital Commit 5 vuotta sitten
LICENSE.LESSER Inital Commit 5 vuotta sitten
MANIFEST.in Cleaning up Docs 5 vuotta sitten
README.md Initial commit 5 vuotta sitten
pyproject.toml Inital Commit 5 vuotta sitten
requirements-all.txt Inital Commit 5 vuotta sitten
requirements-dev.txt Inital Commit 5 vuotta sitten
requirements.txt Inital Commit 5 vuotta sitten
setup.cfg Inital Commit 5 vuotta sitten
setup.py Inital Commit 5 vuotta sitten
tox.ini Inital Commit 5 vuotta sitten

README.md

shm_dict

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