Metadata-Version: 1.1
Name: python-pushover
Version: 0.1
Summary: Comprehensive implementation of the Pushover API
Home-page: https://github.com/Thibauth/python-pushover
Author: Thibaut Horel
Author-email: thibaut+pushover@gmail.com
License: GNU GPLv3
Description: Python-pushover aims at being a comprehensive Python API implementation of the
        `Pushover Notification Service`_ as documented here__.
        
        .. _Pushover Notification Service: https://pushover.net/ 
        .. __: https://pushover.net/api
        
        Installation
        ------------
        
        You can install python-pushover directly from Pypi_ with ``pip install
        python-pushover`` or ``easy_install python-pushover``.
        
        Or you can install it directly from GitHub_:
        
        .. code-block:: bash
        
            git clone https://github.com/Thibauth/python-pushover.git
            cd python-pushover
            python setup.py install
        
        .. _Pypi: https://pypi.python.org/pypi/python-pushover/
        .. _GitHub: https://github.com/Thibauth/python-pushover
        
        Documentation
        -------------
        
        You can access the full documentation here__.
        
        .. __: http://pythonhosted.org/python-pushover
        
        Changes
        -------
        
        0.1
        +++
        
        Initial Release
        
Platform: UNKNOWN
Requires: requests
