mirror of
https://github.com/python-escpos/python-escpos
synced 2025-10-23 09:30:00 +00:00
split off dependencies for optional installation (#546)
* add inheritance diagrams to all printers and exceptions * split off printer implementations into separate files * add wrapper that thros RuntimeError if not importable * add dependency check for lp * add dependency check for pyserial * added check for usability * import Win32Raw * include WIn32Raw in documentation * enable all extras on tox * update github workflow
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Printers
|
||||
========
|
||||
|
||||
:Last Reviewed: 2023-08-10
|
||||
:Last Reviewed: 2023-08-23
|
||||
|
||||
As of now there are 8 different types of printer implementations.
|
||||
|
||||
@@ -116,4 +116,8 @@ This driver uses a native WIN32 interface of Windows in order to print.
|
||||
Please refer to the code for documentation as this driver is currently
|
||||
not included in the documentation build.
|
||||
|
||||
.. todo:: Include Win32Raw in documentation build
|
||||
.. autoclass:: escpos.printer.Win32Raw
|
||||
:members:
|
||||
:special-members:
|
||||
:member-order: bysource
|
||||
:noindex:
|
||||
Reference in New Issue
Block a user