FriedrichFroebel / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
7 stars 4 forks source link

Provide support for brother-ql-inventree #23

Open FriedrichFroebel opened 3 weeks ago

FriedrichFroebel commented 3 weeks ago

At the moment, the package requires brother-ql, which is more or less unmaintained. We should evaluate supporting brother-ql-inventree as well: https://pypi.org/project/brother-ql-inventree/

The biggest issue is that they both use the same namespace, thus possibly creating issues or breaking changes:

chrismaster commented 6 days ago

Also from the inventree project Renaming to brother-ql2 https://pypi.org/project/brother-ql2/ and detached fork https://github.com/matmair/brother_ql2

FriedrichFroebel commented 6 days ago

Are there any informations available on what the differences and maintenance concepts of both of these variants are?

FriedrichFroebel commented 5 days ago

Corresponding issue: https://github.com/matmair/brother_ql-inventree/issues/58