1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# typing-inspection
[](https://github.com/pydantic/typing-inspection/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
[](https://coverage-badge.samuelcolvin.workers.dev/redirect/pydantic/typing-inspection)
[](https://pypi.org/project/typing-inspection/)
[](https://github.com/pydantic/typing-inspection)
[](https://github.com/pydantic/typing-inspection/blob/main/LICENSE)
[](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 the `typing_inspection` module.
|