Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2011-04-13 06:42:05
Size: 1031
Editor: ?AdrianVonBidder
Comment:
Revision 5 as of 2012-05-29 06:57:53
Size: 1810
Editor: ?BrianSutherland
Comment:
Deletions are marked like this. Additions are marked like this.
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.net/
 * 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

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.)

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