optype by jorenham

Typing Protocols for Precise Type Hints in Python 3.12+

created at Feb. 22, 2024, 3:07 a.m.

Python

4 +0

5 +0

0 +0

GitHub
basedpyright by DetachHead

pyright fork with various type checking improvements, improved vscode support and pylance features built into the language server

created at Dec. 2, 2023, 1:04 a.m.

TypeScript

4 +0

431 +22

9 +0

GitHub
useful_types by hauntsaninja

Useful types for Python

created at June 18, 2023, 10:59 p.m.

Python

8 +0

70 +0

2 +0

GitHub
no_implicit_optional by hauntsaninja

A codemod to make your implicit optional type hints PEP 484 compliant.

created at Sept. 7, 2022, 4 a.m.

Python

3 +0

73 +1

7 +0

GitHub
mypy-baseline by orsinium-labs

Integrate mypy in seconds with existing codebase. A friendly CLI tool to make mypy report only new type violations and ignore existing ones.

created at Sept. 1, 2022, 10:03 a.m.

Python

3 +0

47 +0

6 +0

GitHub
infer-types by orsinium-labs

A CLI tool to automatically add type annotations into Python code. Must have tool for annotating existing code.

created at Aug. 8, 2022, 12:57 p.m.

Python

3 +0

74 +0

5 +0

GitHub
PyTypes by pvs-hd-tea

Infer Types by Python Tracing

created at May 5, 2022, 7:44 a.m.

Python

3 +0

10 +0

1 +0

GitHub
typesplainer by typesplainer

A Python type explainer!

created at March 13, 2022, 9:03 a.m.

Python

3 +0

82 +0

2 +0

GitHub
basedmypy by KotlinIsland

Based Python static type checker with baseline, sane default settings and based typing features

created at Oct. 21, 2021, 9:57 p.m.

Python

2 +0

105 +1

4 +0

GitHub
auto-optional by Luttik

Makes typed arguments Optional when the default argument is None

created at Aug. 30, 2021, 3:09 p.m.

Python

2 +0

16 +0

3 +0

GitHub
mypy-test by orsinium-labs

Test mypy plugins, stubs, custom types.

created at July 15, 2021, 9:05 a.m.

Python

3 +0

5 +0

2 +0

GitHub
autotyping by JelleZijlstra

None

created at June 25, 2021, 12:09 a.m.

Python

6 +0

195 +0

15 +0

GitHub
python-phonenumbers-stubs by AA-Turner

Python typing stubs for phonenumbers(lite)

created at June 1, 2021, 5:15 p.m.

Python

1 +0

1 +0

0 +0

GitHub
jsonschema-gentypes by sbrunner

Tool to generate Python types based on TypedDict from a JSON Schema

created at April 28, 2021, 9:30 a.m.

Python

13 +0

34 +0

9 +0

GitHub
typeforce by orsinium-labs

Make mypy more effective

created at April 15, 2021, 12:26 p.m.

Python

3 +0

19 +0

2 +0

GitHub
torchtyping by patrick-kidger

Type annotations and dynamic checking for a tensor's shape, dtype, names, etc.

created at March 28, 2021, 6:19 p.m.

Python

16 +0

1,337 +4

31 +0

GitHub
flake8-type-checking by snok

Flake8 plugin for managing type-checking imports & forward references.

created at Feb. 23, 2021, 9:08 a.m.

Python

4 +0

110 +1

15 +0

GitHub
celery-types by sbdchd

seedling Type stubs for Celery and its related packages

created at Feb. 8, 2021, 1:40 a.m.

Python

4 +0

67 +2

35 +0

GitHub
future-typing by PrettyWood

Backport for type hinting generics in standard collections and union types as X | Y

created at Jan. 25, 2021, 10:09 p.m.

Python

1 +0

16 +0

1 +0

GitHub
kubernetes-typed by gordonbondon

mypy plugin to type check Kubernetes resources

created at Dec. 7, 2020, 2:34 a.m.

Python

3 +0

19 +0

4 +0

GitHub