1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-04 08:53:29 +00:00

Commit Graph

  • 685a1f504c
    DOC add image helper class Patrick Kanzler 2016-06-23 15:38:55 +02:00
  • 7529642788
    exclude .egg in gitignore Patrick Kanzler 2016-06-23 14:31:38 +02:00
  • 0907b6aa8b Merge pull request #138 from python-escpos/setup/check-in-travis Patrick Kanzler 2016-06-20 17:57:03 +02:00
  • 87438f9efa
    SETUP move code to src Patrick Kanzler 2016-06-20 16:41:46 +02:00
  • e8e91eba80
    SETUP add pyusb>=1.0 as dependency Patrick Kanzler 2016-06-20 16:26:25 +02:00
  • 3e5509238e
    DOC add trove classifier "Point-Of-Sale" Patrick Kanzler 2016-06-20 16:20:47 +02:00
  • 08051d48d0
    DOC write changelog for version 2.0.0 Patrick Kanzler 2016-04-01 15:38:57 +02:00
  • 2676a802bd
    refactor wildcard-import in printer.py Patrick Kanzler 2016-06-19 12:52:15 +02:00
  • 6697922b74 refactor PEP8 and code style Patrick Kanzler 2016-06-19 12:25:40 +02:00
  • e814396bd8 refactor: simplified expressions, remove unused import Patrick Kanzler 2016-06-19 11:51:52 +02:00
  • adf73f3790 Merge pull request #136 from python-escpos/feature/mosquito-compatibility Patrick Kanzler 2016-06-19 11:46:47 +02:00
  • 1e490b6de8 add basic support for multilanguage Patrick Kanzler 2016-06-17 23:04:10 +02:00
  • 910f2fbf2f add with-statement Patrick Kanzler 2016-03-28 15:54:43 +02:00
  • 16569067c2 Merge pull request #135 from python-escpos/doc/mention-binary-printing Patrick Kanzler 2016-05-02 11:16:49 +02:00
  • a0dc993f2f
    DOC add example on printing commands from binary files Patrick Kanzler 2016-05-01 15:27:15 +02:00
  • 1b00477144 Merge pull request #133 from mike42/bugfix/readthedocs Patrick Kanzler 2016-05-01 14:56:44 +02:00
  • ddaf126c20 Converted references to readthedocs.org -> readthedocs.io. Resolves python-escpos/python-escpos#132 Michael Billington 2016-04-30 23:22:14 +10:00
  • 6a2673d01d
    DOC extend image-docstring Patrick Kanzler 2016-04-28 21:57:57 +02:00
  • f6ae109bb9 Merge branch 'TheWaWaR-development' into development Patrick Kanzler 2016-04-28 14:06:06 +02:00
  • f1af76d335 Merge pull request #1 from python-escpos/master ldos 2016-04-28 12:14:38 +02:00
  • 0a8057414c Fix upper method forgot brackets bug Qian Linfeng 2016-04-28 14:32:00 +08:00
  • 50d5334fa4 Merge 4dea342680371b1135afa3ecad981b507723f3b3 into 331fe6a93a300a6bdc03dc28d7c6faec23d99d1c Qian LinFeng 2016-04-28 01:28:49 +00:00
  • 4dea342680 Fix upper method forgot brackets bug Qian Linfeng 2016-04-28 09:28:16 +08:00
  • a34e306ea8 Merge pull request #122 from python-escpos/doc/contributing Patrick Kanzler 2016-04-24 19:18:25 +02:00
  • 2588406831 Merge pull request #124 from python-escpos/improve/packaging Patrick Kanzler 2016-04-15 01:22:51 +02:00
  • b6ada13f9b PCKG updated package-configuration Patrick Kanzler 2016-04-02 20:12:36 +02:00
  • eadd9f7583
    DOC improve CONTRIBUTING Patrick Kanzler 2016-04-14 00:16:06 +02:00
  • 471222eda9 Merge pull request #127 from python-escpos/fix/abstractbaseclass-metaclass Patrick Kanzler 2016-04-14 00:02:28 +02:00
  • c6cc28254e Merge pull request #128 from mike42/feature/rewrite-image-handling Patrick Kanzler 2016-04-14 00:00:52 +02:00
  • f903af6730 fix: horizontal/vertical density settings were backwards for bitImageRaster Michael Billington 2016-04-13 22:19:50 +10:00
  • a0d8689141 apply fixes, mainly to whitespace ( patch by @patkan in #128 ) Michael Billington 2016-04-13 21:27:51 +10:00
  • 44c79eaf11 Remove trailing semicolons Michael Billington 2016-04-07 22:06:14 +10:00
  • 4584e3138a switch default image format to bitImageRaster Michael Billington 2016-04-06 21:39:46 +10:00
  • 6b445b3fb1 update docstrings per QuantifiedCode suggestions Michael Billington 2016-04-06 21:05:32 +10:00
  • ba03538c50 remove pypy3 from allowed failures Michael Billington 2016-04-03 22:15:43 +10:00
  • b45afbb297 add implementation of GS v 0, GS ( L and GS *. Michael Billington 2016-04-03 17:36:54 +10:00
  • 59afcf778f remove image handling support Michael Billington 2016-04-03 14:29:17 +10:00
  • 36debff72c
    FIX abstractbaseclass in Escpos not properly loaded Patrick Kanzler 2016-04-03 22:16:03 +02:00
  • 2aa0878f54 Merge pull request #123 from python-escpos/refactor/misc-issues Patrick Kanzler 2016-04-03 21:46:15 +02:00
  • 7b18afec75 Merge pull request #125 from mike42/feature/native-qr-update Patrick Kanzler 2016-04-03 11:37:44 +02:00
  • f39c4227ec Implement printer-side rendering of QR codes for printers that support it. Michael Billington 2016-03-20 00:48:29 +11:00
  • 481285625b
    REFACTOR simplify out-of-bounds-check in control() Patrick Kanzler 2016-04-02 16:02:04 +02:00
  • 1ee657a750
    REFACTOR remove wildcard-import from escpos in printer Patrick Kanzler 2016-04-02 15:33:24 +02:00
  • 0121aa0bfb
    REFACTOR add PEP8-newlines Patrick Kanzler 2016-04-02 15:29:51 +02:00
  • 7547bfddd2
    DOC fix underline length in doc Patrick Kanzler 2016-04-02 15:27:47 +02:00
  • f6e0edc7c7
    REFACTOR variables to be lower case Patrick Kanzler 2016-04-02 15:26:00 +02:00
  • df77b7dec3
    DOC improve CONTRIBUTING.rst Patrick Kanzler 2016-04-02 11:55:08 +02:00
  • 9a67249966 Merge 0049821184ef527da49efcd499a06f418d723d1b into bf3012b88242c55d4a1ea38379d086f2f336714d Michael 2016-04-02 09:58:55 +00:00
  • bf3012b882 DOC fix example in readme Patrick Kanzler 2016-04-02 10:44:28 +02:00
  • 68b3ec4d89 Merge pull request #121 from python-escpos/autofix/wrapped2_to3_fix Patrick Kanzler 2016-04-01 21:32:36 +02:00
  • a236ccebe9 Migrated % string formating Cody 2016-04-01 19:19:38 +00:00
  • 6a07351fc8 Merge 2c58c79ef300a5811b7b8f01b56420196235c8aa into 1a1c032d6a93a9cb08ca202b8ac58586bbb3da32 Patrick Kanzler 2016-04-01 19:17:53 +00:00
  • 2c58c79ef3 Migrated % string formating Cody 2016-04-01 19:17:35 +00:00
  • 8056afa75c Merge 43439020241aab69c877fd71149a580d5ecb352b into 331fe6a93a300a6bdc03dc28d7c6faec23d99d1c Patrick Kanzler 2016-04-01 19:15:28 +00:00
  • 4343902024 Migrated % string formating Cody 2016-04-01 19:15:08 +00:00
  • 1a1c032d6a Merge pull request #118 from python-escpos/improve/warning-for-image-functions Patrick Kanzler 2016-04-01 21:10:39 +02:00
  • f5a7d681eb DOC add warning to the new functions in the image-API Patrick Kanzler 2016-03-26 15:09:59 +01:00
  • abebf7eb99 Merge pull request #107 from DavisGoglin/improve-cli Patrick Kanzler 2016-04-01 20:58:07 +02:00
  • fca363119c Fix converting of passed bool values properly Davis Goglin 2016-04-01 10:31:28 -07:00
  • 8ed1441c4c Clairify config loading comments Davis Goglin 2016-03-30 17:13:59 -07:00
  • 062282bf47 Fix Spelling Davis Goglin 2016-03-30 17:13:20 -07:00
  • 3fe4589b8b Add the reset of configurations between loads Davis Goglin 2016-03-30 17:11:05 -07:00
  • b9c9189ca7 Add an exception for missing configuration sections Davis Goglin 2016-03-30 17:10:21 -07:00
  • 5ecae9d585 Add more testing directories to .gitignore Davis Goglin 2016-03-30 13:47:16 -07:00
  • 39da32ca85 Define class vars first in __init__ Davis Goglin 2016-03-30 13:38:27 -07:00
  • e545999aa2 Convert class methods to static Davis Goglin 2016-03-30 13:38:03 -07:00
  • 3017c14df2 Add future imports Davis Goglin 2016-03-30 13:31:21 -07:00
  • 3831665da4 Fix pylint messages Davis Goglin 2016-03-30 13:30:44 -07:00
  • b6b30d7c82 Add future imports Davis Goglin 2016-03-30 13:29:28 -07:00
  • 39165fcb41 Fix tests I just wrote then broke Davis Goglin 2016-03-28 15:21:16 -07:00
  • fd6a0e4bda Add an automatic newline for some methods Davis Goglin 2016-03-28 15:15:53 -07:00
  • 38b58eb39a Remove executable flag so we hopefully get code coverage Davis Goglin 2016-03-28 15:07:16 -07:00
  • cabb2c930a Add docstring to TestCLI class Davis Goglin 2016-03-28 15:01:40 -07:00
  • 0c3f273fa1 Clear test dir Davis Goglin 2016-03-28 14:57:06 -07:00
  • 76f300ea18 Fix text argument Davis Goglin 2016-03-28 14:23:18 -07:00
  • f504d2dc15 Allow config path to be passed Davis Goglin 2016-03-28 11:49:12 -07:00
  • 5a2ca10874 Add docstring Davis Goglin 2016-03-28 11:19:09 -07:00
  • 8101e1ec9f Reduce many lines of code to a loop Davis Goglin 2016-03-28 11:16:37 -07:00
  • 1a000d29fd Add a newline for text demo Davis Goglin 2016-03-28 09:53:45 -07:00
  • 28b82fb54f Fix CODE39 barcodes. Assume Code128 are the same davisgoglin 2016-03-19 20:11:58 -07:00
  • ee223670bf Attempt to flush before quitting davisgoglin 2016-03-19 20:08:20 -07:00
  • a445c4205a Add cut after printing demos davisgoglin 2016-03-19 20:03:34 -07:00
  • 00ef7f129b Add raw option when using cli davisgoglin 2016-03-19 20:03:16 -07:00
  • 8c186d912d Remove EAN8 code check digit Davis Goglin 2016-03-18 11:42:56 -07:00
  • 14ae1a7d89 Fix python3 barcode type b length encoding Davis Goglin 2016-03-16 16:26:13 -07:00
  • ca3b4665a2 pylint changes Davis Goglin 2016-03-16 16:24:23 -07:00
  • 4f92247ed6 Fix no help display in python3 Davis Goglin 2016-03-16 16:21:05 -07:00
  • 5ba751d89b Stop checking for file to be python2/3 compatible Davis Goglin 2016-03-16 15:24:08 -07:00
  • 8e44c5126e Remove unsued variable Davis Goglin 2016-03-16 14:28:53 -07:00
  • 7a58109928 Clean up per landscape Davis Goglin 2016-03-16 13:47:51 -07:00
  • 9b40c0860f Change error to handle strings and files instead of list Davis Goglin 2016-03-16 13:29:22 -07:00
  • 3ec00ae16e Remove unneeded requirements Davis Goglin 2016-03-16 09:29:50 -07:00
  • 7afd5e75d4 Add docstrings Davis Goglin 2016-03-16 09:26:57 -07:00
  • 7d74dcac00 Add demo functions Davis Goglin 2016-03-15 16:01:07 -07:00
  • cdf8f6be09 Fix config loading Davis Goglin 2016-03-15 15:05:25 -07:00
  • d5e3d85c4b Add documentation for config Davis Goglin 2016-03-15 14:09:45 -07:00
  • 2bb9756d28 Add documentation for config Davis Goglin 2016-03-15 14:09:45 -07:00
  • 5dc676bea7 Convert to safe load. Also now allows loading everyting pyyaml supports Davis Goglin 2016-03-15 14:01:21 -07:00
  • c26c875b61 Convert ini format to yaml format. Davis Goglin 2016-03-15 13:47:23 -07:00
  • 39e912bef4 I guess localconfig needs future Davis Goglin 2016-03-15 12:14:56 -07:00