soar.update

Function to check for updates on PyPI, and return a message for the user.

soar.update.get_update_message()

Fetch the HTML of Soar’s PyPI page, check for a newer version, and return a notification string.

Returns:An empty string if no update is available, a notification message if one is, and an error message if something went wrong.
Return type:str