python-PyInstaller

Edit Package python-PyInstaller
https://github.com/pyinstaller/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.

Source Files
Filename Size Changed
README.md 0000001035 1.01 KB
_scmsync.obsinfo 0000000165 165 Bytes
_service 0000000073 73 Bytes
build.specials.obscpio 0000000276 276 Bytes
pyinstaller-6.16.0.tar.gz 0003554959 3.39 MB
python-PyInstaller-rpmlintrc 0000000124 124 Bytes
python-PyInstaller.changes 0000027445 26.8 KB
python-PyInstaller.spec 0000004855 4.74 KB
Comments 0
No comments available
openSUSE Build Service is sponsored by