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 details)
Built Distribution
File details
Details for the file pushed_over-0.1.3.tar.gz
.
File metadata
- Download URL: pushed_over-0.1.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54584ca4353421f1e5543db613f139a196b4fefb96d9490c0d132e5e61f1c778 |
|
MD5 | 16351732b80a073b7fa37fc0271be3d6 |
|
BLAKE2b-256 | f5d7de037a70162748086ef4f75dadf632043fd8ec77673aed8e8a4dd1fc8ef2 |
File details
Details for the file pushed_over-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pushed_over-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 326fbeb7650e0ef249103b71a8dc84d1f2f2893b0ba67f6334a7943d260cf6d8 |
|
MD5 | dca6bfbcff59eb440f210cb87cb103de |
|
BLAKE2b-256 | 178cc40ee2b52c6181aad6cc95f185748f0440baf1d8b461ef13385f4560e252 |