gntplib is a Growl Notification Transport Protocol (GNTP) client library in Python.
gntplib is tested on Python 3.+, Growl 1.3.3 and Growl for Windows 2.0.9.
Simply use pip:
$ pip install gntplibThere are the following optional prerequisites:
pycryptodome- to usegntplib.ciphersmodule for message encryptiontornado- to usegntplib.asyncmodule for asynchronous processing
http://gntplib.readthedocs.org/en/latest/
gntplib is licensed under the MIT License. See the LICENSE file for details.

