expliot.update

Update module to check for updates and downloads.

Attributes

updater

Classes

Updater

Updater class to check for updates and downloads.

Module Contents

class expliot.update.Updater

Updater class to check for updates and downloads.

LOCAL_JSON = Multiline-String
Show Value
"""
    {

        "software": {
            "last_check_time": "0",
            "last_check_version": "0"
        }
    }
"""
_url = 'http://localhost:62321/update'
_version
_dir
_cjson
_sjson = None
create_conf()

Create the local directory and files.

@return None

read_conf()

Read the local configuration file.

@return dict

check()

Check for updates.

@return bool True if update available, False otherwise

expliot.update.updater