About Anaconda Help Download Anaconda

conda-forge / packages / typing-extensions 4.12.2

Backported and Experimental Type Hints for Python

copied from cf-staging / typing-extensions

Installers

Info: This package contains files in non-standard labels.
  • noarch v4.12.2
  • osx-64 v3.7.4.1
  • win-64 v3.7.4.1
  • linux-64 v3.7.4.1
  • linux-ppc64le v3.7.4.1
  • linux-aarch64 v3.7.4.1

conda install

To install this package run one of the following:
conda install conda-forge::typing-extensions
conda install conda-forge/label/cf201901::typing-extensions
conda install conda-forge/label/cf202003::typing-extensions

Description

The typing module was added to the standard library in Python 3.5, but many new features have been added to the module since then. This means users of older Python versions who are unable to upgrade will not be able to take advantage of new types added to the typing module, such as typing.Protocol or typing.TypedDict.

The typing_extensions module contains both backports of these changes as well as experimental types that will eventually be added to the typing module, such as Protocol.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy