Merge pull request #1626 from westurner/patch-2

Static Type Annotations Generators > pytype, pyannotate
This commit is contained in:
Vinta Chen 2020-09-26 15:36:24 +08:00 committed by GitHub
commit f8466d8d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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