aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/mypy_extensions-1.0.0.dist-info/METADATA
blob: e58c7ba35bab0d78cf54bbee5a6b26a88043c999 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Metadata-Version: 2.1
Name: mypy-extensions
Version: 1.0.0
Summary: Type system extensions for programs checked with the mypy type checker.
Home-page: https://github.com/python/mypy_extensions
Author: The mypy developers
Author-email: jukka.lehtosalo@iki.fi
License: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development
Requires-Python: >=3.5
License-File: LICENSE

Mypy Extensions
===============

The "mypy_extensions" module defines extensions to the standard "typing" module
that are supported by the mypy type checker and the mypyc compiler.