quandyfactory / dicttoxml

Simple library to convert a Python dictionary or other native data type into a valid XML string.
GNU General Public License v2.0
382 stars 147 forks source link

Feature: adding `py.typed` metadata #106

Open jamesbraza opened 5 months ago

jamesbraza commented 5 months ago

Running mypy==1.9.0 with dicttoxml==1.7.16:

foo.py:7:1: error: Skipping analyzing "dicttoxml": module is installed, but missing library stubs or py.typed marker  [import-untyped]
    import dicttoxml
    ^

It would be nice to add py.typed metadata for mypy