python-oauth2 icon indicating copy to clipboard operation
python-oauth2 copied to clipboard

Python 3.6 support? Lib still alive?

Open bourdeau opened this issue 7 years ago • 3 comments

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.

bourdeau avatar Jan 19 '18 06:01 bourdeau

	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.

jaitaiwan avatar Jan 19 '18 10:01 jaitaiwan

Thanks for your answer Daniel.

bourdeau avatar Jan 21 '18 08:01 bourdeau

@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

chilic avatar Jan 22 '18 21:01 chilic