gituser/docker_multiarch/: typing-inspection-0.4.2 metadata and description

Simple index

Runtime typing introspection tools

author_email Victorien Plot <contact@vctrn.dev>
classifiers
  • Development Status :: 3 - Alpha
  • Intended Audience :: Developers
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Programming Language :: Python :: 3.14
  • Programming Language :: Python :: Implementation :: CPython
  • Topic :: Software Development :: Libraries :: Python Modules
  • Typing :: Typed
description_content_type text/markdown
project_urls
  • Homepage, https://github.com/pydantic/typing-inspection
  • Documentation, https://pydantic.github.io/typing-inspection/dev/
  • Source, https://github.com/pydantic/typing-inspection
  • Changelog, https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md
requires_dist
  • typing-extensions>=4.12.0
requires_python >=3.9
File Tox results History
typing_inspection-0.4.2-py3-none-any.whl
Size
14 KB
Type
Python Wheel
Python
3

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.