Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

Python パッケージ管理技術まとめ (pip, setuptools, easy_install, etc) Python のパッケージ管理関係の情報がオフィシャルには整理されてなく、 またパッケージ管理まわりででてくるキーワードもいくつもあって分かり難いので完結にまとめてみました。 このドキュメント自体は少し長いですが、結論としては2015年1月時点では 原則 pip を使ってパッケージの管理を行う setuptools も広く使われているので入れておくとよい。そもそも pip のインストール時に自動的ににインストールされる distribute は 2013年に setuptools にマージされたので不要 という方針でよいと思います。 ただ少し古い情報ソースやパッケージのドキュメントを読んでいると distribute の利用が勧められていたり、 site-packages, e
Configuring your project# Initial files# setup.py# The most important file is setup.py which exists at the root of your project directory. For an example, see the setup.py in the PyPA sample project. setup.py serves two primary functions: It’s the file where various aspects of your project are configured. The primary feature of setup.py is that it contains a global setup() function. The keyword ar
There’s a lot of misunderstanding between setup.py and requirements.txt and their roles. A lot of people have felt they are duplicated information and have even created tools to handle this “duplication”. Python Libraries A Python library in this context is something that has been developed and released for others to use. You can find a number of them on PyPI that others have made available. A lib
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く