Metadata-Version: 2.4
Name: noticlient
Version: 0.1.0
Summary: Pushover notificaton service python API client
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.13.4
Description-Content-Type: text/markdown

# Pushover Python

A python client library for the [pushover](https://pushover.net/) push
notification system

## Why?

There are probably 5+ clients already for Pushover but all of them haven't been
updated in years. That fact, along with the relative simplicity of the API made
me decide to just rewrite it myself

## Installation

TODO

## Examples

TODO

## Testing

TODO
