Skip to main content

Typed, async client for the Pushover API

Project description

Pushed Over

Typed, async client for the Pushover API

pip install pushed-over

Usage

from pushed_over import notify

await notify(
    token="your-pushover-token",
    user="your-pushover-user",
    message="Hello, world!",
)
# Either[Err, Ok]

Or, with the PUSHOVER_TOKEN and PUSHOVER_USER environment variables set:

await notify(message="Hello, world!")

For other parameters, just let auto-complete guide you ;)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pushed_over-0.1.3.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

pushed_over-0.1.3-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page