fgimian / paramiko-expect

A Python expect-like extension for the Paramiko SSH library which also supports tailing logs.
MIT License
204 stars 78 forks source link

Create Stub File for Type Annotation #64

Open diegostammer opened 3 years ago

diegostammer commented 3 years ago

Using VSCode with pylance plugin in strict mode generate a lot of errors about missing type annotation. The request is to create a stub file (*.pyi) to document every type of constants, methods, functions, etc.

https://www.python.org/dev/peps/pep-0484/ https://www.python.org/dev/peps/pep-0561/

fruch commented 3 years ago

@diegostammer this package is quite old, when before there was type annotation available.

If you want to give a contribution and add those extra documentation files, PRs are welcomed