python-PyInstaller
Freeze (package) Python programs into stand-alone executables
PyInstaller bundles a Python application and all its dependencies into a single package. The user can run the packaged app without installing a Python interpreter or any modules.
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 -- including the active Python interpreter! -- and puts them with your script in a single folder, or optionally in a single executable file.
PyInstaller is tested against Windows, macOS, and GNU/Linux. However, it is not a cross-compiler: to make a Windows app you run PyInstaller in Windows; to make a GNU/Linux app you run it in GNU/Linux, etc. PyInstaller has been used successfully with AIX, Solaris, FreeBSD and OpenBSD, but is not tested against them as part of the continuous integration tests.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:sbradnick/python-PyInstaller && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000073 73 Bytes | |
pyinstaller-6.15.0.tar.gz | 0003541542 3.38 MB | |
python-PyInstaller-rpmlintrc | 0000000124 124 Bytes | |
python-PyInstaller.changes | 0000024038 23.5 KB | |
python-PyInstaller.spec | 0000004812 4.7 KB |
Comments 0