Metadata-Version: 1.0
Name: PushoverPy
Version: 1.0.0
Summary: Simple api to pushover.net
Home-page: https://github.com/T-Mac/PushoverPy/blob/master/Pushover.py
Author: Taylor McKinnon
Author-email: htmlfreak117@gmail.com
License: GPLv3
Description: ===========
        PushoverPy
        ===========
        PushoverPy provides a simple api to pushover.net, and a command line client. Sending messages is as easy as::
            from PushoverPy import Pushover
            
            Api = Pushover(User_Key, Api_Token)
            Api.send('Hello World')
        	
        Development is hosted on `Github <https://github.com/T-Mac/PushoverPy/blob/master/Pushover.py>`_.
        
Platform: UNKNOWN
