Skip to main content

Python implementation for MJML - a framework that makes responsive-email easy

Project description

mjml-stub

This is an unofficial Python port of mjml - a markup language created by Mailjet and designed to reduce the pain of coding a responsive email.

WARNING: stub implementation only!

This library only implements a subset of the original MJML project. It lacks several features found in the JavaScript mjml implementation (e.g. minification, beautification and validation). Also the code likely contains many additional bugs.

The upside is that there are lot of possibilities for you to make a real difference when you improve the code :-)

Goals / Motivation

This library should track the JS version of mjml closely so ideally you should get the same HTML. However even under the best circumstances this library will always lag a bit behind as each changes must be translated to Python manually (a mostly mechanical process).

While I like the idea behind mjml and all the knowledge about the quirks to get acceptable HTML rendering by various email clients we did not want to deploy a Node.js-based stack on our production servers. We did not feel comfortable auditing all 220 JS packages which are installed by npm install mjml (and re-doing this whenever new versions are available). Also due to data-privacy concerns we were unable to use any third-party products (i.e. MJML's API offering).

After a short spike to check the viability of a Python implementation I went ahead and wrote enough code to ensure some existing messages could be converted to mjml. Currently the library is deployed in some light production scenarios.

Another benefit of using Python is that we can integrate that in our web apps more closely. Also the startup overhead of CPython is much lower than Node.js so we can also generate a few mails via CLI applications without massive performance problems. CPython uses ~70ms to translate a trivial mjml template to HTML while Node.JS needs ~650ms.

Documentation

The idea is to implement the mjml XML dialect exactly like the JS implementation so eventually you should be able to use the official docs and other online resources found on mjml.io. However we are nowhere near that right now! The current code can render the "Hello World" example as well as images, tables and groups but many components remain to be reimplemented. I'd love to see your pull requests to improve the current state though.

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

mjml-0.5.1.tar.gz (26.6 kB view details)

Uploaded Source

Built Distribution

mjml-0.5.1-py3-none-any.whl (35.3 kB view details)

Uploaded Python 3

File details

Details for the file mjml-0.5.1.tar.gz.

File metadata

  • Download URL: mjml-0.5.1.tar.gz
  • Upload date:
  • Size: 26.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.8

File hashes

Hashes for mjml-0.5.1.tar.gz
Algorithm Hash digest
SHA256 c4447e75e6e5922064686383913c50f6fa6cf74420c43dbbf58e4d61d7b536c5
MD5 15afc5ea2395a4eea49be38831623958
BLAKE2b-256 5ef2cca1bde54c9e0ac68ee673822d4d9c813dd8edcd47c1d89a3dd51facca26

See more details on using hashes here.

File details

Details for the file mjml-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: mjml-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 35.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.8

File hashes

Hashes for mjml-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4b2ee9004eae13ce79ddd863b5e4ddcff142b10e5d4e107ae1cee399d83769db
MD5 48472eb5736da78334209bdf132381d4
BLAKE2b-256 09d603adf41449e00deedcaa5f25e4d98c8ff66a3069018ab48ae177e8f56966

See more details on using hashes here.

Supported by

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