Clone this repo:
  1. 2afb37c Fix typo in `_UnknownType` type alias (#50) by Victorien · 4 months ago main upstream/main
  2. 8db0113 Prepare release 0.4.2 (#48) by Victorien · 8 months ago v0.4.2
  3. f4dfd61 Add `typing_objects.is_noextraitems()` (#47) by Victorien · 8 months ago
  4. 3bc3f96 Prepare release 0.4.1 (#44) by Victorien · 12 months ago v0.4.1
  5. 17b939c Bump development dependencies (#46) by Victorien · 12 months ago

typing-inspection

CI Coverage PyPI Versions License Ruff

typing-inspection provides tools to inspect type annotations at runtime.

Installation

From PyPI:

pip install typing-inspection

The library can be imported from the typing_inspection module.