Skip to main content

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


Download files

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

Source Distribution

joyous_departures-2.0.0.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

joyous_departures-2.0.0-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file joyous_departures-2.0.0.tar.gz.

File metadata

  • Download URL: joyous_departures-2.0.0.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for joyous_departures-2.0.0.tar.gz
Algorithm Hash digest
SHA256 4a1658986401c12cafdd9a7299e2d9cce34b97de4d6b15cc5e315344951a1e5c
MD5 74c4376e28c8ebe0480e5997c273149f
BLAKE2b-256 3937b78878d00c5668274b43003d2a485cd78d3153d59e24ab5018507c677bba

See more details on using hashes here.

File details

Details for the file joyous_departures-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for joyous_departures-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fd5a1830cd8db45fe3af9bd04561f78ee35b7bdcd20c4b6a65990c9fefff5352
MD5 852b58bb76b1f75436dfc4568196b4de
BLAKE2b-256 2eac5a469a9ac17c9c2c5eca0868cc4937d434447cf5434dd26dff10c520d60c

See more details on using hashes here.

Supported by

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