pywinpty icon indicating copy to clipboard operation
pywinpty copied to clipboard

Type checking not working

Open ofek opened this issue 7 months ago • 0 comments

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.

ofek avatar Apr 30 '25 04:04 ofek