From e6483b9e19735c23b320c416e11503c669f95e6f Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Mon, 13 Jan 2020 23:22:39 +0800 Subject: [PATCH] add typeshed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e896752..d6113f7 100644 --- a/README.md +++ b/README.md @@ -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