.. _scriptnotifier: .. public ScriptNotifier ############## A Notifier class used to notify the user when programs crash or can be used to send update emails or text messages during the running of a script ScriptNotifier Class ==================== .. autoclass:: pygeostat.scriptnotifier.scriptnotifier.ScriptNotifier Connect to the Email Server +++++++++++++++++++++++++++ .. automethod:: pygeostat.scriptnotifier.scriptnotifier.ScriptNotifier.connect_email_server Connect to TWILIO texting client ++++++++++++++++++++++++++++++++ .. automethod:: pygeostat.scriptnotifier.scriptnotifier.ScriptNotifier.connect_twilio Send a Crash Report +++++++++++++++++++ .. automethod:: pygeostat.scriptnotifier.scriptnotifier.ScriptNotifier.crash_report Send an Status Update Message +++++++++++++++++++++++++++++ .. automethod:: pygeostat.scriptnotifier.scriptnotifier.ScriptNotifier.status_alert Send an Email Message +++++++++++++++++++++ .. automethod:: pygeostat.scriptnotifier.scriptnotifier.ScriptNotifier.email_myself Send a Text Message +++++++++++++++++++ .. automethod:: pygeostat.scriptnotifier.scriptnotifier.ScriptNotifier.text_myself Print Error =========== .. autofunction:: pygeostat.scriptnotifier.utils.printerr Log Progress ============ .. autofunction:: pygeostat.scriptnotifier.utils.log_progress Deprecate Function ================== .. autofunction:: pygeostat.scriptnotifier.deprecation.deprecated Make Directory ============== .. autofunction:: pygeostat.scriptnotifier.filemanagement.mkdir Remove Directory ================ .. autofunction:: pygeostat.scriptnotifier.filemanagement.rmdir Remove File =========== .. autofunction:: pygeostat.scriptnotifier.filemanagement.rmfile