Metadata-Version: 2.2
Name: pushover_util
Version: 1.2.0
Summary: Python-based helper library for interacting with the Pushover API.
Home-page: https://github.com/chief8192/pushover-util
Author: Matt Doyle
License: MIT
Keywords: pushover
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: home-page

# pushover-util

Python-based helper library for interacting with the
[Pushover API](https://pushover.net/api).

## Installation

```shell
$ pip install pushover-util
```
