eBay / ebay-oauth-python-client

Python OAuth SDK: Get OAuth tokens for eBay public APIs
Other
73 stars 48 forks source link

Is this package compatible with Python version 3.9.7, if not, what version ? #11

Open eporto2021 opened 2 years ago

eporto2021 commented 2 years ago

We tried to install typing extensions with version 3.9.7 but it did not allow us to.

s0573382 commented 2 years ago

For me it did not worked aswell.

matecsaj commented 2 years ago

The version in this repo is Python 2. I did a Python 3 port and refactored it, and your welcome to it. https://github.com/matecsaj/ebay_rest/blob/main/src/ebay_rest/token.py.

springfielddatarecovery commented 2 years ago

Having the same issue. Kind of embarrassing that eBay has an SDK that isn't accessible after Python 2 which has been end of support for four years at this point.

eporto2021 commented 1 year ago

@springfielddatarecovery I recommend trying the ebay_rest library created and maintained by @matecsaj