1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

pip に関して

Last updated at Posted at 2024-01-01

2020年に書いた個人的なまとめです

  • Python のほぼほぼデファクトスタンダードと言っていいパッケージ管理ツール

  • Pythonのパッケージ手段は数あれど、 ensurepip が標準になっているので公式に近い存在

  • pip は PYPAのプロジェクト

  • PYPA とは

    • Python Packaging Authority
    • pip や setuptools を開発
    • Python core development team と協力している
    • docs.python.org のパッケージング関連の改善も行う
  • Python Package Index

    • pip 形式に対応した パッケージディストリビュション
  • パッケージ仕様の理解は基本的にここが参考になる

  • ensurepip は標準だが pip は標準ではない

  • (個人的な意見) pyproject.toml を使った pip エコシステムに則ったパッケージングがスタンダードになっていく

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?