python-escpos/test
Patrick Kanzler 9f5eed0020
add version-strings into the module
The version string is in the module as __version__ available.
In the doc the version will be automatically parsed. The version comes
from the installed module if on read the docs or directly from
setuptools_scm if you are working locally.
The CLI will issue the version string if you call it with the option
'version'. The CLI does not accept commands like '--version', since this
would not be conform with the rest of the interface (and argparse).

The configuration for loading the version-string is adapted from
pimutils/vdirsyncer. It autogenerates a version string setuptools_scm at
install-time and then adds it to the __version__ member in __init__.py

I adapted the GitHub-template with a fitting comment and bumped the
changelog.

closes #141
2016-07-17 19:39:42 +02:00
..
resources add implementation of GS v 0, GS ( L and GS *. 2016-04-06 07:34:19 +10:00
Dies ist ein Test.LF.txt ADD test for image printing and text 2016-03-08 20:07:16 +01:00
test_abstract_base_class.py FIX abstractbaseclass in Escpos not properly loaded 2016-04-03 22:36:57 +02:00
test_cli.py add version-strings into the module 2016-07-17 19:39:42 +02:00
test_function_image.py apply fixes, mainly to whitespace ( patch by @patkan in #128 ) 2016-04-13 21:27:51 +10:00
test_function_panel_button.py FEATURE disable panel buttons 2016-03-10 16:01:35 +01:00
test_function_qr_native.py apply fixes, mainly to whitespace ( patch by @patkan in #128 ) 2016-04-13 21:27:51 +10:00
test_function_text.py REFACTOR add PEP8-newlines 2016-04-02 15:29:51 +02:00
test_image.py refactor: simplified expressions, remove unused import 2016-06-19 12:30:36 +02:00
test_load_module.py REFACTOR add PEP8-newlines 2016-04-02 15:29:51 +02:00
test_with_statement.py refactor: simplified expressions, remove unused import 2016-06-19 12:30:36 +02:00