GSA / notifications-utils

Shared code between Notify.gov applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notifications-utils

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

Setting up

Python version

This repo is written in Python 3.

To test the library

# install dependencies, etc.
make bootstrap

# run the tests
make test

License && public domain

Work in commit a86d365 is licensed by the UK government under the MIT license. Work after that commit is in the worldwide public domain. See LICENSE.md for more information.

Contributing

As stated in CONTRIBUTING.md, all contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

About

Shared code between Notify.gov applications

License:Other


Languages

Language:Python 97.2%Language:Jinja 2.3%Language:Shell 0.2%Language:Makefile 0.2%Language:Dockerfile 0.1%