akaszynski / keepa

Python Keepa.com API
https://keepaapi.readthedocs.io/en/latest/
Apache License 2.0
241 stars 77 forks source link

pip install version is out of date, seller_query interface broken #90

Closed PaulLuoLi closed 3 years ago

PaulLuoLi commented 3 years ago

Hey folks; great package, but you need to update your pip package.

It's out of date and some of the functions are incorrect.

Specifically, I was trying to call seller_query(asin, storefront=True), and it returned an error

Upon digging, the version installed on my disk has this:

async def seller_query(self, seller_id, domain='US'):

While on GIT, the file is:

 async def seller_query(self, seller_id, domain='US', storefront=False, update=None):
akaszynski commented 3 years ago

I do need to send out a release. I'll keep issue up until it's out.

akaszynski commented 3 years ago

Just released keepa==1.2.0 on PyPI: https://pypi.org/project/keepa/