EasyInstall

EasyInstallはPythonのためのパッケージ管理システムである。EasyInstallはPython Eggsに基づいたPythonプログラムとライブラリを�…

EasyInstall
EasyInstall
開発元 Phillip J. Eby
最新版
1.0 / 2013年8月17日 (13年前) (2013-08-17)
プログラミング
言語
Python
対応OS クロスプラットフォーム
種別 パッケージ管理システム
ライセンス Python Software Foundation License or Zope Public License英語版
公式サイト setuptools.pypa.io/en/latest/deprecated/easy_install.html ウィキデータを編集
テンプレートを表示

EasyInstallPythonのためのパッケージ管理システムである。EasyInstallはPython Eggsに基づいたPythonプログラムとライブラリを配布するための標準フォーマットを提供する。easy_installはsetuptoolsにバンドルされたモジュールであり、Pythonの標準ライブラリであるdistutilsの機能を高めたサードパーティ製のライブラリである[1]。EasyInstallはRubyにおけるRubyGemsのようなものである。

通常、EasyInstallは希望のパッケージをPython Package Index(PyPI)で探す。また、パッケージとその依存パッケージをダウンロードするために、PyPI内のメタデータを使用する。EasyInstallはPyPI上でホストされている。

Python EggsはPythonのプロジェクトに情報を追加する方法である。Python Eggsはプロジェクトの実行時にチェックされ、依存関係を確認するだけではなく、他のプロジェクトのためのプラグインを提供することを可能にする。

EasyInstallは本格的なパッケージ管理システムとは言い難い。なぜなら、ローカルなパッケージの一覧表示や更新をすることができないからである。これらの問題を解決するために、pipとdistributeは開発された。distributeはeasy_installの開発が遅れていたために作られた[2]。distributeのバージョン0.7でEasyInstallはdistributeに統合された。

"EggsとPythonの関係は、JarsJavaとの関係と似ている。"

関連項目

  • Python Package Index - Pythonのサードパーティソフトウェアレポジトリ
  • pip - Pythonのパッケージ管理システム

出典

外部リンク

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.