This package browser is in early development. Mind the rough edges.

python-typing-extensions

Experimental type hints for Python

The typing_extensions module contains additional typing hints not yet present in the of the typing standard library. Included are implementations of:

  1. ClassVar

  2. ContextManager

  3. Counter

  4. DefaultDict

  5. Deque

  6. NewType

  7. NoReturn

  8. overload

  9. Protocol

  10. runtime

  11. Text

  12. Type

  13. TYPE_CHECKING

  14. AsyncGenerator

Installation

Install the latest version of python-typing-extensions as follows:

guix install python-typing-extensions

Or install a particular version:

guix install python-typing-extensions@4.15.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-typing-extensions about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-typing-extensions'><img src='https://packages.guix.gnu.org/packages/python-typing-extensions/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-typing-extensions/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-typing-extensions)

Example Org:

[[https://packages.guix.gnu.org/packages/python-typing-extensions][https://packages.guix.gnu.org/packages/python-typing-extensions/badges/latest-version.svg]]