belono
8f54dfed00
Deprecate pywin32-stubs, too
2023-10-14 00:44:50 +02:00
belono
72a1a10faa
Deprecate types-pywin32 in favor of pywin32-stubs
2023-10-12 16:55:23 +02:00
Benito López
fe1b677f35
Merge branch 'master' into belono/issue445
2023-10-09 19:10:02 +02:00
belono
0aa7c5112b
Regression
2023-10-09 12:20:58 +02:00
belono
41eaa52397
Move _device type annotations to __init__()
2023-10-09 12:09:50 +02:00
belono
da0cd8f863
More win32raw fixes
2023-10-09 11:58:13 +02:00
belono
99777526a3
Fix win32raw
2023-10-09 10:20:50 +02:00
Patrick Kanzler
3a8af8a6f5
switch to python 3.12 ( #582 )
...
* switch to python 3.12
* 3.11 on RTD
* fix SyntaxWarning (regex strings were invalid partially)
2023-10-09 00:13:39 +02:00
belono
3f775fbaa8
Fix type checking - per device type annotations
2023-10-08 21:16:23 +02:00
belono
67c0ab03ba
More LP fixes
2023-10-06 21:13:05 +02:00
Benito López
7ce2fb52b2
Merge branch 'master' into belono/issue445
2023-10-05 20:41:37 +02:00
Patrick Kanzler
a70e1604d6
Magic encoder: fix codepage usage ( #580 )
...
* add unit test for issue pointed out by @scott-r in #570
* swap order of encoder search
As described by @scott-r in
Magic encoder does not use
previously used code pages
when possible #570
Thank you!
2023-10-05 14:55:12 +02:00
Patrick Kanzler
ecfeeb9b13
Improve diagnostic output ( #577 )
...
* add extended version information
* autodocument argparser
* add spelling exception
* fix docstrings
* add annotations
* use typing types
* add test
2023-10-05 14:15:19 +02:00
Benito López
94eea12264
Update src/escpos/printer/win32raw.py
...
Add return type
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
2023-09-25 18:47:00 +02:00
Benito López
0d82a00103
Update src/escpos/printer/usb.py
...
Add return type
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
2023-09-25 18:46:37 +02:00
Benito López
fd5e4601d8
Update src/escpos/printer/serial.py
...
Add return type
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
2023-09-25 18:46:16 +02:00
Benito López
0e41b8414e
Update src/escpos/printer/network.py
...
Add return type
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
2023-09-25 18:45:55 +02:00
Benito López
59579c477d
Update src/escpos/printer/lp.py
...
Add return type
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
2023-09-25 18:45:33 +02:00
Benito López
5062a09b0a
Update src/escpos/printer/lp.py
...
Add return type
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
2023-09-25 18:45:11 +02:00
Benito López
cc22cf0ad2
Update src/escpos/printer/file.py
...
Add return type
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
2023-09-25 18:44:37 +02:00
Benito López
848cc3417f
Update src/escpos/printer/file.py
...
Add return type
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
2023-09-25 18:44:03 +02:00
belono
86ae775881
Fix LP waste of paper due to auto-flush + flush on close
2023-09-24 13:37:45 +02:00
belono
0984c93975
Fix type checking
2023-09-22 19:58:26 +02:00
belono
f8deb69f43
Fix LP printer stall
2023-09-21 20:35:32 +02:00
Benito López
a8e1c583e0
Merge branch 'master' into belono/issue445
2023-09-19 10:12:56 +02:00
Patrick Kanzler
6d0c475b9a
refactor set method ( #547 )
...
* add type annotations
* Update setup.cfg
* improve mypy and test config
* get_profile_class returns a baseProfile
* mute mypy type issue
* add set_with_default
* docstring
* add test for empty call
* correct type annotations in set_with_default
* improve tests
* test for exception
* sort with isort
* add default value to get call
* empty string has the same effect: will not be found --> None
* add mypy test to workflow
* explicitely call mypy
* update spelling
2023-09-19 07:51:39 +02:00
belono
d3946212c7
Fix some docstrings
2023-09-18 15:26:08 +02:00
belono
2bd11b38d5
Enhance connectors consistency
2023-09-16 19:55:31 +02:00
belono
30a34460e8
Update USBNotFoundError return code
2023-09-09 18:11:40 +02:00
belono
f846347624
Add generic DeviceNotFounfError exception
2023-09-09 18:04:15 +02:00
Benito López
dcde8c072d
Merge branch 'master' into belono/issue445
2023-09-09 16:38:43 +02:00
Patrick Kanzler
cfa9ecf16d
Enable spell checking ( #563 )
...
* add spellchecking
* improve spelling
* improve spelling config
* extend word list
* improve spelling
* improve spelling
* escalate warning in spell check to failure
* fix spelling
* fix spelling
* add plural
* Update doc/spelling_wordlist.txt
* do not stop on warning
* require newest sphinxcontrib spelling
* remove old comment
* add authors as single line entry to spelling list
* reenable stop on warning
2023-09-07 22:08:31 +02:00
Benito López
58be698b16
Update src/escpos/escpos.py
...
Remove 'Literal[False]' as a return value type of the property 'device'
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
2023-09-07 12:57:18 +02:00
belono
77f97a906a
Fix sort imports
2023-09-06 23:24:01 +02:00
belono
a825f8f06d
Please mypy type checking
2023-09-06 23:13:58 +02:00
belono
e8814e4acb
Fix mypy complains
2023-09-06 23:13:58 +02:00
belono
e434164202
Add type annotation to device.setter
2023-09-06 23:13:57 +02:00
belono
a7e7bc0a64
Add default value to all params + type annotations
2023-09-06 23:13:57 +02:00
Benito López
fa583e68d5
Merge branch 'master' into belono/issue445
2023-09-06 23:06:38 +02:00
Patrick Kanzler
24217756f7
558 improve capabilities handling ( #562 )
...
* add handling for missing capabilities file
* improve documentation
* Update doc/user/installation.rst
2023-09-06 00:05:38 +02:00
Benito López
19782a733b
Merge branch 'master' into belono/issue445
2023-09-04 12:20:20 +02:00
belono
7103af083c
Restore device status to False on close()
2023-09-03 20:42:09 +02:00
Patrick Kanzler
44444f3c51
Maintenance: fix read the docs and some annotations ( #557 )
2023-09-03 09:57:56 +02:00
Benito López
21b329a955
Update src/escpos/printer/cups.py
...
f-string
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
2023-09-01 23:07:27 +02:00
belono
d68eee08a7
Separate open() and store connection in 'device'
2023-08-28 11:52:48 +02:00
belono
8763eba86c
self-open mechanism through the 'device' property
2023-08-28 11:52:48 +02:00
belono
bf95fa1f56
Add self-open mechanism
2023-08-28 11:52:48 +02:00
Patrick Kanzler
c7c01cdbff
fix rtd theme ( #553 )
...
* use rtd_theme
* add types for serial
* annotate types where possible
* fix imports
2023-08-25 01:19:23 +02:00
Benito López
f23bcacabe
fix typo in lp connector ( #548 )
2023-08-24 23:17:34 +02:00
Patrick Kanzler
3177c8d411
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
2023-08-17 01:37:50 +02:00