Skip to content

프로젝트 템플릿

Yunseong Hwang edited this page Dec 8, 2023 · 10 revisions

빌드, 패키징 및 프로젝트 관리 툴 선택지

https://www.pyopensci.org/python-package-guide/package-structure-code/python-package-build-tools.html

이전 노트

  • cookiecutter
  • poetry (instead of setup.py)
  • pre-commit
    • isort vs reorder-python-imports
    • black vs yapf
    • flake8 and pylint
    • others
      • pyupgrade
      • mypy
  • pylint
  • travis-ci or github actions
    • tox
      • pytest
    • codecov
    • poetry publish (instead of twine)
  • readthedocs vs github pages
    • sphinx
  • bump2version or versionneer or(and) dunamai
  • require.io vs pyup.io
  • devcontainer
  • invoke vs make