Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

26 行
367B

  1. black; python_version >= "3.6"
  2. check-manifest
  3. coverage
  4. docutils
  5. flake8
  6. isort
  7. mock
  8. pre-commit
  9. pur
  10. pygments
  11. pylint==1.9.4; python_version >= "2.7" and python_version < "3.0"
  12. pylint; python_version >= "3.4"
  13. pyOpenSSL
  14. pytest
  15. pytest-cov
  16. pytest-mock
  17. pytest-runner
  18. pytest-sugar
  19. pytest-xdist
  20. python-language-server[all]
  21. readme-renderer[md]
  22. sphinx
  23. sphinx-automodapi
  24. tox
  25. twine