diff env/lib/python3.9/site-packages/mypy_extensions-0.4.3.dist-info/METADATA @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/env/lib/python3.9/site-packages/mypy_extensions-0.4.3.dist-info/METADATA	Mon Mar 22 18:12:50 2021 +0000
@@ -0,0 +1,31 @@
+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.
+
+