pywinpty
pywinpty copied to clipboard
Type checking not working
In order enable type checking for consumers of libraries, a py.typed file is required to be shipped at the root of supported packages. See: https://typing.python.org/en/latest/spec/distributing.html#packaging-type-information
For this library, the file must be shipped under winpty/. The distributions on PyPI currently do not have this file and therefore type checking does not work.