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 3 years ago
Linked from 1 awesome list

overridepep484pythonruntime-typecheckingtype-hintstypechecking

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
contains-io/typetA Python library that simplifies type checking and validation in object-oriented coding22
quora/pyanalyzeA tool to analyze Python code for type errors and other issues350
typeddjango/pytest-mypy-pluginsA plugin for testing type checking and stubs using mypy and pytest107
aldanor/typoA package providing runtime type checking for Python functions annotated with argument type hints.29
siddhuwarrier/python-typeutilsA utility library that provides a type checking decorator for Python functions.1
mariusvniekerk/pytest-monkeytypeA pytest plugin that generates annotations and stubs for Python modules based on their type definitions43
jorenham/optypeA library that provides runtime-checkable type protocols for operator overloading in Python24
google/pytypeAutomates type checking and error prevention in Python code4,791
luttik/auto-optionalEnforces consistent use of optional type annotations in Python code17
felixthec/strongtypingA decorator that checks function parameters at runtime for correct type compatibility.111
orsinium-labs/typeforceA tool to simplify Python package maintenance by automating type checking and stub installation.19
agronholm/typeguardA runtime type checking library for Python functions with annotations1,569
kotlinisland/basedmypyA Python static type checker with additional features to improve typing and error reporting.148
ilevkivskyi/typing_inspectProvides utilities for inspecting and analyzing Python types at runtime352