본문 바로가기

프로그래밍 (이동 완료)/Python

Python Package Management History

  • Pip (Pythin is Pip) (Python 2.7.9 에 도입)
  • Pip 이전에는 disutils, easy_install 사용
  • PyPi (Python Package Index) : source distribution (sdist) repository, 113,000 개 Python Package 보유
  • Disutils : Python packaging 을 위한 standard tool
  • Setuptools : Distutils 의 third party tool, extended compiiler 제공, python 에 pre-install 은 안되어 있음
  • Easy Install : pip 이전에 사용

 

출처 : https://www.nickmccullum.com/history-python-package-managers/

 

The History of Python Package Managers

Package managers - the most popular being Pip - are an integral part of the Python ecosystem. This article provides a broad summary of the history of Python package managers..

www.nickmccullum.com