pushjetΒΆ

import pushjet
service = pushjet.Service.create("Python Pushjet API News")
service.send("This is a pretty sweet module!")

pushjet is the name of a Python module for interfacing with Pushjet. Simple and snazzy name, eh? Take a look at the examples and get a running start.

Contents: