1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00

add typeshed

This commit is contained in:
Vinta Chen 2020-01-13 23:22:39 +08:00
parent 74a918f526
commit e6483b9e19

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. * [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) * 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. * [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. * [pyre-check](https://github.com/facebook/pyre-check) - Performant type checking.
* Static Type Annotations Generators * Static Type Annotations Generators
* [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types * [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types