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:
ClassVar
ContextManager
Counter
DefaultDict
Deque
NewType
NoReturn
overload
Protocol
runtime
Text
Type
TYPE_CHECKING
AsyncGenerator
- Outputs:
out
- Website: https://github.com/python/typing_extensions
- Licenses: Python Software Foundation License
- Package source: gnu/packages/python-build.scm
- Builds: See build status
- Issues: See known issues
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.