Files
brother_ql/setup.py
Philipp Klaus 0a3af68eaa dataclasses & enum based replacement for devicedependent
This change replaces the simple lists and dictionaries
defined in brother_ql/devicedependent.py with data class
based definitions split into two new modules:

* brother_ql/models.py and
* brother_ql/labels.py.

To keep the compatibility with other software relying on
this package, the old brother_ql/devicedependent.py module
can still be imported. Its content is recreated with the
help of the new modules in some _populate_legacy_structures()
functions.
2019-01-13 00:39:30 +01:00

2.2 KiB