Python 패키지 개발하기
James Fulton
Climate informatics researcher
__init__.pypyment로 문서화flake8로 코드 스타일 검토setup.py로 설치 가능한 패키지 만들기install_requires와 requirements.txt로 의존성 관리LICENSE, README.md, CONTRIBUTING.md, HISTORY.md 등 보조 파일twine으로 배포 빌드 및 PyPI 업로드pytest, tox로 테스트cookiecutter로 패키지 템플릿 사용Makefile로 효율적 유지관리pytestPython 패키지 개발하기