[Python-porting] oauth for Python 3

Barry Warsaw barry at python.org
Thu May 24 22:16:46 CEST 2012


On May 24, 2012, at 09:27 AM, Guido van Rossum wrote:

>The OAuth protocol is already being abandoned in favor of OAuth2.
>Whatever package you choose please be sure it uses OAuth2. Google has
>an "oauth2client" library but sadly it is horribly over-engineered and
>I cannot recommend it.

Currently, Launchpad doesn't support OAuth2, so while I agree this would be an
important feature for a general purpose Python 3 compatible library, it's not
a requirement for my immediate needs.

Rodney Dawes is the other person who was talking about a Python 3 OAuth
library, but he is also only needs OAuth1 atm, and his library is not yet
ready for a Python 3 compatible release.  So I think right now, there is
basically nothing available.

I'm going to experiment with porting the original oauth library to Python 3.
If it works out, I'll figure out what to do from there.

Cheers,
-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-porting/attachments/20120524/e323d9b4/attachment.pgp>


More information about the Python-porting mailing list