8000 entry Latest release date added to comparison of features table by giuliano-macedo · Pull Request #1011 · realpython/python-guide · GitHub
[go: up one dir, main page]

Skip to content

entry Latest release date added to comparison of features table #1011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions docs/shipping/freezing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,18 @@ On Linux, an alternative to freezing is to
Comparison of Freezing Tools
****************************

Date of this writing: Oct 5, 2019
Solutions and platforms/features supported:

=========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
Solution Windows Linux OS X Python 3 License One-file mode Zipfile import Eggs pkg_resources support
=========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
bbFreeze yes yes yes no MIT no yes yes yes
py2exe yes no no yes MIT yes yes no no
pyInstaller yes yes yes yes GPL yes no yes no
cx_Freeze yes yes yes yes PSF no yes yes no
py2app no no yes yes MIT no yes yes yes
=========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
=========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== =====================
Solution Windows Linux OS X Python 3 License One-file mode Zipfile import Eggs pkg_resources support Latest release date
=========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== =====================
bbFreeze yes yes yes no MIT no yes yes yes Jan 20, 2014
py2exe yes no no yes MIT yes yes no no Oct 21, 2014
pyInstaller yes yes yes yes GPL yes no yes no Jul 9, 2019
cx_Freeze yes yes yes yes PSF no yes yes no Aug 29, 2019
py2app no no yes yes MIT no yes yes yes Mar 25, 2019
=========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== =====================

.. note::
Freezing Python code on Linux into a Windows executable was only once
Expand Down
0