Generate a Python package project using the Python Cookiecutter package
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

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