Metadata-Version: 2.1
Name: pushover-simple-cli
Version: 1.1.1
Summary: Send quick notifications to pushover
Home-page: https://github.com/alexrudy/pushover
Author: Alex Rudy
Author-email: pushover@alexrudy.net
License: BSD license
Keywords: pushover
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst

========
pushover
========

Send quick notifications to pushover from the command line.

A really simple tool for doing so with a minimum of fuss.


* Free software: BSD license
* Set PUSHOVER_API_TOKEN and PUSHOVER_USER_ID in your environment.


Example
-------

You can use pushover to notify yourself of the status of the most recently run command when it finishes::

    make test; pushover -s$? "make test finished!"


