update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -113,6 +113,8 @@ href="https://github.com/daviddrysdale/python-phonenumbers">phonenumbers</a>.</l
href="https://github.com/hbmartin/pythonista-stubs">pythonista-stubs</a>
- Stubs for <a
href="http://omz-software.com/pythonista/docs/ios/">Pythonista</a>.</li>
<li><a href="https://github.com/jorenham/scipy-stubs">scipy-stubs</a> -
Stubs for <a href="https://github.com/scipy/scipy">SciPy</a>.</li>
<li><a
href="https://github.com/dropbox/sqlalchemy-stubs">sqlalchemy-stubs</a>
- Stubs for <a
@@ -162,7 +164,7 @@ href="https://github.com/PrettyWood/future-typing">future-typing</a> -
Backport for type hinting generics in standard collections and union
types as <code>X | Y</code>.</li>
<li><a
href="https://github.com/python/typing/tree/master/typing_extensions">typing-extensions</a>
href="https://github.com/python/typing_extensions">typing-extensions</a>
- Backported and experimental type hints.</li>
<li><a href="https://github.com/bojiang/typing_utils">typing-utils</a> -
Backport 3.8+ runtime typing utils(for eg: get_origin) &amp; add
@@ -200,6 +202,9 @@ code.</li>
<li><a
href="https://github.com/wemake-services/wemake-python-styleguide">wemake-python-styleguide</a>
- The strictest and most opinionated Python linter ever.</li>
<li><a href="https://github.com/astral-sh/ruff/">Ruff</a> - Extremely
fast linter which supports lint rules from many other lint tools, such
as flake8.</li>
</ul>
<h3 id="testing">Testing</h3>
<ul>
@@ -289,6 +294,10 @@ href="https://github.com/mariusvniekerk/pytest-monkeytype">pytest-monkeytype</a>
href="https://github.com/google/pytype/tree/master/pytype/tools/annotate_ast">pytype
annotate-ast</a> - A work-in-progress tool to annotate the nodes of an
AST with their Python types.</li>
<li><a href="https://github.com/RightTyper/RightTyper">RightTyper</a> -
A tool that generates types for your function arguments and return
values. RightTyper lets your code run at nearly full speed with almost
no memory overhead.</li>
<li><a href="https://github.com/saltudelft/type4py">type4py</a> - Deep
Similarity Learning-Based Type Inference.</li>
<li><a href="https://github.com/typilus/typilus">typilus</a> - A deep
@@ -323,6 +332,10 @@ href="https://github.com/python/mypy/tree/master/mypy/plugins">mypy/plugins</a>
href="https://github.com/pynamodb/pynamodb-mypy">pynamodb-mypy</a> -
Plugin for <a href="https://github.com/pynamodb/PynamoDB">PynamoDB</a>
support.</li>
<li><a
href="https://docs.pydantic.dev/latest/integrations/mypy/">pydantic</a>
- Plugin for additional <a
href="https://docs.pydantic.dev/latest/">Pydantic</a> support.</li>
</ul>
<h2 id="integrations">Integrations</h2>
<ul>
@@ -461,3 +474,6 @@ resources.</li>
href="https://github.com/ethanhs/python-typecheckers">python-typecheckers</a>
- List of Python type checkers: static and runtime.</li>
</ul>
<p><a
href="https://github.com/typeddjango/awesome-python-typing">pythontyping.md
Github</a></p>