Metadata-Version: 2.1
Name: brother-label
Version: 2.0a2
Summary: Brother label printer interface for QL and PT series printers.
Author-email: Philipp Klaus <philipp.l.klaus@web.de>, Dean Gardiner <me@dgardiner.net>
License: GPL
Project-URL: repository, https://github.com/fuzeman/brother-label
Keywords: Brother,QL-500,QL-550,QL-560,QL-570,QL-580N,QL-600,QL-650TD,QL-700,QL-710W,QL-720NW,QL-800,QL-810W,QL-820NWB,QL-1050,QL-1060N,QL-1100,QL-1100NWB,QL-1115NWB,PT-P750W,PT-P900W,PT-P950NW,PT-E550W
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Description-Content-Type: text/markdown
License-File: LICENSE

# brother-label

Brother label printer interface for QL and PT series printers.

**API is currently being re-worked and should not be considered stable.**

Fork of https://github.com/pklaus/brother_ql and https://github.com/matmair/brother_ql-inventree with many
improvements and features planned, including:

- Better support for device-specific label specifications (e.g. QL vs PTouch)
- Support for new devices (PT-E550W)
- Removed redudant legacy/compatibility code
- ...

## Devices

| Device           | Status       |
| ---------------- | ------------ |
| QL-500           | Supported    |
| QL-550           | Supported    |
| QL-560           | Supported    |
| QL-570           | Supported    |
| QL-580N          | Supported    |
| QL-600           | Supported    |
| QL-650TD         | Supported    |
| QL-700           | Supported    |
| QL-710W          | Supported    |
| QL-720NW         | Supported    |
| QL-800           | Supported    |
| QL-810W          | Supported    |
| QL-820NWB        | Supported    |
| QL-1050          | Supported    |
| QL-1060N         | Supported    |
| QL-1100          | Supported    |
| QL-1100NWB       | Supported    |
| QL-1115NWB       | Supported    |
| PT-P750W         | Supported    |
| PT-P900W         | Supported    |
| PT-P950NW        | Supported    |
| PT-E550W         | ✔️ Verified |

 - **Supported:** Device is supported, but no verification has been received.
 - **Verified:** Device is supported, and verified by a user.

## Backends

| Backend       | Type | Linux | Mac OS | Windows |
| ------------- | ---- | ----- | ------ | ------- |
| network       | TCP  | ✔️   | ✔️     | ✔️     |
| linux\_kernel | USB  | ✔️   | ❌     | ❌     |
| py_usb        | USB  | ✔️   | ✔️     | ✔️     |
