Generate warm, heartfelt goodbye messages for email templates
Project description
Joyous Departures
Generate warm, heartfelt goodbye messages for email templates.
Installation
pip install joyous-departures
# or
uv pip install joyous-departures
Usage
import asyncio
from joyous_departures import generate_goodbye
async def main():
# Basic usage
message = await generate_goodbye()
print(message) # "Wishing you a joyous day, Good Soul ❤️"
# With custom name
message = await generate_goodbye(template_args={"name": "Alice"})
print(message) # "May your path be filled with joy, Alice 🌻"
# Without emojis
message = await generate_goodbye(use_emojis=False)
print(message) # "Wishing you a joyous day, Good Soul"
asyncio.run(main())
Synchronous Usage
from joyous_departures import generate_goodbye_sync
message = generate_goodbye_sync(template_args={"name": "Alice"})
print(message)
License
MIT
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
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 joyous_departures-2.0.1.tar.gz.
File metadata
- Download URL: joyous_departures-2.0.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4c057da767cf0e68aedbe28b34cad8b34baa9728ff750fcd28d6382e2b6bf07
|
|
| MD5 |
e4d30bae9e78eaeed23ce8671960d010
|
|
| BLAKE2b-256 |
7a0949b8d692ef31f83203e967c8a0f02615eb6467da26224d4fec7be0e5752f
|
File details
Details for the file joyous_departures-2.0.1-py3-none-any.whl.
File metadata
- Download URL: joyous_departures-2.0.1-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9c7fff7b6848d44bfc367adb4c6a49f7fc572956636e99ca9960c29ca954d7c
|
|
| MD5 |
1ca0e9ec2f94487e8dbbc7c1fe568a46
|
|
| BLAKE2b-256 |
ad889f69c5defca72a8b1d391ec17ff86b612d37e3446dadb4c4c502e330aba0
|