-
-
Notifications
You must be signed in to change notification settings - Fork 77
프로젝트 템플릿
Yunseong Hwang edited this page Dec 8, 2023
·
10 revisions
빌드, 패키징 및 프로젝트 관리 툴 선택지
이전 노트
- 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)
- tox
- readthedocs vs github pages
- sphinx
- bump2version or versionneer or(and) dunamai
- require.io vs pyup.io
- devcontainer
- invoke vs make