Asynchronous Notifications made easy with.
Project description
postcash
Postcash – A lightweight, async-first notification library for Python and FastAPI. Send Emails (SMTP), Discord, and Telegram messages easily, with pluggable backends.
Example usage
import asyncio
from postcash import send_email
async def main():
await send_email(
to_email="someone@example.com",
subject="Welcome!",
body="Thanks for registering!",
)
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
postcash-0.1.1.tar.gz
(5.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file postcash-0.1.1.tar.gz.
File metadata
- Download URL: postcash-0.1.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f585cdace55ed0012c5269cfd0b904c89a03eaefe2f5f72b40a2f7f068e4059
|
|
| MD5 |
3f51a1aeacd48467b13385e2a99b66ea
|
|
| BLAKE2b-256 |
df6ffcbd57e367a1439516672560af1a0995c22f2c78386f141dfb38963d8873
|
File details
Details for the file postcash-0.1.1-py3-none-any.whl.
File metadata
- Download URL: postcash-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17983df74f6008d8ce10563e7a92f1fe556c7ef30e5c573f14f13f668eeef022
|
|
| MD5 |
6273dd5a89a7f4702a75bb87c30167b5
|
|
| BLAKE2b-256 |
344be81a5e3679bb2cd65c973c764beed9b1d5d2c01ff411a13147c11e9239f1
|