i3ipc-python icon indicating copy to clipboard operation
i3ipc-python copied to clipboard

Create PEP 561 compliant library stub for type checking

Open Anomalocaridid opened this issue 4 years ago • 3 comments

Currently, i3ipc-python does not work with Python type checkers like mypy. In order to support type checking, it needs a library stub as specified in PEP 561.

This isn't a critical issue, but it would certainly be much appreciated.

Anomalocaridid avatar Sep 20 '21 00:09 Anomalocaridid

I would accept this into the library.

acrisci avatar Oct 08 '21 17:10 acrisci

https://github.com/altdesktop/i3ipc-python/pull/205 does this.

palfrey avatar May 29 '23 16:05 palfrey