aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pyinstaller/pkg-descr
blob: 7e47024cceca5e7a319c87327f1d2f3dce78897f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PyInstaller is a program that converts (packages) Python programs into stand-
alone executables, under Windows, Mac OS X, and Unix-like operating systems.

Its main advantages over similar tools are that PyInstaller works with any
version of Python since 2.4, it builds smaller executables thanks to
transparent compression, it is fully multi-platform, and uses the OS support
to load the dynamic libraries, thus ensuring full compatibility.

The main goal of PyInstaller is to be compatible with third-party packages
out-of-the-box.  This means that, with PyInstaller, all the required tricks
to make external packages work are already integrated within PyInstaller
itself so that there is no user intervention required.

WWW: https://www.pyinstaller.org/