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.
|
- include *.md
- include .isort.cfg
- include .pre-commit-config.yaml
- include .pylintrc
- include LICENSE
- include LICENSE.LESSER
- include pyproject.toml
- include requirements*
- include tox.ini
- include docs/source/conf.py
- include docs/source/coverage/extract_source.py
- include docs/source/coverage/*.source.html
- include docs/[mM]ake*
- recursive-include . *.gitkeep
- recursive-include docs/source *.rst
- recursive-include tests *.py
- graft docs/source/_static
- prune docs/source/api
|