mypy-playground by ymyzk

The mypy playground. Try mypy with your web browser.

created at May 7, 2017, 6:12 p.m.

Python

5 +0

65 +0

9 +0

GitHub
flake8-annotations-complexity by best-doctor

flake8 plugin to validate annotations complexity

created at Feb. 7, 2019, 7:41 a.m.

Python

1 +0

46 +0

8 +0

GitHub
pytest-mypy-testing by davidfritzsche

pytest plugin to test mypy static type analysis

created at Jan. 4, 2020, 12:49 a.m.

Python

3 +0

27 +0

8 +0

GitHub
flake8-annotations by sco1

Flake8 Type Annotation Checking

created at Aug. 4, 2019, 11:40 p.m.

Python

18 +0

155 +0

7 +0

GitHub
flake8-typing-imports by asottile

flake8 plugin which checks that typing imports are properly guarded

created at May 21, 2019, 2:24 a.m.

Python

2 +0

47 +0

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

49 +0

7 +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 +0

7 +0

GitHub
option by MaT1g3R

Rust like Option and Result types in Python

created at Sept. 10, 2018, 7:58 p.m.

Python

1 +0

79 +0

6 +0

GitHub
python-typecheckers by ethanhs

A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)

created at Aug. 7, 2017, 9:37 p.m.

Unknown languages

5 +0

60 +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

75 +0

5 +0

GitHub
typilus-action by typilus

A GitHub Action for suggesting Python type annotations.

created at May 4, 2020, 6:44 p.m.

Python

6 +0

41 +0

5 +0

GitHub
botostubs by jeshan

boto3 code assistance for any API in any IDE, always up to date

created at Nov. 27, 2018, 11:43 a.m.

Python

3 +0

95 +0

5 +0

GitHub
trycast by davidfstr

trycast parses JSON-like values whose shape is defined by TypedDicts and other standard Python type hints.

created at Nov. 27, 2020, 3:14 a.m.

Python

7 +0

70 +1

5 +0

GitHub
typedpy by loyada

Type-safe, strict Python. Works well with standard Python

created at Nov. 7, 2017, 11:05 p.m.

Python

0 +0

15 +0

4 +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

110 +3

4 +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
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
strongtyping by FelixTheC

Decorator which checks whether the function is called with the correct type of parameters.

created at May 1, 2020, 2:46 p.m.

Python

6 +0

104 +0

3 +0

GitHub
safetywrap by mplanchard

Fully typesafe, Rust-like Result and Option types for Python

created at May 18, 2019, 5:40 p.m.

Python

4 +0

41 +0

3 +0

GitHub
typing_utils by bojiang

Backport Python 3.8+ typing utils & add issubtype & more

created at Nov. 20, 2020, 2:32 p.m.

Python

1 +0

11 +0

3 +0

GitHub