python-typing-extensions
Port variant py37
Summary Backported type hints for Python 3.5+ (PY37)
Package version 3.7.4.2
Homepage https://github.com/python/typing/blob/master/typing_extensions/README.rst
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py38
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 20 APR 2020, 20:29:45 UTC
Port created 20 APR 2020, 15:00:59 UTC
Subpackage Descriptions
single Typing Extensions -- Backported and Experimental Type Hints for Python The typing module was added to the standard library in Python 3.5 on a provisional basis and will no longer be provisional in Python 3.7. However, this means users of Python 3.5 - 3.6 who are unable to upgrade will not be able to take advantage of new types added to the typing module, such as ``typing.Text or typing.Coroutine``. The typing_extensions module contains both backports of these changes as well as experimental types that will eventually be added to the typing module, such as Protocol or TypedDict. Users of other Python versions should continue to install and use the typing module from PyPi instead of using this one unless specifically writing code that must be compatible with multiple Python versions or requires experimental types.
Configuration Switches (platform-specific settings discarded)
PY37 ON Build using Python 3.7 PY38 OFF Build using Python 3.8
Package Dependencies by Type
Build and Runtime python-typing:single:py37
python37:single:standard
python-setuptools:single:py37
Download groups
main mirror://PYPI/t/typing-extensions
Distribution File Information
79ee589a3caca649a9bfd2a8de4709837400dfa00b6cc81962a1e6a1815969ae 38427 typing_extensions-3.7.4.2.tar.gz
Ports that require python-typing-extensions:py37
python-mypy:py37 Optional static typing for Python (PY37)