s0lst1ce / pigUI

A WIP Pygame GUI toolkit.

Home Page:https://discord.gg/mpGM5cg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding stub files for type information

s0lst1ce opened this issue · comments

Many IDEs now support type hinting. This is quite useful when using a new library. However this requires the said package to ship pyi files so that different tools can get the references, docstrings and such.
If any one knows how to do this and is motivated, go for it!
In the meantime I'll continue to investigate on the subject.

Mypy may be a useful tool to auto-generate it http://www.mypy-lang.org/examples.html