GridCal package

Subpackages

Submodules

GridCal.ExecuteGridCal module

class GridCal.ExecuteGridCal.Splash(parent=None)

Bases: PySide2.QtWidgets.QMainWindow

staticMetaObject = <PySide2.QtCore.QMetaObject object>

GridCal.update module

GridCal.update.check_version()

Check package version :return: version status code, pipy version string

version status code: -2: failure -1: this is a newer version

0: we are ok

+1: we are behind pipy, we can update

GridCal.update.find_latest_version(name='GridCal')

Find the latest version of a package :param name: name of the Package :return: version string

GridCal.update.get_upgrade_command(latest_version=None)

Get GridCal update command :return: