Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
brother_ql-0.9.3-py2.py3-none-any.whl | 2018-09-14 | 35.5 kB | |
brother_ql-0.9.3.tar.gz | 2018-09-14 | 32.6 kB | |
brother_ql v0.9.3.tar.gz | 2018-09-14 | 41.3 kB | |
brother_ql v0.9.3.zip | 2018-09-14 | 53.0 kB | |
README.md | 2018-09-14 | 1.5 kB | |
Totals: 5 Items | 163.8 kB | 1 |
New Functionality:
brother_ql.backends.helpers.send()
now returns a dictionary containing a lot of information about the success of sending the instruction file and thus printing a label in the usual case (801b36b).- CLI command
brother_ql print
does now accept image input from stdin when the placeholder filename-
is provided (0c59fa9).
Improved Documentation: * New section Backends to be found in the README / package description including a table about OS support (#38, 660c7bb, 4820b67, 5bc0f94, 1aa793b). * Printer model QL-810W confirmed to be working with the brother_ql package (d589f4e).
Bug Fixes:
* Fixed: CLI flag --no-cut
of the brother_ql
CLI tool was functionless (abd9ebe).
Changed Behaviour:
brother_ql
CLI: Removed the--cut
option. As cutting is the default, only the inverted flag--no-cut
is left (abd9ebe).- Failure interpreting a printer state response now raises NameError instead of failing an
assert
check (ec4b7a9). - The optional dependency
pyusb
is now a full dependency of the package as its package size is quite small anyhow (#38, 6b39795).
Miscellaneous:
- New module
brother_ql.exceptions
now containing the custom exceptions used within this software. They were defined at the package level (brother_ql.init) previously (35a53b9, f7e34a3). - A message logged within the class BrotherQLRaster (raster_image_size) is now silenced to debug level (f183afb).