API
core.py File Reference

Go to the source code of this file.

Classes

class  audibleAlerts.core.AudibleAlertsConfig
 
class  audibleAlerts.core.AudibleAlerts
 

Namespaces

 audibleAlerts.core
 

Functions

def audibleAlerts.core.drop_xml_tags (raw_xml)
 
def audibleAlerts.core.contains_substitutions (text)
 

Variables

 audibleAlerts.core.log = logging.getLogger(__name__)
 
 audibleAlerts.core.HERE = os.path.dirname(__file__)
 
 audibleAlerts.core.TAGS_RE = re.compile('<.*?>')