Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2011-04-13 06:42:05
Size: 1031
Editor: ?AdrianVonBidder
Comment:
Revision 9 as of 2015-10-12 21:12:59
Size: 1688
Editor: ?AlbertoFuentes
Comment: .net didnt exist, searching for it, the .com comes up
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
|| Django || no || http://docs.djangoproject.com/en/dev/faq/install/#can-i-use-django-with-python-3 ||
|| Pylons || no || http://pylonshq.com/docs/en/1.0/gettingstarted/ (only says "not supported at this time", couldn't find anything better.) ||
|| Django || upstream || http://packages.debian.org/sid/python3-django ||
|| Pylons || upstream || No Debian package yet ||
Line 11: Line 11:
|| zope.interface || upstream || No Debian package yet ||
|| zope.testing || no || http://regebro.wordpress.com/2010/04/30/the-future-of-zope-testing-and-python-3/ ||
|| zope.interface || yes || http://packages.debian.org/sid/python3-zope.interface ||
|| zope.testrunner || yes || http://packages.debian.org/sid/python3-zope.testrunners ||
|| zope.exceptions || yes || http://packages.debian.org/sid/python3-zope.exception ||
|| zope.configuration || upstream || No Debian package yet ||
|| zope.schema || upstream || No Debian package yet ||
|| zope.i18nmessageid || upstream || No Debian package yet ||
|| zope.deprecation || upstream || No Debian package yet ||
|| zope.testing || upstream || http://regebro.wordpress.com/2010/04/30/the-future-of-zope-testing-and-python-3/ ||
Line 15: Line 21:
See also the Python 3 Wall of Shame at http://python3wos.appspot.com/ See also
 * the Python 3 Wall of Shame at http://python3wos.appspot.com/
 * http://py3ksupport.appspot.com/
 * http://getpython3.com/
 * https://fedoraproject.org/wiki/Python3
 * https://wiki.ubuntu.com/AllisonRandal/Python3Status
 * http://wiki.python.org/moin/PortingToPy3k/Modules (not sure, maybe could replace this table alltogether since it also tracks availability in distributions.)

Python 3 Software availability

This page is an attempt to track the progress of (major) Python packages / frameworks regarding Python 3.

Python 3 itself is available in Debian for some time now, but many Python packages are either not packaged for Python 3 yet or have not been ported yet by the upstream authors at all.

Product

Available for Py3?

Relevant link / Comment

Django

upstream

http://packages.debian.org/sid/python3-django

Pylons

upstream

No Debian package yet

Zope

no

Available upstream in parts:

zope.event

upstream

No Debian package yet

zope.interface

yes

http://packages.debian.org/sid/python3-zope.interface

zope.testrunner

yes

http://packages.debian.org/sid/python3-zope.testrunners

zope.exceptions

yes

http://packages.debian.org/sid/python3-zope.exception

zope.configuration

upstream

No Debian package yet

zope.schema

upstream

No Debian package yet

zope.i18nmessageid

upstream

No Debian package yet

zope.deprecation

upstream

No Debian package yet

zope.testing

upstream

http://regebro.wordpress.com/2010/04/30/the-future-of-zope-testing-and-python-3/

..

..

..

See also