{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http"}],"enrichment":{"capability":"Resend Python SDK provides a client library for sending emails through the Resend email platform API, supporting both synchronous and asynchronous operations.","skillfed_tags":["email-delivery","async-support"],"use_cases":["Send transactional emails (password resets, order confirmations) from a Python application.","Build async email workflows that don't block application execution.","Tag and organize emails for analytics or filtering on the Resend platform.","Integrate email delivery into a FastAPI or async web framework without additional HTTP client setup."],"what_it_does":"Resend is a Python client for the Resend email delivery platform. It wraps the Resend API to let you send transactional emails programmatically, with support for standard email fields (to, cc, bcc, reply-to), HTML content, and metadata tagging. The SDK depends on requests for HTTP communication and typing_extensions for type hints, and works with Python 3.7 and later.\n\nThe package offers both synchronous and asynchronous interfaces. Sync calls use the standard requests library, while async support is available via an optional extra that brings in httpx. You configure the SDK once with an API key, then call resend.Emails.send() or resend.Emails.send_async() with email parameters. The library is actively maintained and carries no known security vulnerabilities.","worth_installing":"Yes. The package is actively maintained, has minimal dependencies, carries no known vulnerabilities, and uses a permissive license. Install it if you need to send emails through Resend; the sync interface is straightforward and async support is available if your application requires it."},"id":"resend","links":{"html":"https://skillfed.io/packages/resend","md":"https://skillfed.io/packages/resend.md","pypi":"https://pypi.org/project/resend/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-12","license_spdx":null,"license_treatment":"permissive","name":"resend","python_support":"supports_current","summary":"Resend Python SDK"},"popularity":{"monthly_downloads":13707507,"position":1268,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.36.0"}
