lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.34k stars 664 forks source link

State of the the project? #227

Closed jensens closed 3 years ago

jensens commented 3 years ago

Hi, this project looks like it is stalled. I see lots of issues and worth-to-merge pull requests. But no commits since 16 months. So, its a valuable project, sad if its abandoned.

My questions:

Thanks for any insights!

klausmcm commented 3 years ago

I'm currently looking to adjust some of the code in https://github.com/hudora/huBarcode to make generating barcodes for given length constraints easier. I'm using numpy and pint for flexible resizing of the barcodes and have the code working for Code128 barcodes and want to do something similar for Data Matrix barcodes. There seemed to be some issues with QR codes in the huBarcode package. Maybe it's time to create single package again that combines the barcodes in huBarcode and the QR barcodes from here?

SmileyChris commented 3 years ago

Hi @jensens -- the main reason is that other paid work has been sapping 100% of my time. I'm more than happy to bring on some additional contributors.

You can reply here, or contact me directly, if you'd be willing to participate

heuer commented 3 years ago

Shameless plug https://github.com/heuer/segno ;) No dependencies, a lot of serialization formats w/o Pillow

SmileyChris commented 3 years ago

And yes, segno is pretty awesome ^

klausmcm commented 3 years ago

@SmileyChris, @heuer Are either of you open to include other barcode types in your package?

heuer commented 3 years ago

And yes, segno is pretty awesome ^

Thank you, I didn't mean to get in your way. I am happy that you are still active here.

heuer commented 3 years ago

@SmileyChris, @heuer Are either of you open to include other barcode types in your package?

I can't speak for Lincolnloop, I'm not currently planning any further support for any other barcodes.

You are probably in better hands here https://github.com/WhyNotHugo/python-barcode than at https://github.com/hudora/huBarcode when you need a wide range of barcodes. It supports no QR Codes, though.

maribedran commented 3 years ago

@jensens I'll be helping manage the project for a while as @SmileyChris doesn't have the time to do it for now. I'm not familiar with the code, though, so I'd like some help looking at the more complex PRs. We just released version 7.0 dropping Python 2 support and upgrading to 3. I've been merging some of the small PRs and will release a 7.1 version with those features. The ones that add more changes to the code base will need more time to review.