Extensions to the Python standard library typing module supported by mypy

Clone this repo:
  1. ba09bac Add .pre-commit-config.yaml file (#42) by Ran Benita · 10 months ago main
  2. b166486 Switch CI from Travis to GitHub Actions (#41) by Ran Benita · 10 months ago
  3. 4693a5a Drop support for Python 3.5, 3.6 (#40) by Ran Benita · 10 months ago
  4. c2ff5b8 Require Python 3.5+ in setup.py and setup.cfg (#34) by Jukka Lehtosalo · 1 year, 3 months ago
  5. d48060d Don't describe mypy_extensions as experimental in the description (#32) by Jukka Lehtosalo · 1 year, 3 months ago

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.