Notify process termination via email
Project description
Notify process termination via email. It support Python 2.4 and later (Python 2.4 and Python 2.5 was manually tested, so it might not work).
Installation
Use pip like:
$ pip install notify
Additionally, if you would like to use a mail user agent which requires authentication, installing keyring is strongly recommended:
$ pip install keyring
Usage
Running notify with following command will start setup wizard first time.
$ notify
Follow the setup wizard instruction
Check with the following command (Only for Unix system)
$ notify --check
Use notify like
$ notify really_havy_process -a -b --options $ notify -t different@address.com really_havy_process -a -b --options
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
notify-0.3.1.tar.gz
(10.9 kB
view hashes)
Built Distribution
notify-0.3.1-py2-none-any.whl
(13.7 kB
view hashes)