https://github.com/python/mypy_extensions
Extensions for mypy
https://github.com/python/mypy_extensions
mypy mypyc type-checking
Last synced: about 1 month ago
JSON representation
Extensions for mypy
- Host: GitHub
- URL: https://github.com/python/mypy_extensions
- Owner: python
- License: other
- Created: 2019-01-14T23:37:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T15:04:03.000Z (8 months ago)
- Last Synced: 2025-05-13T00:11:25.125Z (8 months ago)
- Topics: mypy, mypyc, type-checking
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 141
- Watchers: 18
- Forks: 36
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mypy Extensions
===============
The `mypy_extensions` module defines extensions to the Python standard
library `typing` module that are supported by the mypy type checker and
the mypyc compiler.