python-escpos/escpos
Stephan Sokolow 4e1f9db5c7 Make the structure of the ESC/POS commands less opaque
(The commands are intended to be readable by people who grew up with ANSI
 escape codes so represent them that way in the code)
2016-01-08 02:46:12 +01:00
..
__init__.py REFACTOR style and PEP8, fixes #66 2015-11-27 23:13:35 +01:00
constants.py Make the structure of the ESC/POS commands less opaque 2016-01-08 02:46:12 +01:00
escpos.py DOC correct mistake in documentation 2016-01-06 12:02:30 +01:00
exceptions.py DOC improve the documentation 2016-01-05 23:14:35 +01:00
printer.py IMPROVE use sendall instead of send in network-printer 2016-01-08 01:56:06 +01:00