Metadata-Version: 2.5
Name: django-wailer
Version: 1.0.0
Summary: A Django emailing/texting utility
Project-URL: Homepage, https://github.com/WithAgency/Wailer
Project-URL: Repository, https://github.com/WithAgency/Wailer
Author-email: Rémy Sanchez <remy.sanchez@hyperthese.net>
License: WTFPL
License-File: LICENSE
Keywords: django,email,sms
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Framework :: Django :: 6.1
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: django-phonenumber-field[phonenumbers]>=6
Requires-Dist: django-sms>=0.5
Requires-Dist: django>=4.2
Requires-Dist: httpx>=0.23
Requires-Dist: node-edge<2,>=1.0.0
Requires-Dist: premailer>=3
Requires-Dist: typing-extensions>=4
Provides-Extra: node
Requires-Dist: node-edge[node]<2,>=1.0.0; extra == 'node'
Description-Content-Type: text/markdown

# Wailer

![Unit Tests](https://github.com/WithAgency/Wailer/actions/workflows/tests.yml/badge.svg)
![Documentation](https://readthedocs.com/projects/with-wailer/badge/?version=latest)

Wailer (WITH Mailer) is an utility that builds on top of Django's emailing
capabilities (and SMS through `django-sms`) in order to provide easy solutions
to common emailing problems.

- Inlining CSS of emails you send
- Have direct-access URLs for those emails
- Manage the localization (even from a server-side task)

## Documentation

[✨ **Documentation is there** ✨](https://with-wailer.readthedocs-hosted.com/en/latest/)
