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.

19 lines
465B

  1. include *.md
  2. include .isort.cfg
  3. include .pre-commit-config.yaml
  4. include .pylintrc
  5. include LICENSE
  6. include LICENSE.LESSER
  7. include pyproject.toml
  8. include requirements*
  9. include tox.ini
  10. include docs/source/conf.py
  11. include docs/source/coverage/extract_source.py
  12. include docs/source/coverage/*.source.html
  13. include docs/[mM]ake*
  14. recursive-include . *.gitkeep
  15. recursive-include docs/source *.rst
  16. recursive-include tests *.py
  17. graft docs/source/_static
  18. prune docs/source/api