notifierlib.channels package

Submodules

notifierlib.channels.email module

Email module file

class notifierlib.channels.email.Email(name, sender, recipient, smtp_address, username=None, password=None, tls=False, ssl=True, port=587)[source]

Bases: notifierlib.notifierlib.Channel

notify(**kwargs)[source]

notifierlib.channels.stdout module

class notifierlib.channels.stdout.Stdout(name)[source]

Bases: notifierlib.notifierlib.Channel

A simple library to print to stdout

notify(**kwargs)[source]

Module contents

channels package