Commit Graph

724 Commits

Author SHA1 Message Date
Patrick Kanzler c6f93e017a
Merge pull request #411 from python-escpos/404-enhance-documentation-on-naming
add hint on proper script names
2020-09-28 22:37:02 +02:00
Patrick Kanzler c09c10cb2d Merge remote-tracking branch 'origin/master' into 404-enhance-documentation-on-naming 2020-09-28 22:35:13 +02:00
Patrick Kanzler af4785d52f Merge remote-tracking branch 'origin/master' into 365-enhance-documentation 2020-09-28 22:34:50 +02:00
Patrick Kanzler e68cdcdac2
Merge pull request #413 from python-escpos/documentation-build-action
Build documentation in Github action
2020-09-28 22:33:51 +02:00
Patrick Kanzler 18cc1a268a use corrct name for sphinx package 2020-09-28 22:31:48 +02:00
Patrick Kanzler 5d62be2be9 install graphviz and libenchant 2020-09-28 22:28:27 +02:00
Patrick Kanzler 1dc79baf82 rename job 2020-09-28 21:33:16 +02:00
Patrick Kanzler 247211d0ce install sphinx 2020-09-28 21:31:29 +02:00
Patrick Kanzler 243eb48b38 install git in container 2020-09-28 21:26:42 +02:00
Patrick Kanzler 21b9dba345 have a look around before building doc 2020-09-28 21:22:54 +02:00
Patrick Kanzler a8941b4a3e check out submodules 2020-09-28 21:15:33 +02:00
Patrick Kanzler 04e0a0ce47 Revert "tr< checkout v1"
This reverts commit 8ece137789.
2020-09-28 21:14:56 +02:00
Patrick Kanzler 8ece137789 tr< checkout v1 2020-09-28 21:12:44 +02:00
Patrick Kanzler d390449400 change documenatation action 2020-09-28 21:06:45 +02:00
Patrick Kanzler 8488fafd75 remove travis config
fixes #389
2020-09-28 20:59:51 +02:00
Patrick Kanzler 818c1313e8
Build documentation in Github action 2020-09-28 20:55:13 +02:00
Patrick Kanzler 596787554b add disclaimer to beep sound
fixes #365
2020-09-28 20:44:22 +02:00
Patrick Kanzler 2d798ca7e5 add hint on proper script names
fixes #404
2020-09-28 19:51:49 +02:00
Patrick Kanzler 24105226b2
Merge pull request #402 from Foaly/bugfix/https
Use https links.
2020-05-31 16:40:26 +02:00
Maximilian Wagenbach c57b9c35dc Use https links. 2020-05-31 16:21:42 +02:00
Patrick Kanzler 0a8477a888
Merge pull request #401 from Foaly/feature/cleanup
Removed a todo.
2020-05-26 21:34:34 +02:00
Patrick Kanzler e3cf088d69 improve output of authors script 2020-05-26 21:29:16 +02:00
Patrick Kanzler 323db98318 make gen authors more robust 2020-05-26 20:43:24 +02:00
Maximilian Wagenbach ee6eef6db3 I verified that this works. Both modes cut the paper 95% of the way through. 2020-05-26 01:38:57 +02:00
Patrick Kanzler ef34cca463 update changelog 2020-05-12 19:32:22 +02:00
Patrick Kanzler 4680fb16b1
Merge pull request #399 from python-escpos/omit-capabilities-env-on-travis
omit env for capabilities on travis
2020-05-12 19:00:06 +02:00
Patrick Kanzler 544bb4f904 omit env for capabilities on travis 2020-05-12 18:39:38 +02:00
Patrick Kanzler d330dd80fd
Merge pull request #398 from python-escpos/390-add-spellcheck-to-sphinx
add sphinxcontrib-spelling
2020-05-12 18:29:48 +02:00
Patrick Kanzler 570661b3c8 install libenchant1c2a on travis 2020-05-12 18:17:22 +02:00
Patrick Kanzler aa7f2773eb install spelling on travis 2020-05-12 00:06:07 +02:00
Patrick Kanzler ff39908674
Merge branch 'master' into 390-add-spellcheck-to-sphinx 2020-05-11 23:45:34 +02:00
Patrick Kanzler d960eea4a8
Merge pull request #397 from python-escpos/use-pkg-resources-for-capabilities-access
use pkg_resources
2020-05-11 23:44:53 +02:00
Patrick Kanzler f7962576b4 fix tox config 2020-05-11 23:44:10 +02:00
Patrick Kanzler f4e214ad17 add spellchecker with first conf, fix some errors 2020-05-11 23:39:56 +02:00
Patrick Kanzler 9e406efc86 add sphinxcontrib-spelling 2020-05-11 23:22:40 +02:00
Patrick Kanzler b9e3827867 use pkg_resources
This change uses if no path for e capabilities-file is supplied a
temporary file created by pkg_resources, which should be more robust
than directly accessing the file. (This failed sometimes, for example
in zipped distributions or uncommon structures)
2020-05-11 22:54:22 +02:00
Patrick Kanzler cbe412cfdb fix gitignore for vscode 2020-05-11 01:15:41 +02:00
Patrick Kanzler 42554d836c
Merge pull request #395 from MicroJoe/python-barcode
replace viivakoodi with python-barcode, center soft barcodes by default
2020-05-10 18:42:04 +02:00
Romain Porte 8ca682e3ac soft_barcode: add new center=True option 2020-05-10 14:08:50 +02:00
Romain Porte ab30ef4a8c test_function_softbarcode: use pytest fixture 2020-05-10 14:05:33 +02:00
Romain Porte 725f1254aa examples: software_barcode: fix too long code39 for 5890 printer 2020-05-10 14:04:25 +02:00
Romain Porte 1e313cefc6 test_function_barcode.py: remove unused imports 2020-05-10 14:03:43 +02:00
Romain Porte b0ea9aec41 barcodes: replace viivakoodi with python-barcode
python-barcode is yet another clone of the PyPI barcode library, but
which is still developped compared to viivakoodi.

Signed-off-by: Romain Porte <microjoe@microjoe.org>
2020-05-10 13:36:16 +02:00
Patrick Kanzler ab210b5996
Merge pull request #392 from MicroJoe/python3-only
drop Python 2.7 support
2020-05-10 13:10:04 +02:00
Patrick Kanzler f3e1db8da2
Merge branch 'master' into python3-only 2020-05-10 12:45:03 +02:00
Patrick Kanzler 1e7b43a92d
Merge pull request #394 from python-escpos/disable-codecov-status
disable codecov status
2020-05-10 12:44:50 +02:00
Patrick Kanzler 0e41709703 disable codecov status 2020-05-10 12:35:36 +02:00
Romain Porte cb30d7a881 drop Python 2.7 support
Python 2.7 EOL is arriving on 2020-01-01: https://pythonclock.org/

This will allow us to use Python 3 only libraries, like python-barcode,
which can maintain a reduced, simpler codebase, due to only one version
to support.

Closes #371.

Signed-off-by: Romain Porte <microjoe@microjoe.org>
2020-05-10 10:55:44 +02:00
Patrick Kanzler 142fc4af71 fix readthedocs badge 2020-05-09 03:05:58 +02:00
Patrick Kanzler 8f71372bb0 remove landscape io badge 2020-05-09 03:02:35 +02:00