1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
.. _website: http://www.pyinstaller.org
.. |Homepage| replace:: http://www.pyinstaller.org
.. |Manual| replace:: https://pyinstaller.readthedocs.io/
.. |PyInstallerVersion| replace:: PyInstaller |release|
.. _`GitHub repository`: https://github.com/pyinstaller/pyinstaller/
.. _issue: https://github.com/pyinstaller/pyinstaller/issues/
.. _`open an issue`: https://github.com/pyinstaller/pyinstaller/issues/
.. _`activation context`: http://msdn.microsoft.com/en-us/library/windows/desktop/aa374153(v=vs.85).aspx
.. _`Apple bundle overview`: https://developer.apple.com/library/mac/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html
.. _`Apple code signing overview`: https://developer.apple.com/library/mac/technotes/tn2206/_index.html
.. _`Apple document types`: https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-101685
.. _Cython: http://www.cython.org/
.. _Django: https://www.djangoproject.com/
.. _dnspython: http://www.dnspython.org/
.. _Docker: https://www.docker.com/
.. _`GPL License`: https://raw.github.com/pyinstaller/pyinstaller/develop/COPYING.txt
.. _FAQ: https://github.com/pyinstaller/pyinstaller/wiki/FAQ
.. _flake8: https://flake8.pycqa.org/
.. _Git: http://git-scm.com/downloads
.. _GraphViz: https://graphviz.org/
.. _Homebrew: http://brew.sh/
.. _`How to Contribute`: https://pyinstaller.readthedocs.io/en/latest/contributing.html
.. _`How to Report Bugs`: https://github.com/pyinstaller/pyinstaller/wiki/How-to-Report-Bugs
.. _`importlib.metadata`: https://docs.python.org/3/library/importlib.metadata.html
.. _`Info Property List`: https://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/ConfigFiles.html
.. _MacPorts: https://www.macports.org/
.. _marshalled: http://docs.python.org/library/marshal
.. _MinGW: http://sourceforge.net/downloads/mingw/
.. _MinGW-w64: http://mingw-w64.sourceforge.net/
.. _NextCloud: https://nextcloud.org
.. _Parallels: http://www.parallels.com
.. _pathlib: https://docs.python.org/3/library/pathlib.html
.. _pefile: https://pypi.python.org/pypi/pefile/
.. _PIL: http://www.pythonware.com/products/pil/
.. _pip: http://www.pip-installer.org/
.. _pip-Win: https://sites.google.com/site/pydatalog/python/pip-for-windows
.. _plistlib: https://docs.python.org/3/library/plistlib.html
.. _`PyInstaller at GitHub`: https://github.com/pyinstaller/pyinstaller
.. _`PyInstaller code signing recipe`: https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing
.. _`PyInstaller Downloads`: https://github.com/pyinstaller/pyinstaller/releases
.. _`PyInstaller Email List`: https://groups.google.com/forum/#!forum/pyinstaller
.. _`PyInstaller Issue #1309`: https://github.com/pyinstaller/pyinstaller/issues/1309
.. _`PyInstaller Recipes`: https://github.com/pyinstaller/pyinstaller/wiki/Recipes
.. _pypi: https://pypi.python.org/pypi/PyInstaller/
.. _pypiwin32: https://pypi.python.org/pypi/pypiwin32/219
.. _PyQt: http://www.riverbankcomputing.co.uk/software/pyqt/intro
.. _PySide: http://qt-project.org/wiki/About-PySide
.. _PyWin32: http://sourceforge.net/projects/pywin32/files/
.. _Qt: http://www.qt-project.org
.. _setup_tools: https://pypi.python.org/pypi/setuptools
.. _`shared COLLECT statement`: https://www.zacoding.com/en/post/pyinstaller-create-multiple-executables/
.. _`Package resources`: https://pythonhosted.org/setuptools/pkg_resources.html#requirements-parsing
.. _`Supported Packages`: https://github.com/pyinstaller/pyinstaller/wiki/Supported-Packages
.. _TDM-GCC: http://tdm-gcc.tdragon.net/
.. _TkInter: http://wiki.python.org/moin/TkInter
.. _`Tcl/Tk`: http://www.tcl.tk/
.. _`towncrier`: https://pypi.org/project/towncrier/
.. _UPX: https://upx.github.io/
.. _venv: https://docs.python.org/3/library/venv.html
.. _virtualenv: https://virtualenv.pypa.io
.. _`Visual Studio Express`: http://www.microsoft.com/express/
.. _`Version Information Structures`: http://msdn.microsoft.com/en-us/library/ff468916(v=vs.85).aspx
.. _virtualBox: https://www.virtualbox.org
.. _VMWare: http://www.vmware.com/solutions/desktop/
.. _Wine: http://www.winehq.org/
.. _WxPython: http://www.wxpython.org/
.. _Xcode: http://developer.apple.com/xcode
.. _yapf: https://github.com/google/yapf
|