Metadata-Version: 1.1
Name: pyover
Version: 0.1.0
Summary: Python module to interface with pushover.
Home-page: https://github.com/ainmosni/pyover
Author: Daniël Franke
Author-email: daniel@ams-sec.org
License: BSD
Description: ===============================
        PyOver
        ===============================
        
        Python module to interface with Pushover.
        
        * Free software: BSD license
        
        Features
        --------
        
        * Supports the full Pushover API in a very simple way.
        
        TODO
        ----
        
        * Handle errors a lot better.
        * Write more tests.
        * Write proper documentation.
        
        
        
        
        History
        -------
        
        0.1.0 (2013-09-07)
        ++++++++++++++++++
        
        * First release on PyPI.
        * Very basic requests wrapper to use with Pushover.
        
Keywords: pyover
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
