Open sh-at-cs opened 10 months ago
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.
mjml_to_html
I'll try to add some type hints. I need to check the py.typed marker which I did not use so far.
py.typed
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.