Commit Graph

25 Commits

Author SHA1 Message Date
Philipp Klaus
fa8852afbb setup.py: development now reached 0.9.dev0 2018-08-08 19:05:15 +02:00
Philipp Klaus
160cea90d4 new CLI: brother_ql
This will slowly deprecate the other CLIs such as
* brother_ql_create
* brother_ql_print
* brother_ql_info
* brother_ql_analyze
* brother_ql_debug
2018-08-08 18:50:01 +02:00
Philipp Klaus
351fb9bcec List supported models QL-800 QL-820NWB QL-1050 in setup.py, too 2018-02-20 21:23:58 +01:00
Philipp Klaus
99ee28fdaa require pillow>=3.3.0
with pillow < 3.3.0, the call of Image.new()
in brother_ql/brother_ql_create.py line 113
would fail with the following error:

[...]
  File "/usr/lib/python3.4/site-packages/brother_ql/brother_ql_create.py", line 113, in create_label
    new_im = Image.new(im.mode, (device_pixel_width, im.size[1]), (255,)*len(im.mode))
  File "/usr/lib64/python3.4/site-packages/PIL/Image.py", line 2050, in new
    return Image()._new(core.fill(mode, size, color))
TypeError: an integer is required (got type tuple)
2018-01-15 15:26:20 +01:00
Philipp Klaus
ee16bd68bb pushing version to v0.8.dev0 2017-09-19 14:25:43 +02:00
Philipp Klaus
70f500b8d0 QL-550 marked as supported 2016-12-31 17:46:01 +01:00
Philipp Klaus
4d842f1fd6 reset version to 0.7.dev0 2016-12-10 17:52:17 +01:00
Philipp Klaus
677259c1f9 releasing v0.7.1 2016-12-10 15:24:19 +01:00
Philipp Klaus
b0dd96ea47 reset version to 0.7.dev0 2016-12-10 14:30:35 +01:00
Philipp Klaus
8ab1105b26 releasing v0.7.0 2016-12-10 11:50:34 +01:00
Philipp Klaus
87537cb682 setup.py: pandoc README conv & update for PyPI listing 2016-12-10 11:49:45 +01:00
Philipp Klaus
17274a8f9d Removing the numpy dependency 2016-12-10 08:51:04 +01:00
Philipp Klaus
c18c3f6faa removing unused matplotlib requirement 2016-12-06 14:01:37 +01:00
Philipp Klaus
4693fe375f README: fix sentence about Py2/3; setup.py: add QL-570 to keywords 2016-11-25 21:18:02 +01:00
Philipp Klaus
1df4f2e507 QL-720NW works nicely too 2016-11-20 12:02:10 +01:00
Philipp Klaus
c8bffc6f2b removing the brother_ql_web tool. Doesn't belong to this repo 2016-11-13 16:44:55 +01:00
Philipp Klaus
66a2e31442 adding brother_ql_info for --list-models and --list-label-sizes 2016-11-10 21:43:35 +01:00
Philipp Klaus
7ea82644eb raster.py: Py2 compat (using the 'future' package) 2016-11-10 10:04:21 +01:00
Philipp Klaus
8ee7df1688 setup.py: specify requirements line-by-line 2016-11-10 10:03:10 +01:00
Philipp Klaus
6621134df9 New brother_ql.backends package
The brother_ql.backends package provides backends for
* network (via raw TCP/IP sockets)
* linux_kernel (via device handles like /dev/usb/lp0 etc.)
* pyusb (via PyUSB)

The new backends are in use by the additional scripts
* brother_ql_debug
* brother_ql_print
2016-07-21 17:51:11 +02:00
Philipp Klaus
c6205ab32a every brother_ql_xxx tool now corresponds to ./brother_ql/brother_ql_xxx.py 2016-07-21 17:43:23 +02:00
Philipp Klaus
9c2a665bdb adding the web server brother_ql_web 2016-01-07 22:24:37 +01:00
Philipp Klaus
05ce83ebd8 A lot of renaming variables, tools; improved README 2015-12-14 11:09:46 +01:00
Philipp Klaus
bbb3919ed0 brother_ql_write script added 2015-12-13 17:57:34 +01:00
Philipp Klaus
01cbf716b3 Making this a package 2015-12-12 14:31:17 +01:00