pycrossword
0.4
Pure-Python implementation of a crossword puzzle generator and editor
|
Classes | |
class | pycross.utils.update.Updater |
Class responsible for application updating and checking new available releases. More... | |
Namespaces | |
pycross.utils.update | |
utils.update | |
Support for application updates from the PyPi or Github servers. | |
Variables | |
string | pycross.utils.update.ENCODING = 'utf-8' |
str default encoding used in executable calls More... | |
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 More... | |
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 More... | |