소프트웨어 패키징 및 배포
*************************

이 라이브러리는 파이썬 소프트웨어를 게시하고 설치하는 데 도움을 줍니다
. 이 모듈은 파이썬 패키지 색인과 함께 작동하도록 설계되었지만, 로컬 색
인 서버와 함께 사용할 수도, 색인 서버 없이 사용할 수도 있습니다.

* "distutils" --- 파이썬 모듈 빌드와 설치

* "ensurepip" --- "pip" 설치 프로그램 부트스트랩

  * 명령 줄 인터페이스

  * 모듈 API

* "venv" --- 가상 환경 생성

  * 가상 환경 만들기

  * API

  * "EnvBuilder" 확장 예제

* "zipapp" --- Manage executable Python zip archives

  * Basic Example

  * Command-Line Interface

  * Python API

  * Examples

  * Specifying the Interpreter

  * Creating Standalone Applications with zipapp

    * Making a Windows executable

    * Caveats

  * The Python Zip Application Archive Format
