python-escpos/escpos
Michael Billington f39c4227ec Implement printer-side rendering of QR codes for printers that support it.
Expand settings on escpos.qr to include ec, size,
model and 'native' (send image or send esc/pos QR command).

Default is set as native=False, so existing code will continue to
render QR codes as images.
2016-04-03 13:55:52 +10:00
..
__init__.py FIX import problems with __init__.py 2016-03-07 00:10:06 +01:00
cli.py Fix converting of passed bool values properly 2016-04-01 10:31:28 -07:00
config.py Clairify config loading comments 2016-03-30 17:13:59 -07:00
constants.py Implement printer-side rendering of QR codes for printers that support it. 2016-04-03 13:55:52 +10:00
escpos.py Implement printer-side rendering of QR codes for printers that support it. 2016-04-03 13:55:52 +10:00
exceptions.py Add an exception for missing configuration sections 2016-03-30 17:10:21 -07:00
printer.py Attempt to flush before quitting 2016-03-28 09:58:42 -07:00