mcfunley / etsy-python

Python access to the Etsy API
http://developer.etsy.com
GNU General Public License v3.0
65 stars 46 forks source link

Actively maintained? #13

Open jmduke opened 10 years ago

jmduke commented 10 years ago

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?

bsima commented 10 years ago

I would also like to know the answer to this question...

mcfunley commented 10 years ago

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.

zheli commented 9 years ago

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
sscheetz commented 4 years ago

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.