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
Release files for joyous-departures 2.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| joyous_departures-2.0.1.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| joyous_departures-2.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.5 kB
Release files / joyous_departures-2.0.1.tar.gz
| Download URL | joyous_departures-2.0.1.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a4c057da767cf0e68aedbe28b34cad8b34baa9728ff750fcd28d6382e2b6bf07
|
|
BLAKE2b-256 checksum How to use checksums |
7a0949b8d692ef31f83203e967c8a0f02615eb6467da26224d4fec7be0e5752f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.11
|
Release files / joyous_departures-2.0.1-py3-none-any.whl
| Download URL | joyous_departures-2.0.1-py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f9c7fff7b6848d44bfc367adb4c6a49f7fc572956636e99ca9960c29ca954d7c
|
|
BLAKE2b-256 checksum How to use checksums |
ad889f69c5defca72a8b1d391ec17ff86b612d37e3446dadb4c4c502e330aba0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.11
|