typeddjango / awesome-python-typing

Collection of awesome Python types, stubs, plugins, and tools to work with them.

Home Page:https://github.com/typeddjango

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curses helper i made, maybe fits.

taitep opened this issue · comments

I got started on so.e curses helper stuff, including a (to be expanded) types module. You can find it on my github. Currently it has a window type.

At least posting a link would be helpful 😒

commented

I don't think it fits, sorry.

  1. It's not proper stubs, and we can't add every typed project and wrapper.
  2. It's yet in a very raw state.
  3. The Window type you mentioned is simply an aliased import from _curses import _CursesWindow which mypy will interpret as Any.

Feel free to re-open issue if you ever decide to make a project similar to what we already have in the list of stubs. And good luck with your project!

OK!! Does not really matter.