pycrossword  0.4
Pure-Python implementation of a crossword puzzle generator and editor
Classes | Variables
pycross.utils.update Namespace Reference

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...
 

Variable Documentation

◆ ENCODING

string pycross.utils.update.ENCODING = 'utf-8'

str default encoding used in executable calls

◆ GIT_ERROR

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

◆ NOTHING_INSTALLED_ERROR

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