marcoagner / Flask-QRcode

A concise Flask extension to easily render QR codes on Jinja2 templates using python-qrcode.
https://marcoagner.github.io/Flask-QRcode/
GNU General Public License v3.0
110 stars 30 forks source link

Fix static method and Add testing suite #16

Closed 1dot75cm closed 7 years ago

1dot75cm commented 7 years ago

1dot75cm commented 7 years ago

I tested pass for these commit (one commit, one function). The image_factory option is very interesting. Please see utils.py. @marcoagner

marcoagner commented 7 years ago

I decided to merge abe170c and 6ba17d7. I think d8cff16 may be a kickass feature but needs further review and is out of scope on this merge. Thank you again! Feel free to re-open with d8cff16 if you think this is a must-have feature.

1dot75cm commented 7 years ago

Thank you. If someone else needs this feature (image_factory), we discuss it again. @marcoagner