belono
707ef39e05
Update tests at test_function_softbarcode
2023-05-31 22:38:21 +02:00
belono
5acc479346
Fix docs build
2023-05-29 00:41:39 +02:00
Benito López
6e9548ce0d
Merge branch 'master' into belono/issue245
2023-05-28 23:32:20 +02:00
belono
a46092bf4d
Better approximation to native font size
2023-05-28 20:44:19 +02:00
belono
af093dd04d
Attempt to match the sw and hw barcode sizes
2023-05-28 20:27:20 +02:00
dependabot[bot]
e72ebc7986
Bump actions/setup-python from 4.6.0 to 4.6.1 ( #526 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4.6.0...v4.6.1 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-25 14:03:26 +02:00
dependabot[bot]
c67c077a4d
Bump sphinx-rtd-theme from 1.2.0 to 1.2.1 ( #524 )
...
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme ) from 1.2.0 to 1.2.1.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst )
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.2.0...1.2.1 )
---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 15:22:50 +02:00
Patrick Kanzler
fc17391b63
remove unused badges ( #522 )
2023-05-18 16:38:40 +02:00
Patrick Kanzler
905e37e52e
update read the docs config ( #520 )
...
* update read the docs config
* add hints on black code style
* add link to black
* fix path to requirements
* include submodules in build
* add submodule capabilities-data
* format as list
* post on execution on RTD
* use sphinx rtd theme 1.2.0
* add apt dependencies
2023-05-18 16:33:20 +02:00
Ricardo Sánchez Alba
66348ccc0a
Added example with Docker and Flask ( #519 )
...
* Added example with Docker and Flask
* set flask debug flag to False
* new line at the end of file
* format with black
---------
Co-authored-by: Ricardo Sanchez Alba <r2sanchezalba@gmail.com>
2023-05-18 15:06:06 +02:00
belono
ddc3481ab8
Add --force_software option to CLI
2023-05-17 11:45:41 +02:00
belono
991efddbd6
Update barcode examples and docs
2023-05-16 12:19:13 +02:00
Patrick Kanzler
2b826aa834
add changelog ( #516 )
v3.0a9
2023-05-11 23:37:09 +02:00
Patrick Kanzler
3560f8b12b
housekeeping: fix-build for doc ( #515 )
...
* disable git checkout head²
* update pull request template
* add importlib metadata to requirements for doc build
* update capabilities data
2023-05-11 23:12:46 +02:00
belono
8cac2a1fc6
Update docstrings
2023-05-11 12:20:44 +02:00
belono
898dd6935a
Use param font_size in sw_barcode()
2023-05-11 12:16:47 +02:00
belono
8f225fe53a
Make barcode() smarter, improvements and clean up
2023-05-10 20:40:58 +02:00
dependabot[bot]
83c7f5745c
Bump capabilities-data from 190a96d
to 5fb5cb7
( #514 )
...
Bumps [capabilities-data](https://github.com/receipt-print-hq/escpos-printer-db ) from `190a96d` to `5fb5cb7`.
- [Commits](190a96db4b...5fb5cb7254
)
---
updated-dependencies:
- dependency-name: capabilities-data
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-10 15:15:16 +02:00
Mathieu Poussin
7bf8d4e4b8
Add support for slip/cheque dot matrix printers ( #485 )
...
* Add support for slip/cheque dot matrix printers
* format
* fix comments
---------
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
Co-authored-by: Patrick Kanzler <dev@pkanzler.de>
2023-05-09 01:25:48 +02:00
白月秋见心
6849dd3979
Add Chinese support ( #356 )
...
* Add Chinese support
* Add author
* Add newline
* Revert "Add Chinese support"
This reverts commit 110200dde678a165062707e8ccb985c837ed6f68.
* Add Chinese support
* Add Chinese support
* update mailmap file
* update formatting
---------
Co-authored-by: Patrick Kanzler <dev@pkanzler.de>
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
2023-05-09 01:18:00 +02:00
Patrick Kanzler
25867f3196
update to most recent printer database ( #513 )
2023-05-09 01:15:34 +02:00
B. Howell
8bbbf7ceac
soft_barcode to render directly ( #469 )
...
Rendering to /dev/null by a call to .write causes an error. Calling .render directly is simpler and fixes the error.
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
2023-05-09 01:07:56 +02:00
belono
6b7653fbbf
Add missing param to _sw_barcode call
2023-04-22 17:17:34 +02:00
Patrick Kanzler
5b72985b0a
Merge pull request #512 from python-escpos/dependabot/github_actions/actions/setup-python-4.6.0
...
Bump actions/setup-python from 4.5.0 to 4.6.0
2023-04-21 17:27:24 +02:00
dependabot[bot]
ef7d518953
Bump actions/setup-python from 4.5.0 to 4.6.0
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.6.0 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-21 10:56:42 +00:00
belono
2d02d8aa6b
Fix wrong sw barcode heigh/width
2023-04-20 17:20:27 +02:00
belono
4031fc3cb1
Merge software and hardware barcodes to one method
2023-04-20 16:03:30 +02:00
Patrick Kanzler
d4d3819d55
Merge pull request #348 from belono/development
...
Add new CUPS printer connector
2023-04-19 22:49:05 +02:00
Patrick Kanzler
98ee06a783
preliminarily deactivate cups printer documentation
2023-04-19 22:42:55 +02:00
Patrick Kanzler
de515a86cc
add &&
2023-04-19 22:36:20 +02:00
Patrick Kanzler
2b0d57a9c7
install pycups packages in doc build
2023-04-19 22:34:08 +02:00
Patrick Kanzler
1626af5def
Merge branch 'master' into development
2023-04-19 22:27:56 +02:00
Patrick Kanzler
e4a73ad5c5
install pycups on docbuild
2023-04-19 22:27:03 +02:00
Patrick Kanzler
709d90809c
fixed formatting with black
2023-04-19 22:23:23 +02:00
Patrick Kanzler
90c340163c
Merge branch 'master' into development
2023-04-19 22:19:27 +02:00
Patrick Kanzler
757fe3328c
fix passenv
2023-04-19 22:18:25 +02:00
Patrick Kanzler
0a8d8ae6c4
py311 in tests
2023-04-19 22:15:47 +02:00
Patrick Kanzler
70d4da1364
format with black
2023-04-19 22:11:09 +02:00
Patrick Kanzler
cbf887ed02
adapt confDir config for sphinx integration
2023-04-19 20:37:08 +02:00
belono
b1a1204bb8
Add _read() method to the CupsPrinter() connector
2023-04-14 12:36:15 +02:00
Benito López
361afe3555
Merge branch 'master' into development
2023-02-17 00:17:20 +01:00
Patrick Kanzler
2bc61d9bf8
Merge pull request #482 from vendryan/fix-typo
...
Fix typo
2023-02-05 22:43:28 +01:00
Patrick Kanzler
67827d8e4d
Merge pull request #502 from python-escpos/dependabot/github_actions/actions/setup-python-4.5.0
...
Bump actions/setup-python from 3.1.1 to 4.5.0
2023-02-05 22:42:53 +01:00
dependabot[bot]
2567e0e12a
Bump actions/setup-python from 3.1.1 to 4.5.0
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 3.1.1 to 4.5.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v3.1.1...v4.5.0 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-05 21:36:52 +00:00
dependabot[bot]
83cccf0cb9
Bump github/codeql-action from 1 to 2 ( #481 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
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-02-05 22:36:00 +01:00
belono
fe9c0573f8
Fix docs build
2022-12-11 18:41:05 +01:00
belono
ea61f287cb
Add/Improve documentation of the new connectors
2022-12-11 16:29:33 +01:00
belono
69e9dca761
Fix black linter checks - Remove u"" strings
2022-11-24 20:23:21 +01:00
belono
49ab3f35a8
Fix build version targets for ubuntu-latest 22.04
2022-11-24 12:09:04 +01:00
belono
84a3912b34
Fix docs build - libenchant1c2a -> libenchant-2-2
2022-11-24 11:50:22 +01:00