mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
Merge pull request #1626 from westurner/patch-2
Static Type Annotations Generators > pytype, pyannotate
This commit is contained in:
commit
f8466d8d0b
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
* [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
|
||||||
* 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
|
||||||
|
* [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
|
## Command-line Interface Development
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue