@@ -78,6 +78,7 @@ def stub_distribution_name(module: str) -> str | None:
7878 "_win32typing" : "types-pywin32" ,
7979 "antlr4" : "types-antlr4-python3-runtime" ,
8080 "assertpy" : "types-assertpy" ,
81+ "atheris" : "types-atheris" ,
8182 "auth0" : "types-auth0-python" ,
8283 "authlib" : "types-Authlib" ,
8384 "aws_xray_sdk" : "types-aws-xray-sdk" ,
@@ -94,6 +95,7 @@ def stub_distribution_name(module: str) -> str | None:
9495 "click_shell" : "types-click-shell" ,
9596 "click_web" : "types-click-web" ,
9697 "colorama" : "types-colorama" ,
98+ "colorful" : "types-colorful" ,
9799 "commctrl" : "types-pywin32" ,
98100 "consolemenu" : "types-console-menu" ,
99101 "convertdate" : "types-convertdate" ,
@@ -109,7 +111,8 @@ def stub_distribution_name(module: str) -> str | None:
109111 "dockerfile_parse" : "types-dockerfile-parse" ,
110112 "editdistance" : "types-editdistance" ,
111113 "entrypoints" : "types-entrypoints" ,
112- "exifread" : "types-ExifRead" ,
114+ "ephem" : "types-ephem" ,
115+ "et_xmlfile" : "types-et_xmlfile" ,
113116 "fanstatic" : "types-fanstatic" ,
114117 "farmhash" : "types-pyfarmhash" ,
115118 "flake8_builtins" : "types-flake8-builtins" ,
@@ -131,6 +134,7 @@ def stub_distribution_name(module: str) -> str | None:
131134 "grpc_reflection" : "types-grpcio-reflection" ,
132135 "grpc_status" : "types-grpcio-status" ,
133136 "grpc" : "types-grpcio" ,
137+ "gunicorn" : "types-gunicorn" ,
134138 "hdbcli" : "types-hdbcli" ,
135139 "hnswlib" : "types-hnswlib" ,
136140 "html5lib" : "types-html5lib" ,
@@ -185,6 +189,7 @@ def stub_distribution_name(module: str) -> str | None:
185189 "portpicker" : "types-portpicker" ,
186190 "psutil" : "types-psutil" ,
187191 "psycopg2" : "types-psycopg2" ,
192+ "punq" : "types-punq" ,
188193 "pyasn1" : "types-pyasn1" ,
189194 "pyaudio" : "types-pyaudio" ,
190195 "pyautogui" : "types-PyAutoGUI" ,
@@ -222,6 +227,7 @@ def stub_distribution_name(module: str) -> str | None:
222227 "servicemanager" : "types-pywin32" ,
223228 "setuptools" : "types-setuptools" ,
224229 "shapely" : "types-shapely" ,
230+ "simple_websocket" : "types-simple-websocket" ,
225231 "slumber" : "types-slumber" ,
226232 "socks" : "types-PySocks" ,
227233 "sockshandler" : "types-PySocks" ,
@@ -234,13 +240,15 @@ def stub_distribution_name(module: str) -> str | None:
234240 "tqdm" : "types-tqdm" ,
235241 "translationstring" : "types-translationstring" ,
236242 "ttkthemes" : "types-ttkthemes" ,
243+ "tzdata" : "types-tzdata" ,
237244 "unidiff" : "types-unidiff" ,
238245 "untangle" : "types-untangle" ,
239246 "usersettings" : "types-usersettings" ,
240247 "uwsgi" : "types-uWSGI" ,
241248 "uwsgidecorators" : "types-uWSGI" ,
242249 "vobject" : "types-vobject" ,
243250 "watchpoints" : "types-watchpoints" ,
251+ "webencodings" : "types-webencodings" ,
244252 "webob" : "types-WebOb" ,
245253 "whatthepatch" : "types-whatthepatch" ,
246254 "win2kras" : "types-pywin32" ,
@@ -294,10 +302,12 @@ def stub_distribution_name(module: str) -> str | None:
294302 "workalendar" : "types-workalendar" ,
295303 "wtforms" : "types-WTForms" ,
296304 "wurlitzer" : "types-wurlitzer" ,
305+ "www_authenticate" : "types-www-authenticate" ,
297306 "xdg" : "types-pyxdg" ,
298307 "xdgenvpy" : "types-xdgenvpy" ,
299308 "Xlib" : "types-python-xlib" ,
300309 "xlrd" : "types-xlrd" ,
310+ "xmldiff" : "types-xmldiff" ,
301311 "xmltodict" : "types-xmltodict" ,
302312 "yt_dlp" : "types-yt-dlp" ,
303313 "zstd" : "types-zstd" ,
0 commit comments