--- id: typing-inspection version: "0.4.4" license: MIT license_treatment: permissive maintenance: active --- # typing-inspection — Runtime typing introspection tools License: permissive · Maintenance: active · Popularity: top 100 on PyPI ## Install pip install typing-inspection uv add typing-inspection poetry add typing-inspection ## Description # typing-inspection [![CI](https://img.shields.io/github/actions/workflow/status/pydantic/typing-inspection/ci.yml?branch=main&logo=github&label=CI)](https://github.com/pydantic/typing-inspection/actions?query=event%3Apush+branch%3Amain+workflow%3ACI) [![Coverage](https://coverage-badge.samuelcolvin.workers.dev/pydantic/typing-inspection.svg)](https://coverage-badge.samuelcolvin.workers.dev/redirect/pydantic/typing-inspection) [![PyPI](https://img.shields.io/pypi/v/typing-inspection.svg)](https://pypi.org/project/typing-inspection/) [![Versions](https://img.shields.io/pypi/pyversions/typing-inspection.svg)](https://github.com/pydantic/typing-inspection) [![License](https://img.shields.io/github/license/pydantic/typing-inspection.svg)](https://github.com/pydantic/typing-inspection/blob/main/LICENSE) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) `typing-inspection` provides tools to inspect type annotations at runtime. ## Installation From [PyPI](https://pypi.org/project/typing-inspection/): ```bash pip install typing-inspection ``` The library can be imported from... ## AI interpretation — verify before relying Provides runtime introspection tools for Python type annotations, allowing you to inspect and analyze type hints at runtime. Verdict: A lightweight, actively maintained library for runtime type annotation inspection with permissive MIT licensing and no known vulnerabilities. Minimal install friction and solid maintenance signals make it a low-risk choice for projects needing type introspection capabilities. [View on SkillFed](https://skillfed.io/packages/typing-inspection) · [View on PyPI](https://pypi.org/project/typing-inspection/)