python-oauth2
python-oauth2 copied to clipboard
Python 3.6 support? Lib still alive?
Hi there,
I'm trying to use Oauth2 in one of my project in Python 3.6 without success. As the last commit on Oauth2 is 1 year old I was wondering if this lib is still alive? Any plan to support Python 3.6?
If not, is there any other lib for Python 3.6?
Thanks a lot.
I'm no longer maintaining the project and the owner and other maintainer I haven't heard from in years. There are other libraries better suited than this repo and there is now another fork of this repo which includes most of the recent PRs
On Fri, Jan 19, 2018 at 4:24 PM +1000, "Pierre-Henri Bourdeau" [email protected] wrote:
Hi there,
I'm trying to use Oauth2 in one of my project in Python 3.6 without success. As the last commit on Oauth2 is 1 year old I was wondering if this lib is still alive? Any plan to support Python 3.6?
If not, is there any other lib for Python 3.6?
Thanks a lot.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Thanks for your answer Daniel.
@bourdeau Looks like https://github.com/i-kiwamu/python3-oauth2 should works. This line should fix python3.6 https://github.com/i-kiwamu/python3-oauth2/blob/master/oauth2/init.py#L480