Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Nate Bohman 11d9e7a53f
Version bump
před 5 roky
docs Trying to get source.html files included in docs před 5 roky
shm_dict Version bump před 5 roky
tests Inital Commit před 5 roky
.gitignore Trying to get source.html files included in docs před 5 roky
.isort.cfg Inital Commit před 5 roky
.pre-commit-config.yaml Inital Commit před 5 roky
.pylintrc Inital Commit před 5 roky
LICENSE Inital Commit před 5 roky
LICENSE.LESSER Inital Commit před 5 roky
MANIFEST.in Cleaning up Docs před 5 roky
README.md Initial commit před 5 roky
pyproject.toml Inital Commit před 5 roky
requirements-all.txt Inital Commit před 5 roky
requirements-dev.txt Inital Commit před 5 roky
requirements.txt Inital Commit před 5 roky
setup.cfg Inital Commit před 5 roky
setup.py Changing URLs and email addresses před 5 roky
tox.ini Inital Commit před 5 roky

README.md

shm_dict

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