Skip to content

Commit f8466d8

Browse files
authored
Merge pull request vinta#1626 from westurner/patch-2
Static Type Annotations Generators > pytype, pyannotate
2 parents eb2b298 + a4e0303 commit f8466d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
258258
* [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
259259
* Static Type Annotations Generators
260260
* [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types
261+
* [pytype](https://github.com/google/pytype) - Pytype checks and infers types for your Python code - without requiring type annotations
262+
* [pyannotate](https://github.com/dropbox/pyannotate) - Insert annotations into your source code based on call arguments and return types observed at runtime
261263

262264
## Command-line Interface Development
263265

0 commit comments

Comments
 (0)