EasyInstall
EasyInstallはPythonのためのパッケージ管理システムである。EasyInstallはPython Eggsに基づいたPythonプログラムとライブラリを�…
| 開発元 | Phillip J. Eby |
|---|---|
| 最新版 |
1.0
/ 2013年8月17日 |
| プログラミング 言語 | Python |
| 対応OS | クロスプラットフォーム |
| 種別 | パッケージ管理システム |
| ライセンス | Python Software Foundation License or Zope Public License |
| 公式サイト |
setuptools |
EasyInstallはPythonのためのパッケージ管理システムである。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に統合された。
関連項目
- Python Package Index - Pythonのサードパーティソフトウェアレポジトリ
- pip - Pythonのパッケージ管理システム
出典
- ^ https://peak.telecommunity.com/DevCenter/setuptools September 1, 2009
- ^ Tarek Ziade. “The strange world of packaging – forking setuptools”. 2011年10月10日閲覧。
外部リンク
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.
- 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:
- 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.
- 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.
- 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.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.