add typeshed

This commit is contained in:
Vinta Chen 2020-01-13 23:22:39 +08:00
parent 74a918f526
commit e6483b9e19
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [yapf](https://github.com/google/yapf) - Yet another Python code formatter from Google.
* Static Type Checkers, also see [awesome-python-typing](https://github.com/typeddjango/awesome-python-typing)
* [mypy](http://mypy-lang.org/) - Check variable types during compile time.
* [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
* [pyre-check](https://github.com/facebook/pyre-check) - Performant type checking.
* Static Type Annotations Generators
* [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types