mjml-python icon indicating copy to clipboard operation
mjml-python copied to clipboard

Type hints for public interface?

Open sh-at-cs opened this issue 1 year ago • 1 comments

Thanks for the really useful library!

It would be even better if it came with type annotations for its public interface (i.e. just mjml_to_html, as far as I can tell) and a py.typed marker to allow dependent projects to type check their usage of the library.

sh-at-cs avatar Jan 10 '24 18:01 sh-at-cs

I'll try to add some type hints. I need to check the py.typed marker which I did not use so far.

FelixSchwarz avatar Feb 20 '24 08:02 FelixSchwarz