slackbuilds/python/PyInstaller
Dimitris Zlatanidis fa9eeaa91f
python/PyInstaller: Updated for version 3.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2016-10-29 06:58:15 +07:00
..
PyInstaller.SlackBuild python/PyInstaller: Updated for version 3.2. 2016-10-29 06:58:15 +07:00
PyInstaller.info python/PyInstaller: Updated for version 3.2. 2016-10-29 06:58:15 +07:00
README python/PyInstaller: Added (Converts Python programs). 2014-01-29 23:21:11 -06:00
slack-desc python/PyInstaller: Added (Converts Python programs). 2014-01-29 23:21:11 -06:00

README

PyInstaller is a program that converts (packages) Python programs into
stand-alone executables, under Windows, Linux, Mac OS X, Solaris and AIX.
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 use the OS support
to load the dynamic libraries, thus ensuring full compatibility.