Open jmduke opened 10 years ago
I would also like to know the answer to this question...
Hi, not really. I'd be happy to hand this off to anyone willing to maintain it, deferring to someone still at Etsy first. I will get in touch with them and comment back here.
I guess the pip package is older? I could install via
pip install -e git+https://github.com/mcfunley/etsy-python.git#egg=etsy-python
As this doesn't appear to be maintained and PRs aren't being accepted, I started a fork here https://github.com/sscheetz/etsy-python2. Currently added support for PUT and DELETE etsy methods as well as python3. I have it working in my personal projects, but there are probably some things that don't work. File issues or PRs and we can try to get a good project that works for modern python.
I see that the last commit is >3 years ago, so I'm assuming the answer is no, but even trying to install via setuptools or PyPI I get a
Invalid IPv6 URL
error. If this isn't being maintained, are there any other options or would I be best just wrapping up REST calls?