Created by: night-crawler
What is this Python project?
It generates static type annotations by collecting runtime types. After collection is done it can insert generated stubs into your code.
What's the difference between this Python project and similar ones?
- compared to pyannotate it has Python3 support;
- compared to pyannotate it does not need special pytest plugin:
monkeytype run `which pytest`
is enough; - pyannotate is the Dropbox project, MonkeyType is the Instagram project;
- it stores analysis results in sqlite format.
PS. Neither pyannotate
nor pytest-annotate
is in this list, but I follow the contribution rule 1pr == 1 link
.
--
Anyone who agrees with this pull request could vote for it by adding a