Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

requirements-dev.txt 367B

12345678910111213141516171819202122232425
  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