typing_extensions: Backported and Experimental Type Hints for Python 3.5+#
Description#
Backported and Experimental Type Hints for Python 3.5+
License#
PSF
Upstream Contact#
Type#
standard
Dependencies#
Version Information#
package-version.txt:
4.7.1
install-requires.txt:
# According to https://github.com/python/typing_extensions/blob/main/CHANGELOG.md,
# version 4.4.0 adds another Python 3.11 typing backport
typing_extensions >= 4.4.0
Equivalent System Packages#
arch:
$ sudo pacman -S python-typing_extensions
conda:
$ conda install typing_extensions
Debian/Ubuntu:
$ sudo apt-get install python3-typing-extensions
Fedora/Redhat/CentOS:
$ sudo yum install python-typing-extensions
freebsd:
$ sudo pkg install devel/py-typing-extensions
gentoo:
$ sudo emerge dev-python/typing-extensions
opensuse:
$ sudo zypper install python3${PYTHON_MINOR}-typing_extensions
void:
$ sudo xbps-install python3-typing_extensions
If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.