Mercurial > repos > shellac > guppy_basecaller
comparison env/lib/python3.7/site-packages/mypy_extensions-0.4.3.dist-info/METADATA @ 5:9b1c78e6ba9c draft default tip
"planemo upload commit 6c0a8142489327ece472c84e558c47da711a9142"
author | shellac |
---|---|
date | Mon, 01 Jun 2020 08:59:25 -0400 |
parents | 79f47841a781 |
children |
comparison
equal
deleted
inserted
replaced
4:79f47841a781 | 5:9b1c78e6ba9c |
---|---|
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 |