Previous topic

Welcome to gntplib

Next topic

Usage

This Page

InstallationΒΆ

Simply use pip:

$ pip install gntplib

There are the following optional prerequisites.

Let’s send a simple notification to test installation. Use gntplib.publish():

>>> import gntplib
>>> gntplib.publish('App', 'Event', 'Hello, Growl!')