Commit Graph

121 Commits

Author SHA1 Message Date
Davis Goglin 5a2ca10874 Add docstring 2016-03-28 11:19:09 -07:00
Davis Goglin 8101e1ec9f Reduce many lines of code to a loop 2016-03-28 11:16:37 -07:00
Davis Goglin 1a000d29fd Add a newline for text demo 2016-03-28 09:58:42 -07:00
davisgoglin 28b82fb54f Fix CODE39 barcodes. Assume Code128 are the same 2016-03-28 09:58:42 -07:00
davisgoglin ee223670bf Attempt to flush before quitting 2016-03-28 09:58:42 -07:00
davisgoglin a445c4205a Add cut after printing demos 2016-03-28 09:58:42 -07:00
davisgoglin 00ef7f129b Add raw option when using cli 2016-03-28 09:58:42 -07:00
Davis Goglin 8c186d912d Remove EAN8 code check digit 2016-03-28 09:58:42 -07:00
Davis Goglin 14ae1a7d89 Fix python3 barcode type b length encoding 2016-03-28 09:58:42 -07:00
Davis Goglin ca3b4665a2 pylint changes 2016-03-28 09:58:42 -07:00
Davis Goglin 4f92247ed6 Fix no help display in python3 2016-03-28 09:58:42 -07:00
Davis Goglin 5ba751d89b Stop checking for file to be python2/3 compatible 2016-03-28 09:58:42 -07:00
Davis Goglin 8e44c5126e Remove unsued variable 2016-03-28 09:58:42 -07:00
Davis Goglin 7a58109928 Clean up per landscape 2016-03-28 09:58:42 -07:00
Davis Goglin 9b40c0860f Change error to handle strings and files instead of list 2016-03-28 09:58:42 -07:00
Davis Goglin 7afd5e75d4 Add docstrings 2016-03-28 09:58:42 -07:00
Davis Goglin 7d74dcac00 Add demo functions 2016-03-28 09:58:42 -07:00
Davis Goglin cdf8f6be09 Fix config loading 2016-03-28 09:58:42 -07:00
Davis Goglin d5e3d85c4b Add documentation for config 2016-03-28 09:58:42 -07:00
Davis Goglin 5dc676bea7 Convert to safe load. Also now allows loading everyting pyyaml supports 2016-03-28 09:58:42 -07:00
Davis Goglin c26c875b61 Convert ini format to yaml format. 2016-03-28 09:58:42 -07:00
Davis Goglin c7b36916e7 Avoid importing * 2016-03-28 09:58:42 -07:00
Davis Goglin d5073626ae Update CLI to use config class 2016-03-28 09:58:42 -07:00
Davis Goglin 1a866f4d1f Add config parser exceptions 2016-03-28 09:58:42 -07:00
Davis Goglin 01328db808 Create config reader 2016-03-28 09:58:42 -07:00
Davis Goglin 27352b071c Refactor empty exception handler 2016-03-28 09:58:42 -07:00
Davis Goglin 87a73beb31 Moved printer destination configuration to config file 2016-03-28 09:58:42 -07:00
Davis Goglin 133241e7e9 Moved printer choice to groups and parse manually 2016-03-28 09:58:42 -07:00
davisgoglin eea3e76eed Remove unused import 2016-03-28 09:58:42 -07:00
davisgoglin 28be6a2041 Add usage 2016-03-28 09:58:42 -07:00
davisgoglin d523b4d342 consistent syntax 2016-03-28 09:58:42 -07:00
davisgoglin 99291abd10 rewrite cli 2016-03-28 09:58:42 -07:00
Patrick Kanzler 309866f8c9 Merge pull request #111 from mike42/feature/python3.5-support
Clean up non-float value, add v3.5 to tox test
2016-03-19 12:51:03 +01:00
Michael Billington 8b454c4765 Clean up non-float value, add v3.5 to tox test 2016-03-17 21:59:47 +11:00
Patrick Kanzler f76db4e0d4
HOTFIX bracode: use proper NUL character instead of unicode-string 2016-03-16 23:23:42 +01:00
Patrick Kanzler 80f6200915
FEATURE disable panel buttons 2016-03-10 16:01:35 +01:00
Patrick Kanzler 205728f5be DOC fix todo block in cut() 2016-03-09 16:36:40 +01:00
Christoph Heuel 75252a3797 direct_image throws TypeError
* The _raw method accepts only byte strings
2016-03-08 20:07:16 +01:00
Patrick Kanzler 4c406c1775 FIX fullimage so that it at least creates output 2016-03-08 20:07:16 +01:00
Patrick Kanzler 6b56de67a7 use unicode_literals everywhere 2016-03-08 20:07:16 +01:00
Patrick Kanzler c9ea90cd82 FIX all calls of _raw(), (except in images) in escpos
bytes should now be used in all but the image functions reliably
2016-03-08 20:07:16 +01:00
Patrick Kanzler 5d5412ba73 REFACTOR use bytes in constants-section
adds six for cross-version int/byte-conversion
2016-03-08 20:07:16 +01:00
Patrick Kanzler 7005ba5899 DOC change type of msg for _raw to bytes 2016-03-08 20:07:16 +01:00
Patrick Kanzler 18518fa901 semiFIX image-printing (still broken) 2016-03-08 20:07:16 +01:00
Patrick Kanzler 5a03f0fc7c DOC improve docstring of direct_image 2016-03-08 20:07:16 +01:00
Patrick Kanzler 4cfc4fd564 DOC show inheritance of printer-objects in documentation 2016-03-08 20:06:38 +01:00
Davis Goglin 9d12c7faab Add missing .upper() for function type 2016-03-08 09:17:47 -08:00
Davis Goglin 39d1c1d587 Format barcode types 2016-03-08 09:16:35 -08:00
Davis Goglin dbb0081287 Split CODE128 into it's character sets 2016-03-08 08:45:49 -08:00
Davis Goglin 68a9dcc47b Typo fix GS_128 -> GS-128 2016-03-08 08:12:51 -08:00