multipart icon indicating copy to clipboard operation
multipart copied to clipboard

WIP: Improve typing

Open defnull opened this issue 1 year ago • 1 comments

Add typing annotations compatible with all supported Python releases (>=3.8). It is not a target to annotate every single thing, just public APIs.

defnull avatar Sep 21 '24 11:09 defnull

I appreciate that this is WIP, but just in case it is useful - to be useful for users, add a py.typed file (https://typing.readthedocs.io/en/latest/guides/libraries.html#marking-a-package-as-providing-type-information).

adamtheturtle avatar Sep 24 '24 17:09 adamtheturtle