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.

18 satır
422B

  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/[mM]ake*
  13. recursive-include . *.gitkeep
  14. recursive-include docs/source *.rst
  15. recursive-include tests *.py
  16. graft docs/source/_static
  17. prune docs/source/api