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 bfee6e6b57
Inital Commit
пре 5 година
docs Inital Commit пре 5 година
shm_dict Inital Commit пре 5 година
tests Inital Commit пре 5 година
.gitignore Inital Commit пре 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 Inital Commit пре 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 година
test 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.