HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/typing-3.5.3.0-py3.7.egg-info
Metadata-Version: 1.1
Name: typing
Version: 3.5.3.0
Summary: Type Hints for Python
Home-page: https://docs.python.org/3.5/library/typing.html
Author: Guido van Rossum, Jukka Lehtosalo, Ɓukasz Langa
Author-email: jukka.lehtosalo@iki.fi
License: PSF
Description: Typing -- Type Hints for Python
        
        This is a backport of the standard library typing module to Python
        versions older than 3.5.
        
        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.
        
Keywords: typing function annotations type hints hinting checking checker typehints typehinting typechecking backport
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development