Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

26 lines
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