summaryrefslogtreecommitdiffstats
path: root/python/PyInstaller/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-01-23 22:58:18 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-01-29 23:21:11 -0600
commitbdcce84a3c96d12125377742322df4e6e95c23ef (patch)
tree8b1fd809acc4103889c9086e00ba72686732b09e /python/PyInstaller/README
parentac38fa5624a6daea73775e5080e682e5f50d9574 (diff)
downloadslackbuilds-bdcce84a3c96d12125377742322df4e6e95c23ef.tar.gz
slackbuilds-bdcce84a3c96d12125377742322df4e6e95c23ef.tar.xz
python/PyInstaller: Added (Converts Python programs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyInstaller/README')
-rw-r--r--python/PyInstaller/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/PyInstaller/README b/python/PyInstaller/README
new file mode 100644
index 0000000000..0a45ff2318
--- /dev/null
+++ b/python/PyInstaller/README
@@ -0,0 +1,6 @@
+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.