File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,12 +94,14 @@ py2exe
9494`py2exe <https://pypi.org/project/py2exe/ >`__ is a distutils extension which
9595allows to build standalone Windows executable programs (32-bit and 64-bit)
9696from Python scripts. Python versions included in the official development
97- cycle are supported (from 3.6 to 3.9 included ). py2exe can build console
98- executables and windows (GUI) executables. Building windows services,
99- and DLL/EXE COM servers might work but it is not actively supported.
97+ cycle are supported (refers to ` Status of Python branches `__ ). py2exe can
98+ build console executables and windows (GUI) executables. Building windows
99+ services, and DLL/EXE COM servers might work but it is not actively supported.
100100The distutils extension is released under the MIT-licence and Mozilla
101101Public License 2.0.
102102
103+ .. __ : https://devguide.python.org/#status-of-python-branches
104+
103105Mac OS
104106------
105107
120122
121123`pex <https://pypi.org/project/pex/ >`__ is a library for generating .pex
122124(Python EXecutable) files which are executable Python environments in the
123- spirit of virtualenvs. pex is an expansion upon the ideas outlined in PEP 441
125+ spirit of virtualenvs. pex is an expansion upon the ideas outlined in :pep: ` 441 `
124126and makes the deployment of Python applications as simple as cp. pex files may
125127even include multiple platform-specific Python distributions, meaning that a
126128single pex file can be portable across Linux and OS X. pex is released under the
You can’t perform that action at this time.
0 commit comments