schollii / pypubsub

A Python publish-subcribe library (moved here from SourceForge.net where I had it for many years)
194 stars 29 forks source link

MyPy can't actually use the type hints because the package doesn't claim to be typed #56

Open adamnovak opened 2 years ago

adamnovak commented 2 years ago

This package has type information, but ti doesn't ship a magic py.typed marker file. So MyPy refuses to actually use the type information in the package and instead throws an error saying that I need to somehow induce the library to ship a py.typed file, or else write all my own stubs with duplicate type information.