[ ソース: pyinstaller ]
パッケージ: pyinstaller (6.15.0+ds-1)
pyinstaller に関するリンク
Debian の資源:
pyinstaller ソースパッケージをダウンロード:
- [pyinstaller_6.15.0+ds-1.dsc]
- [pyinstaller_6.15.0+ds.orig.tar.xz]
- [pyinstaller_6.15.0+ds-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [pyinstaller.org]
類似のパッケージ:
Utility to bundle a Python application into a single package
PyInstaller reads a Python script written by you. It analyzes your code to discover every other module and library your script needs in order to execute. Then it collects copies of all those files and puts them with your script in a single folder, or optionally in a single executable file.
This package contains the executables. It depends on 'python3-pyinstaller', which contains the Python modules.
その他の pyinstaller 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-pyinstaller (>= 6.15.0+ds-1)
- Python modules to bundle a Python application into a single package