[PR #1626] [MERGED] Static Type Annotations Generators > pytype, pyannotate #5825

Closed
opened 2026-04-17 07:10:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1626
Author: @westurner
Created: 9/26/2020
Status: Merged
Merged: 9/26/2020
Merged by: @vinta

Base: masterHead: patch-2


📝 Commits (1)

  • a4e0303 Static Type Annotations Generators > pytype, pyannotate

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)

📄 Description

What is this Python project?

  • already present: MonkeyType - A system for Python that generates static type annotations by collecting runtime types
  • pytype - Pytype checks and infers types for your Python code - without requiring type annotations
  • pyannotate - Insert annotations into your source code based on call arguments and return types observed at runtime

What's the difference between this Python project and similar ones?

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1626 **Author:** [@westurner](https://github.com/westurner) **Created:** 9/26/2020 **Status:** ✅ Merged **Merged:** 9/26/2020 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`a4e0303`](https://github.com/vinta/awesome-python/commit/a4e0303492bd34f5a62b949e7435c2826146d371) Static Type Annotations Generators > pytype, pyannotate ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) </details> ### 📄 Description ## What is this Python project? * already present: [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types * [x] [pytype](https://github.com/google/pytype) - Pytype checks and infers types for your Python code - without requiring type annotations * [x] [pyannotate](https://github.com/dropbox/pyannotate) - Insert annotations into your source code based on call arguments and return types observed at runtime ## What's the difference between this Python project and similar ones? - https://github.com/google/pytype#how-is-pytype-different-from-other-type-checkers -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 07:10:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#5825