Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/mypy_extensions-0.4.3.dist-info/METADATA @ 1:56ad4e20f292 draft
"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author | guerler |
---|---|
date | Fri, 31 Jul 2020 00:32:28 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:d30785e31577 | 1:56ad4e20f292 |
---|---|
1 Metadata-Version: 2.1 | |
2 Name: mypy-extensions | |
3 Version: 0.4.3 | |
4 Summary: Experimental type system extensions for programs checked with the mypy typechecker. | |
5 Home-page: https://github.com/python/mypy_extensions | |
6 Author: The mypy developers | |
7 Author-email: jukka.lehtosalo@iki.fi | |
8 License: MIT License | |
9 Platform: UNKNOWN | |
10 Classifier: Development Status :: 2 - Pre-Alpha | |
11 Classifier: Environment :: Console | |
12 Classifier: Intended Audience :: Developers | |
13 Classifier: License :: OSI Approved :: MIT License | |
14 Classifier: Programming Language :: Python :: 2 | |
15 Classifier: Programming Language :: Python :: 2.7 | |
16 Classifier: Programming Language :: Python :: 3 | |
17 Classifier: Programming Language :: Python :: 3.4 | |
18 Classifier: Programming Language :: Python :: 3.5 | |
19 Classifier: Programming Language :: Python :: 3.6 | |
20 Classifier: Programming Language :: Python :: 3.7 | |
21 Classifier: Programming Language :: Python :: 3.8 | |
22 Classifier: Topic :: Software Development | |
23 Requires-Dist: typing (>=3.5.3) ; python_version < "3.5" | |
24 | |
25 Mypy Extensions | |
26 =============== | |
27 | |
28 The "mypy_extensions" module defines experimental extensions to the | |
29 standard "typing" module that are supported by the mypy typechecker. | |
30 | |
31 |