awsretry icon indicating copy to clipboard operation
awsretry copied to clipboard

is this awsretry or gd-awsretry?

Open tbradley-sans opened this issue 5 years ago • 7 comments

This project seems to have a small identity crisis. https://pypi.org/project/gd-awsretry/ says the way to install it is pip install gd-awsretry. But https://github.com/linuxdynasty/awsretry says to install it by pip install awsretry. Which is right?

tbradley-sans avatar Jul 11 '19 21:07 tbradley-sans

Looks like someone copied it?

linuxdynasty avatar Oct 01 '19 11:10 linuxdynasty

Yeah, I guess. The whole thing seems kinda fishy.

tbradley-sans avatar Oct 01 '19 17:10 tbradley-sans

I've been down too much of a rabbit hole with this one. It looks like gd-awsretry is a fork of this repo. A little sleuthing on pypi and github seems to have revealed that @dwabece is the guy behind gd-awsretry, but I can't seem to find the repo. The last time awsretry was updated was May 2017 and gd-awsretry was updated in May 2019. So now I'm in a quandry, do I use awsretry even though it looks like it hasn't had a lot of love recently, or do I try this mysterious fork gd-awsretry that has some more recent work? I'm leaning towards using the OG because I can't find the repo for the fork and that's a pretty big red flag in my mind.

nmerket avatar Nov 15 '19 17:11 nmerket

Question is something wrong with the current awsretry? I haven't updated pypi in a while. I can do that over the weekend.

linuxdynasty avatar Nov 15 '19 20:11 linuxdynasty

@nmerket I just gave up and rolled my own.

Question is something wrong with the current awsretry?

What do you even mean by "current awsretry"? The one that hasn't been touched in over 2 years?

What's wrong with it is that nobody trusts an open source library that has been abandoned by its maintainers.

tbradley-sans avatar Nov 15 '19 20:11 tbradley-sans

I tried the old awsretry and it seems to work fine. I share my concern with @tbradley-sans that I'm leery to write code that depends on a library that isn't being maintained. If there are updates, yes, that would be awesome if you pushed them to pypi.

nmerket avatar Nov 15 '19 20:11 nmerket

@nmerket I will push the updates I have. It's not many as the module has work for the intended purpose.

linuxdynasty avatar Nov 16 '19 14:11 linuxdynasty