mrml-python 0.2.1

Python wrapping on MRML
Documentation
[build-system]
requires = ["maturin>=1,<2"]
build-backend = "maturin"

[project]
name = "mrml"
version = "0.2.0"
description = "A Python wrapper for MRML (Rust port of MJML)."
readme = "readme.md"
requires-python = ">=3.7"
classifiers = [
    "Programming Language :: Rust",
    "Programming Language :: Python :: Implementation :: CPython",
    "Programming Language :: Python :: Implementation :: PyPy",
]

[project.urls]
"Homepage" = "https://github.com/jdrouet/mrml"
"Bug Tracker" = "https://github.com/jdrouet/mrml/issues"