pypa / pypa/packaging.python.org
Cover "Bundled Applications" as an additional topic
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 1.7k
- フォーク
- 1.7k
- 平均マージ
- 3日 12時間
- マージ済み PR(30日)
- 4
説明
We currently don't cover the question of "all inclusive" applications at all, where the whole of the application is bundled up into a single file. While that's beyond the scope of PyPA's responsibilities from a development perspective, we can still provide a useful index pointing folks towards the tools and communities that do address this problem space.
There are two main approaches to cover: those that assume a Python runtime will be available on the target system, and those that bundle the Python runtime as well.
Options that expect a runtime to be available:
- zipapp (standard library): https://docs.python.org/3/library/zipapp.html
- pex: https://pex.readthedocs.io/en/stable/
Options that bundle the runtime as well:
- PyInstaller (Windows, Mac OS X, Linux, *nix): http://www.pyinstaller.org/
- cx_Freeze (Windows, Mac OS X, *nix: https://cx-freeze.readthedocs.io/en/latest/
- py2exe (Windows): http://www.py2exe.org/
- py2app (Mac OS X): https://pythonhosted.org/py2app/
- briefcase (iOS, tvOS, macOS, Android): https://briefcase.readthedocs.io/en/latest/
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、アプリケーションの配布に関するトピックが記載されている、パッケージングガイドのページまたはナビゲーション領域を見つけます。バンドルされたアプリケーションについて、既存の Python ランタイムを必要とするツールと、Python ランタイムをバンドルするツールを分けて説明を追加し、一覧に記載されているプロジェクトと、それらがサポートするプラットフォームを含めます。読者がこのページをこれらのツールやコミュニティへのインデックスとして利用できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100