typing_inspect

Type inspector

Provides utilities for inspecting and analyzing Python types at runtime

Runtime inspection utilities for Python typing module

GitHub

350 stars
12 watching
35 forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list

introspectionpythonpython3type-hintstyping

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
stewori/pytypes Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility 201
orsinium-labs/infer-types A CLI tool to automatically add type annotations into Python code 86
orsinium-labs/typeforce A tool to simplify Python package maintenance by automating type checking and stub installation. 19
snok/flake8-type-checking Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. 113
quora/pyanalyze A tool to analyze Python code for type errors and other issues 347
kotlinisland/basedmypy A Python static type checker with additional features to improve typing and error reporting. 146
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. 108
agronholm/typeguard A runtime type checking library for Python functions with annotations 1,554
ilevkivskyi/com2ann Translates type comments to type annotations in Python source code 141
kotlinisland/basedtyping A collection of helpers and utilities to aid in dealing with types at static analysis and runtime. 9
siddhuwarrier/python-typeutils A utility library that provides a type checking decorator for Python functions. 1
typeddjango/pytest-mypy-plugins A plugin for testing type checking and stubs using mypy and pytest 105