| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| brother_ql-0.9.4.tar.gz | 2019-01-13 | 35.0 kB | |
| brother_ql-0.9.4-py2.py3-none-any.whl | 2019-01-13 | 39.2 kB | |
| brother_ql v0.9.4.tar.gz | 2019-01-13 | 42.7 kB | |
| brother_ql v0.9.4.zip | 2019-01-13 | 55.5 kB | |
| README.md | 2019-01-13 | 1.0 kB | |
| Totals: 5 Items | 173.4 kB | 0 | |
Architectural:
* Probably the biggest change happened under the hood:
This change introduces the new modules brother_ql.models and brother_ql.labels, which use attrs for the modeling of their main classes Label() and Model(). Previously, the definition of models and their capabilities was done with simple structures (lists and dictionaries) in the module brother_ql.devicedependent. In order not to break older code relying on those definitions, the data structures in the devicedependent module are still accessible (with no changes to existing code), but might be removed at a later stage. (1cfc7e7)
Documentation: * Related (and unrelated) software now to be found in a separate Gist (bc9564e) * Printer model QL-1060N confirmed to be working (63f05c2). * Printer model QL-560 confirmed to be working (#51, 40a1bad).
Bug Fixes: * Fixed: USB Operation Timeout while printing label [#48] (16dccc1)