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
Benito López
c4eb21e83d
Merge branch 'master' into belono/issue445
2023-09-18 13:00:45 +02:00
Patrick Kanzler
adcde8abda
Install types-pywin32 for mypy ( #568 )
2023-09-17 23:39:16 +02:00
Patrick Kanzler
89aaae0186
get mypy configuration change from #547 ( #567 )
2023-09-17 23:24:16 +02:00
Patrick Kanzler
9336b2c0e8
Merge branch 'master' into belono/issue445
2023-09-17 23:07:57 +02:00
Patrick Kanzler
f3ee049ee1
Update spelling_wordlist.txt ( #566 )
...
* Update spelling_wordlist.txt
* update apt
2023-09-17 23:00:38 +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
Patrick Kanzler
8f07c1da0f
isort imports on save ( #564 )
2023-09-06 23:42:01 +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
dependabot[bot]
e3e1500d35
Bump actions/checkout from 3 to 4 ( #561 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 13:07:02 +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
dependabot[bot]
6c49e4a057
Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 ( #550 )
2023-08-24 21:30:22 +00:00
Benito López
f23bcacabe
fix typo in lp connector ( #548 )
2023-08-24 23:17:34 +02:00
Patrick Kanzler
c11d192e65
Fix import issues with qrcode in sphinx 7.2 ( #552 )
...
* 7.2 introduces the issue
* mock module qrcode for documentation build
This prevents issues with sphinx 7.2
2023-08-24 23:02:33 +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
Patrick Kanzler
fbabd8ed88
Drop Py37, improve typing and docstrings ( #544 )
...
Drops Py3.7, improves typing and adds a mypy config, improves the docstrings and isorts the imports.
* configure isort
* sort with isort
* add github action
* enable flake8-docstrings
* fix docstrings
* add mypy env
* no implicit optional
* add type for raw
* add some type hints
2023-08-15 01:03:36 +02:00
Patrick Kanzler
2b62c8e28d
modernize and cleanup documentation ( #542 )
...
* disable system packages on rtd
* install pycups on rtd
* enable cups binding in documentation
* document CupsPrinter
* fix formatting
* revise methods and installation
* revise user/printers
* revise raspi section
* further revise
2023-08-10 01:38:47 +02:00
Patrick Kanzler
4c2dcdfac6
Clean up tests and migrate ( #540 )
...
* migrate
* abstract base class test
* remove assert_equal in test_cli
* remove nose from test_cli
* remove nose dependencies
* use tempfile
* configure coverage
* flag python version in name
* enable comment
* drop EOL py37
2023-08-10 00:18:02 +02:00
Patrick Kanzler
31daabcbea
Improve documentation build ( #539 )
...
* use imgconverter
* enable pdf build with xelatex
* change heading levels
* restructure headings
* add chapter intro
* remove extensions from index
2023-08-09 00:52:01 +02:00
Patrick Kanzler
4a0f5855ef
disable pdf build for now ( #538 )
2023-07-29 21:05:18 +02:00