FelixSchwarz / mjml-python

Python implementation for MJML - a framework that makes responsive-email easy
MIT License
76 stars 16 forks source link

Type hints for public interface? #50

Open sh-at-cs opened 9 months ago

sh-at-cs commented 9 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.

FelixSchwarz commented 7 months ago

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