Generate a Python package project using the Python Cookiecutter package
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

test.txt 348B

12345678910111213141516171819202122232425
  1. -r prod.txt
  2. coverage
  3. docutils
  4. flake8
  5. mock
  6. pygments
  7. pylint==1.9.4; python_version >= "2.7" and python_version < "3.0"
  8. pylint; python_version >= "3.4"
  9. pylint-fail-under
  10. pytest
  11. pytest-asyncio
  12. pytest-cov
  13. pytest-mock
  14. pytest-runner
  15. pytest-sugar
  16. pytest-xdist
  17. readme-renderer[md]
  18. sphinx
  19. sphinx-autodoc-typehints
  20. sphinx-automodapi
  21. tox
  22. twine
  23. watchdog
  24. wheel