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

python-typing-extensions 4.15.0

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 python-typing-extensions 4.15.0 as follows:

guix install python-typing-extensions@4.15.0

Or install the latest version:

guix install python-typing-extensions

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.