용어 사전 coding 용어 페이지 sdist 소스 배포본으로 사용자가 설치할 때 빌드를 다시 수행하는 ` sdist #coding#python English version 관련 개념 표준 라이브러리wheeluv build 핵심 아이디어 sdist는 소스 배포본으로 사용자가 설치할 때 빌드를 다시 수행하는 .tar.gz 아카이브. 이 개념은 표준 라이브러리, wheel, uv build 같은 주변 용어와 함께 쓰일 때 의미가 더 분명해집니다. 이 블로그에서의 역할 Mathbong에서는 python 주제 글에서 이 용어를 반복적으로 참조합니다. 이 개념을 다루는 글 [Python 시리즈 19편] 표준 라이브러리 탐색과 패키징 기초 dataclasses부터 pathlib, packaging 흐름까지 프로젝트를 외부 배포 준비하는 핵심 표준 도구를 묶어 소개한다.[Python Series 19] Using Python's Standard Library and Packaging Your Code Demystifies Python's essential built-in modules, explains how to structure your projects using pyproject.toml, and guides you through preparing your code for sharing with modern tools like uv.