About Anaconda Help Download Anaconda

anaconda / packages / typing_extensions 4.11.0

Backported and Experimental Type Hints for Python

Installers

  • linux-64 v4.11.0
  • linux-aarch64 v4.11.0
  • linux-s390x v4.11.0
  • osx-64 v4.11.0
  • osx-arm64 v4.11.0
  • win-64 v4.11.0
  • linux-ppc64le v4.7.1
  • win-32 v3.7.4.1
  • noarch v4.1.1

conda install

To install this package run one of the following:
conda install anaconda::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 typingextensions module contains backports of these changes. Experimental types that will eventually be added to the typing module are also included in typingextensions.


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