python-typecheckers icon indicating copy to clipboard operation
python-typecheckers copied to clipboard

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

trafficstars

About

This is a file to keep track of all of the type checkers that exist for Python. They are grouped into one of four catagories classified by whether or not they use PEP 484 syntax, and if they are static or dynamic.

PEP 484 syntax

Static

Dynamic/Runtime

Other syntax

Static

Dynamic/Runtime

Other useful tools/libraries