The typing information of this package is not available for projects that import the tusclient package. This is because it does not comply with PEP 561 which requires a py.typed file in the root of the package.
For projects utilising MyPy this will result in the following error:
src/example.py:9: error: Skipping analyzing "tusclient": module is installed, but missing library stubs or py.typed marker [import]
The typing information of this package is not available for projects that import the
tusclient
package. This is because it does not comply with PEP 561 which requires apy.typed
file in the root of the package.For projects utilising MyPy this will result in the following error:
Further reading:
Alt titles for searchability:
py.typed
missing