Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Nate Bohman db185b5ad1
Bumping version to reupload to PyPi
hace 5 años
docs Trying to get source.html files included in docs hace 5 años
shm_dict Bumping version to reupload to PyPi hace 5 años
tests Inital Commit hace 5 años
.gitignore Trying to get source.html files included in docs hace 5 años
.isort.cfg Inital Commit hace 5 años
.pre-commit-config.yaml Inital Commit hace 5 años
.pylintrc Inital Commit hace 5 años
LICENSE Inital Commit hace 5 años
LICENSE.LESSER Inital Commit hace 5 años
MANIFEST.in Cleaning up Docs hace 5 años
README.md Initial commit hace 5 años
pyproject.toml Inital Commit hace 5 años
requirements-all.txt Inital Commit hace 5 años
requirements-dev.txt Inital Commit hace 5 años
requirements.txt Inital Commit hace 5 años
setup.cfg Inital Commit hace 5 años
setup.py Changing URLs and email addresses hace 5 años
tox.ini Inital Commit hace 5 años

README.md

shm_dict

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