Name: | python36-typing |
---|---|
Version: | 3.5.2.2 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 193410 |
License: | Python |
RPM: | python36-typing-3.5.2.2-4.el7.noarch.rpm |
Source RPM: | python-typing-3.5.2.2-4.el7.src.rpm |
Build Date: | Tue Mar 10 2020 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/typing |
Summary: | Typing defines a standard notation for type annotations |
Description: | Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools. |