I Built and Published My First Python Library - pkgprint
패키지 디자이너를 위한 Python 라이브러리(pkgprint)의 개발 및 배포 과정.
이 글은 저자가 패키지 디자인 관련 수학 처리를 위한 Python 라이브러리인 pkgprint를 개발하고 PyPI에 배포한 과정을 설명합니다. 패키지 디자이너들이 자주 사용하는 단위 변환, 색상 변환, 표준 사이즈 및 인쇄 생산 계산을 지원하며, 저자는 파이썬을 배우면서 실제 문제를 해결하기 위해 개발했습니다. 이를 통해 전체 소프트웨어 배포 과정에 대해서도 배운 경험을 공유합니다.
Development and publication of a Python library (pkgprint) for packaging designers.
The article describes how the author developed and published a Python library called pkgprint, aimed at simplifying common mathematical tasks in packaging design. It offers functionalities like unit conversions, color conversions, standard sizes, and print production math. The author shares insights from their journey of learning Python and going through the software shipping process for the first time.