py-pushnotify is a Python module for sending push notifications to devices powered by the Android and iOS mobile operating systems.
Installation
To get the latest development version type the following:
hg clone https://bitbucket.org/jgoettsch/py-pushnotify/
cd py-pushnotify
python setup.py install
To install a stable version do:
pip install -e hg+https://bitbucket.org/jgoettsch/py-pushnotify/@tag#egg=py-pushnotify
where tag is any valid tag.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· backwards-incompatible change: each client now conforms to a standard interface, and can be instantiated with the get_client factory method