QReader
QReader copied to clipboard
Missing py.typed file
From a quick look at your source code it looks like the library is thoroughly type hinted. However, mypy complains:
error: Skipping analyzing "qreader": module is installed, but missing library stubs or py.typed marker [import]
note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
I think simply including a py.typed
file in your project will allow mypy to pay attention to the type hints in your source code.