|
pycrossword
0.4
Pure-Python implementation of a crossword puzzle generator and editor
|
Classes | |
| class | Updater |
| Class responsible for application updating and checking new available releases. More... | |
Variables | |
| string | ENCODING = 'utf-8' |
str default encoding used in executable calls More... | |
| GIT_ERROR = _('You do not appear to have a valid version of git installed!\nPlease install git from https://git-scm.com/') | |
str error message displayed when the app fails to find a Git installation More... | |
| NOTHING_INSTALLED_ERROR = _('Neither Git nor the python package is installed!') | |
str error message displayed when the app fails to find either Git or the PyPi package More... | |
| string pycross.utils.update.ENCODING = 'utf-8' |
str default encoding used in executable calls
| pycross.utils.update.GIT_ERROR = _('You do not appear to have a valid version of git installed!\nPlease install git from https://git-scm.com/') |
str error message displayed when the app fails to find a Git installation
| pycross.utils.update.NOTHING_INSTALLED_ERROR = _('Neither Git nor the python package is installed!') |
str error message displayed when the app fails to find either Git or the PyPi package
1.8.17