Metadata-Version: 1.1 Name: PyInstaller Version: 2.1 Summary: Converts (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, AIX and Solaris. Home-page: http://www.pyinstaller.org Author: Giovanni Bajo, Hartmut Goebel, Martin Zibricky Author-email: pyinstaller@googlegroups.com License: GPL license with a special exception which allows to use PyInstaller to build and distribute non-free programs (including commercial ones) Download-URL: https://sourceforge.net/projects/pyinstaller/files Description: PyInstaller is a program that converts (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, AIX and Solaris. Its main advantages over similar tools are that PyInstaller works with any version of Python since 2.3, 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 3rd-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. You'll never be required to look for tricks in wikis and apply custom modification to your files or your setup scripts. As an example, libraries like PyQt, Django or matplotlib are fully supported, without having to handle plugins or external data files manually. Keywords: packaging,standalone executable,pyinstaller,macholib,freeze,py2exe,py2app,bbfreeze Platform: UNKNOWN Classifier: Classifier: Classifier: Development Status :: 5 - Production/Stable Classifier: Classifier: Environment :: Console Classifier: Classifier: Intended Audience :: Developers Classifier: Classifier: Intended Audience :: Other Audience Classifier: Classifier: Intended Audience :: System Administrators Classifier: Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2) Classifier: Classifier: Natural Language :: English Classifier: Classifier: Operating System :: MacOS :: MacOS X Classifier: Classifier: Operating System :: Microsoft :: Windows Classifier: Classifier: Operating System :: POSIX Classifier: Classifier: Operating System :: POSIX :: AIX Classifier: Classifier: Operating System :: POSIX :: Linux Classifier: Classifier: Operating System :: POSIX :: SunOS/Solaris Classifier: Classifier: Programming Language :: C Classifier: Classifier: Programming Language :: Python Classifier: Classifier: Programming Language :: Python :: 2 Classifier: Classifier: Programming Language :: Python :: 2.4 Classifier: Classifier: Programming Language :: Python :: 2.5 Classifier: Classifier: Programming Language :: Python :: 2.6 Classifier: Classifier: Programming Language :: Python :: 2.7 Classifier: Classifier: Programming Language :: Python :: 2 :: Only Classifier: Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Classifier: Topic :: Software Development Classifier: Classifier: Topic :: Software Development :: Build Tools Classifier: Classifier: Topic :: System :: Installation/Setup Classifier: Classifier: Topic :: System :: Software Distribution Classifier: Classifier: Topic :: Utilities