Notifications

Base notification

class hammurabi.notifications.base.Notification(recipients: Iterable[str], message_template: str)[source]

A git push notification which serves as a base for different kind of notifications like Slack or E-mail notification.

Slack notification