jegesh / python-sqs-listener

A simple wrapper for boto3 for listening, and sending, to an AWS SQS queue
Other
154 stars 71 forks source link

State of this repository ? #52

Closed ypicard closed 3 years ago

ypicard commented 3 years ago

Hi,

This repository has not have any commits for the last 14 months. I would like to know if it is still maintained and accepting new pull requests / feature requests.

Thank you

jegesh commented 3 years ago

Well, as you noticed, I'm not really paying it the attention it deserves, but I'm trying to get around to reviewing the pending PRs in the next few weeks.

Would you like to join as a maintainer?

ypicard commented 3 years ago

I could be interested indeed. What would this involve?

jegesh commented 3 years ago

Mostly just reviewing PRs, making sure they don't hinder or degrade the basic functionality of the package, and make sure any changes make it to the readme, and then merge them. I'll push the new versions to pypi.

Btw your website is inaccessible due to security errors

ypicard commented 3 years ago

I'm in. Just so you know, this would be my first time participating in an open-source project like this one. I''ll be all ears on your feedback anytime you have some.

And yes, haven't looked at my website for a while. Thanks!

jegesh commented 3 years ago

The most important thing as far as I'm concerned is not to introduce new bugs when merging PRs, like this one https://github.com/jegesh/python-sqs-listener/issues/53

I fixed that one already, but as you can see it came from me trusting an innocent PR that was untested.