pytypes

Type checker

Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility

Typing-toolbox for Python 3 and 2.7 w.r.t. PEP 484.

GitHub

201 stars
9 watching
20 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list

overridepep484pythonruntime-typecheckingtype-hintstypechecking

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
contains-io/typet A Python library that simplifies type checking and validation in object-oriented coding 22
quora/pyanalyze A tool to analyze Python code for type errors and other issues 350
typeddjango/pytest-mypy-plugins A plugin for testing type checking and stubs using mypy and pytest 107
aldanor/typo A package providing runtime type checking for Python functions annotated with argument type hints. 29
siddhuwarrier/python-typeutils A utility library that provides a type checking decorator for Python functions. 1
mariusvniekerk/pytest-monkeytype A pytest plugin that generates annotations and stubs for Python modules based on their type definitions 43
jorenham/optype A library that provides runtime-checkable type protocols for operator overloading in Python 24
google/pytype Automates type checking and error prevention in Python code 4,791
luttik/auto-optional Enforces consistent use of optional type annotations in Python code 17
felixthec/strongtyping A decorator that checks function parameters at runtime for correct type compatibility. 111
orsinium-labs/typeforce A tool to simplify Python package maintenance by automating type checking and stub installation. 19
agronholm/typeguard A runtime type checking library for Python functions with annotations 1,569
kotlinisland/basedmypy A Python static type checker with additional features to improve typing and error reporting. 148
ilevkivskyi/typing_inspect Provides utilities for inspecting and analyzing Python types at runtime 352