google / pytype

A static type analyzer for Python code
https://google.github.io/pytype
Other
4.72k stars 274 forks source link

Support PEP 561 (Distributing and Packaging Type Information) #151

Open rchen152 opened 6 years ago

rchen152 commented 6 years ago

Type information for third party libraries will start being distributed outside of typeshed per PEP 561; we should support this.

rchen152 commented 5 years ago

A specific part of this PEP that would be useful for us is in-project pyi files. They would allow, e.g., pytype users to indicate the existence of Cython modules.

dbarnett commented 4 years ago

Has any work started on PEP 561 support here?