Skip to content

A package to send notification from a python script

License

Notifications You must be signed in to change notification settings

vincentmasse/notification

 
 

Repository files navigation

PyPI - Python Version PyPI Status PyPI Status Continuous Integration License: GPL v3

Notif - The notification package for every python project

Notif is a easy to use package to send notification from a python script.

Use this package to send during, at the end or when failing of a python script a

- Slack notification
- Email notification
- Channel notification
- Microsoft Teams notification.

Please be careful with your login credential. Use a .env or any other file not publish by your git (configured in .gitignore). Read the following for best pratices.

Read the documentation at notificationdoc.ca.

Notif is compatible with the latest version of PyTorch and Python >= 3.6.


Installation

  • Install the stable version of notif:
pip install notif
  • Install the latest version of notif:
pip install -U git+https://github.com/davebulaval/notification.git

Cite

Use the following for the article;

@misc{notif,
    title={{Notif - The notification package}},
    author={David Beauchemin},
    year={2019},
    note   = {\url{https://notificationdoc.ca/}}
}

About

A package to send notification from a python script

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%