Skip to content

LouisStAmour/notifications-utils

Repository files navigation

GOV.UK Notify - notifications-utils

Shared Python code for GOV.UK Notify applications. Standardises how to do logging, rendering message templates, parsing spreadsheets, talking to external services and more.

Installing

This is a Python 3 application.

brew install python3

We recommend using VirtualEnvWrapper for managing your virtual environments.

mkvirtualenv -p /usr/local/bin/python3 notifications-utils

pip install -r requirements_for_test.txt

Tests

The ./scripts/run_tests.sh script will run all the tests.

Documentation

Documentation for the template used to render emails is in the docs folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages