From f65c4385452e9de366adad99a760695d23a5859b Mon Sep 17 00:00:00 2001 From: Mounir Date: Mon, 7 Oct 2024 14:28:38 +0200 Subject: [PATCH] :handshake: Add anymail and ruff (#290) Add anymail to mailing section Add Ruff to python section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 991128d..f608f28 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### Mailing - [django-pony-express](https://github.com/ambient-innovation/django-pony-express) - Class-based emails including a test suite for Django. +- [django-anymail](https://github.com/anymail/django-anymail) - Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more ### Model Fields - [django-any-urlfield](https://github.com/edoburu/django-any-urlfield) - An improved URL selector to choose between internal models and external URLs. @@ -366,6 +367,7 @@ _A short list of Python packages that work well with Django._ - [python-slugify](https://github.com/un33k/python-slugify) - Returns unicode slugs. - [sentry-python](https://github.com/getsentry/sentry-python) - Error reporting SDK. - [python-socketio](https://github.com/miguelgrinberg/python-socketio) - Python implementation of the Socket.IO_ realtime client and server. [(create Socket.io Django server instance)](https://python-socketio.readthedocs.io/en/latest/server.html?highlight=django#creating-a-server-instance) +- [Ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter, written in Rust. ## Resources