experimental/sources/: typing-extensions-4.12.2 metadata and description

Simple index

Backported and Experimental Type Hints for Python 3.8+

author_email "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com>
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Console
  • Intended Audience :: Developers
  • License :: OSI Approved :: Python Software Foundation License
  • Operating System :: OS Independent
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.8
  • 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
  • Topic :: Software Development
description_content_type text/markdown
keywords annotations,backport,checker,checking,function,hinting,hints,type,typechecking,typehinting,typehints,typing
project_urls
  • Bug Tracker, https://github.com/python/typing_extensions/issues
  • Changes, https://github.com/python/typing_extensions/blob/main/CHANGELOG.md
  • Documentation, https://typing-extensions.readthedocs.io/
  • Home, https://github.com/python/typing_extensions
  • Q & A, https://github.com/python/typing/discussions
  • Repository, https://github.com/python/typing_extensions
requires_python >=3.8
File Tox results History
typing_extensions-4.12.2.tar.gz
Size
83 KB
Type
Source

Typing Extensions

Chat at https://gitter.im/python/typing

DocumentationPyPI

Overview

The typing_extensions module serves two related purposes:

typing_extensions is treated specially by static type checkers such as mypy and pyright. Objects defined in typing_extensions are treated the same way as equivalent forms in typing.

typing_extensions uses Semantic Versioning. The major version will be incremented only for backwards-incompatible changes. Therefore, it's safe to depend on typing_extensions like this: typing_extensions >=x.y, <(x+1), where x.y is the first version that includes all features you need.

Included items

See the documentation for a complete listing of module contents.

Contributing

See CONTRIBUTING.md for how to contribute to typing_extensions.