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

README.md

shm_dict

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