python-escpos/doc
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
..
_static PCKG add CONTRIBUTING document to repository and documentation 2016-03-11 14:46:35 +01:00
api DOC add image helper class 2016-06-23 15:38:55 +02:00
dev SETUP move code to src 2016-06-20 17:48:14 +02:00
download DOC add example on printing commands from binary files 2016-05-01 15:27:15 +02:00
user doc: add troubleshooting hint to network-interface 2016-07-15 13:18:33 +02:00
.gitignore PCKG fix setup.py and improve Manifest 2016-03-11 14:46:36 +01:00
Makefile DOC add very simple (and bad-looking) api-reference as doc-stub 2015-12-26 17:29:20 +01:00
conf.py add version-strings into the module 2016-07-17 19:39:42 +02:00
index.rst DOC add image helper class 2016-06-23 15:38:55 +02:00
make.bat DOC add very simple (and bad-looking) api-reference as doc-stub 2015-12-26 17:29:20 +01:00
pyescpos.ico DOC add favicon 2016-03-11 14:46:36 +01:00
requirements.txt Remove unneeded requirements 2016-03-28 09:58:42 -07:00