Closed
Description
As per PEP561 mypy requires a py.typed file to consider a library typed. https://mypy.readthedocs.io/en/latest/installed_packages.html#creating-pep-561-compatible-packages.
Adding this file will allow folks to take advantage of the typing already present in this module.
Otherwise mypy reports:
Skipping analyzing "multipart.multipart": module is installed, but missing library stubs or py.typed marker [import-untyped]
Metadata
Metadata
Assignees
Labels
No labels