diff --git a/mypy/stubinfo.py b/mypy/stubinfo.py index 42e53ba21c84..5c8423f1c4e3 100644 --- a/mypy/stubinfo.py +++ b/mypy/stubinfo.py @@ -78,6 +78,7 @@ def stub_distribution_name(module: str) -> str | None: "_win32typing": "types-pywin32", "antlr4": "types-antlr4-python3-runtime", "assertpy": "types-assertpy", + "atheris": "types-atheris", "auth0": "types-auth0-python", "authlib": "types-Authlib", "aws_xray_sdk": "types-aws-xray-sdk", @@ -94,6 +95,7 @@ def stub_distribution_name(module: str) -> str | None: "click_shell": "types-click-shell", "click_web": "types-click-web", "colorama": "types-colorama", + "colorful": "types-colorful", "commctrl": "types-pywin32", "consolemenu": "types-console-menu", "convertdate": "types-convertdate", @@ -109,7 +111,8 @@ def stub_distribution_name(module: str) -> str | None: "dockerfile_parse": "types-dockerfile-parse", "editdistance": "types-editdistance", "entrypoints": "types-entrypoints", - "exifread": "types-ExifRead", + "ephem": "types-ephem", + "et_xmlfile": "types-et_xmlfile", "fanstatic": "types-fanstatic", "farmhash": "types-pyfarmhash", "flake8_builtins": "types-flake8-builtins", @@ -131,6 +134,7 @@ def stub_distribution_name(module: str) -> str | None: "grpc_reflection": "types-grpcio-reflection", "grpc_status": "types-grpcio-status", "grpc": "types-grpcio", + "gunicorn": "types-gunicorn", "hdbcli": "types-hdbcli", "hnswlib": "types-hnswlib", "html5lib": "types-html5lib", @@ -185,6 +189,7 @@ def stub_distribution_name(module: str) -> str | None: "portpicker": "types-portpicker", "psutil": "types-psutil", "psycopg2": "types-psycopg2", + "punq": "types-punq", "pyasn1": "types-pyasn1", "pyaudio": "types-pyaudio", "pyautogui": "types-PyAutoGUI", @@ -222,6 +227,7 @@ def stub_distribution_name(module: str) -> str | None: "servicemanager": "types-pywin32", "setuptools": "types-setuptools", "shapely": "types-shapely", + "simple_websocket": "types-simple-websocket", "slumber": "types-slumber", "socks": "types-PySocks", "sockshandler": "types-PySocks", @@ -234,6 +240,7 @@ def stub_distribution_name(module: str) -> str | None: "tqdm": "types-tqdm", "translationstring": "types-translationstring", "ttkthemes": "types-ttkthemes", + "tzdata": "types-tzdata", "unidiff": "types-unidiff", "untangle": "types-untangle", "usersettings": "types-usersettings", @@ -241,6 +248,7 @@ def stub_distribution_name(module: str) -> str | None: "uwsgidecorators": "types-uWSGI", "vobject": "types-vobject", "watchpoints": "types-watchpoints", + "webencodings": "types-webencodings", "webob": "types-WebOb", "whatthepatch": "types-whatthepatch", "win2kras": "types-pywin32", @@ -294,10 +302,12 @@ def stub_distribution_name(module: str) -> str | None: "workalendar": "types-workalendar", "wtforms": "types-WTForms", "wurlitzer": "types-wurlitzer", + "www_authenticate": "types-www-authenticate", "xdg": "types-pyxdg", "xdgenvpy": "types-xdgenvpy", "Xlib": "types-python-xlib", "xlrd": "types-xlrd", + "xmldiff": "types-xmldiff", "xmltodict": "types-xmltodict", "yt_dlp": "types-yt-dlp", "zstd": "types-zstd",