8000 Merge pull request #1011 from llpinokio/master · realpython/python-guide@131a064 · GitHub
[go: up one dir, main page]

Skip to content

Commit 131a064

Browse files
authored
Merge pull request #1011 from llpinokio/master
entry Latest release date added to comparison of features table
2 parents 6af00e9 + ec308a9 commit 131a064

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/shipping/freezing.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,18 @@ On Linux, an alternative to freezing is to
4646
Comparison of Freezing Tools
4747
****************************
4848

49+
Date of this writing: Oct 5, 2019
4950
Solutions and platforms/features supported:
5051

51-
=========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
52-
Solution Windows Linux OS X Python 3 License One-file mode Zipfile import Eggs pkg_resources support
53-
=========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
54-
bbFreeze yes yes yes no MIT no yes yes yes
55-
py2exe yes no no yes MIT yes yes no no
56-
pyInstaller yes yes yes yes GPL yes no yes no
57-
cx_Freeze yes yes yes yes PSF no yes yes no
58-
py2app no no yes yes MIT no yes yes yes
59-
=========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
52+
=========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== =====================
53+
Solution Windows Linux OS X Python 3 License One-file mode Zipfile import Eggs pkg_resources support Latest release date
54+
=========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== =====================
55+
bbFreeze yes yes yes no MIT no yes yes yes Jan 20, 2014
56+
py2exe yes no no yes MIT yes yes no no Oct 21, 2014
57+
pyInstaller yes yes yes yes GPL yes no yes no Jul 9, 2019
58+
cx_Freeze yes yes yes yes PSF no yes yes no Aug 29, 2019
59+
py2app no no yes yes MIT no yes yes yes Mar 25, 2019
60+
=========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== =====================
6061

6162
.. note::
6263
Freezing Python code on Linux into a Windows executable was only once

0 commit comments

Comments
 (0)
0