martinblech / xmltodict

Python module that makes working with XML feel like you are working with JSON
MIT License
5.49k stars 462 forks source link

Add typing stubs for mypy compatibility #284

Open frerikandriessen opened 2 years ago

frerikandriessen commented 2 years ago

This should ensure that mypy won't complain about missing typing or stubs.

I'm not sure if I've caught everything that there is, because of the flexibility of the library. I hope that it is at least already a very good start.