Mercurial > repos > shellac > sam_consensus_v3
comparison 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 (2021-03-22) |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4f3585e2f14b |
---|---|
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 |