From a4e0303492bd34f5a62b949e7435c2826146d371 Mon Sep 17 00:00:00 2001 From: Wes Turner <50891+westurner@users.noreply.github.com> Date: Fri, 25 Sep 2020 20:46:14 -0400 Subject: [PATCH] Static Type Annotations Generators > pytype, pyannotate --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index baabcb12..468a86ad 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types. * Static Type Annotations Generators * [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types + * [pytype](https://github.com/google/pytype) - Pytype checks and infers types for your Python code - without requiring type annotations + * [pyannotate](https://github.com/dropbox/pyannotate) - Insert annotations into your source code based on call arguments and return types observed at runtime ## Command-line Interface Development