Mercurial > repos > shellac > guppy_basecaller
view env/lib/python3.7/site-packages/mypy_extensions-0.4.3.dist-info/METADATA @ 3:758bc20232e8 draft
"planemo upload commit 2a0fe2cc28b09e101d37293e53e82f61762262ec"
author | shellac |
---|---|
date | Thu, 14 May 2020 16:20:52 -0400 |
parents | 26e78fe6e8c4 |
children |
line wrap: on
line source
Metadata-Version: 2.1 Name: mypy-extensions Version: 0.4.3 Summary: Experimental type system extensions for programs checked with the mypy typechecker. Home-page: https://github.com/python/mypy_extensions Author: The mypy developers Author-email: jukka.lehtosalo@iki.fi License: MIT License Platform: UNKNOWN Classifier: Development Status :: 2 - Pre-Alpha Classifier: Environment :: Console Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Topic :: Software Development Requires-Dist: typing (>=3.5.3) ; python_version < "3.5" Mypy Extensions =============== The "mypy_extensions" module defines experimental extensions to the standard "typing" module that are supported by the mypy typechecker.