Slide 1

Slide 1 text

Python 3 on PyPI Dr. Brett Cannon PyCon 2012 lightning talk

Slide 2

Slide 2 text

Who is on Python 3 in the top 50? http://py3ksupport.appspot.com Calculate top 50 by taking a project's latest release and calculating: download_total / days_available

Slide 3

Slide 3 text

I'm happy with where we are ● From the beginning we said it would take 3 - 5 years to get a good chunk of the community moved over ● It's been just over 3 years at this point ○ That was the stretch goal

Slide 4

Slide 4 text

Please update your PyPI classifiers! Programming Language :: Python :: 3 Programming Language :: Python :: 3.2

Slide 5

Slide 5 text

For shame! ● Ian Bicking (Paste, PasteScript) ● Mike Naberezny (meld3) ● Vitaly Babiy, Aaron Westendorf (Haigha) ● Benoit Chesneau (gunicorn) ● Mitch Garnaat (boto) ● Mike Naberezny (supervisor) ● Armin Ronacher (Werkzeug, Flask) ● Jeff Forcier (ssh) ● Andrew Godwin & Andy McCurdy (South) ● Robey Pointer (paramiko) ● ... and others

Slide 6

Slide 6 text

Keep on porting! http://docs.python.org/howto/pyporting.html