heuer / segno

Python QR Code and Micro QR Code encoder
https://pypi.org/project/segno/
BSD 3-Clause "New" or "Revised" License
624 stars 54 forks source link

Remove option to return Micro QR codes from segno.make #114

Open heuer opened 2 years ago

heuer commented 2 years ago

Since Micro QR Codes are uncommon, segno.make shouldn't attempt to return Micro QR codes and always return QR codes.

Backward incompatible change.

segno.make -> QR code segno.make_micro -> Micro QR code