gntplib

A Growl Notification Transport Protocol (GNTP) client library in Python


Keywords
gntp, growl, async
License
BSD-3-Clause
Install
pip install gntplib==0.63

Documentation

gntplib

Build status

gntplib is a Growl Notification Transport Protocol (GNTP) client library in Python.

gntplib is tested on Python 2.7/3.2, Growl 1.3.3 and Growl for Windows 2.0.9.

Installation

Simply use pip:

$ pip install gntplib

There are the following optional prerequisites.

  • pycrypto - to use gntplib.ciphers module for message encryption
  • tornado - to use gntplib.async module for asynchronous processing

Documentation

Release version: http://pythonhosted.org/gntplib/ (ja)

Development version: http://gntplib.readthedocs.org/en/latest/