@anvil-works/anvil-pyright 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4989) hide show
  1. package/LICENSE.txt +22 -0
  2. package/README.md +11 -0
  3. package/dist/pyright-langserver.js +3 -0
  4. package/dist/pyright-langserver.js.LICENSE.txt +59 -0
  5. package/dist/pyright-langserver.js.map +1 -0
  6. package/dist/pyright.js +3 -0
  7. package/dist/pyright.js.LICENSE.txt +105 -0
  8. package/dist/pyright.js.map +1 -0
  9. package/dist/typeshed-fallback/LICENSE +237 -0
  10. package/dist/typeshed-fallback/README.md +124 -0
  11. package/dist/typeshed-fallback/commit.txt +1 -0
  12. package/dist/typeshed-fallback/stdlib/VERSIONS +343 -0
  13. package/dist/typeshed-fallback/stdlib/__future__.pyi +36 -0
  14. package/dist/typeshed-fallback/stdlib/__main__.pyi +3 -0
  15. package/dist/typeshed-fallback/stdlib/_ast.pyi +149 -0
  16. package/dist/typeshed-fallback/stdlib/_asyncio.pyi +320 -0
  17. package/dist/typeshed-fallback/stdlib/_bisect.pyi +189 -0
  18. package/dist/typeshed-fallback/stdlib/_blake2.pyi +137 -0
  19. package/dist/typeshed-fallback/stdlib/_bootlocale.pyi +1 -0
  20. package/dist/typeshed-fallback/stdlib/_bz2.pyi +77 -0
  21. package/dist/typeshed-fallback/stdlib/_codecs.pyi +247 -0
  22. package/dist/typeshed-fallback/stdlib/_collections_abc.pyi +127 -0
  23. package/dist/typeshed-fallback/stdlib/_compat_pickle.pyi +8 -0
  24. package/dist/typeshed-fallback/stdlib/_compression.pyi +25 -0
  25. package/dist/typeshed-fallback/stdlib/_contextvars.pyi +148 -0
  26. package/dist/typeshed-fallback/stdlib/_csv.pyi +232 -0
  27. package/dist/typeshed-fallback/stdlib/_ctypes.pyi +435 -0
  28. package/dist/typeshed-fallback/stdlib/_curses.pyi +1894 -0
  29. package/dist/typeshed-fallback/stdlib/_curses_panel.pyi +67 -0
  30. package/dist/typeshed-fallback/stdlib/_dbm.pyi +56 -0
  31. package/dist/typeshed-fallback/stdlib/_decimal.pyi +80 -0
  32. package/dist/typeshed-fallback/stdlib/_dummy_thread.pyi +33 -0
  33. package/dist/typeshed-fallback/stdlib/_dummy_threading.pyi +56 -0
  34. package/dist/typeshed-fallback/stdlib/_frozen_importlib.pyi +115 -0
  35. package/dist/typeshed-fallback/stdlib/_frozen_importlib_external.pyi +178 -0
  36. package/dist/typeshed-fallback/stdlib/_gdbm.pyi +85 -0
  37. package/dist/typeshed-fallback/stdlib/_hashlib.pyi +245 -0
  38. package/dist/typeshed-fallback/stdlib/_heapq.pyi +67 -0
  39. package/dist/typeshed-fallback/stdlib/_imp.pyi +81 -0
  40. package/dist/typeshed-fallback/stdlib/_interpchannels.pyi +258 -0
  41. package/dist/typeshed-fallback/stdlib/_interpqueues.pyi +103 -0
  42. package/dist/typeshed-fallback/stdlib/_interpreters.pyi +206 -0
  43. package/dist/typeshed-fallback/stdlib/_io.pyi +719 -0
  44. package/dist/typeshed-fallback/stdlib/_json.pyi +100 -0
  45. package/dist/typeshed-fallback/stdlib/_locale.pyi +155 -0
  46. package/dist/typeshed-fallback/stdlib/_lsprof.pyi +94 -0
  47. package/dist/typeshed-fallback/stdlib/_lzma.pyi +169 -0
  48. package/dist/typeshed-fallback/stdlib/_markupbase.pyi +16 -0
  49. package/dist/typeshed-fallback/stdlib/_msi.pyi +92 -0
  50. package/dist/typeshed-fallback/stdlib/_multibytecodec.pyi +44 -0
  51. package/dist/typeshed-fallback/stdlib/_operator.pyi +261 -0
  52. package/dist/typeshed-fallback/stdlib/_osx_support.pyi +34 -0
  53. package/dist/typeshed-fallback/stdlib/_pickle.pyi +286 -0
  54. package/dist/typeshed-fallback/stdlib/_posixsubprocess.pyi +58 -0
  55. package/dist/typeshed-fallback/stdlib/_py_abc.pyi +14 -0
  56. package/dist/typeshed-fallback/stdlib/_pydecimal.pyi +43 -0
  57. package/dist/typeshed-fallback/stdlib/_queue.pyi +67 -0
  58. package/dist/typeshed-fallback/stdlib/_random.pyi +30 -0
  59. package/dist/typeshed-fallback/stdlib/_sitebuiltins.pyi +17 -0
  60. package/dist/typeshed-fallback/stdlib/_socket.pyi +1369 -0
  61. package/dist/typeshed-fallback/stdlib/_sqlite3.pyi +360 -0
  62. package/dist/typeshed-fallback/stdlib/_ssl.pyi +398 -0
  63. package/dist/typeshed-fallback/stdlib/_stat.pyi +257 -0
  64. package/dist/typeshed-fallback/stdlib/_struct.pyi +147 -0
  65. package/dist/typeshed-fallback/stdlib/_thread.pyi +314 -0
  66. package/dist/typeshed-fallback/stdlib/_threading_local.pyi +22 -0
  67. package/dist/typeshed-fallback/stdlib/_tkinter.pyi +143 -0
  68. package/dist/typeshed-fallback/stdlib/_tracemalloc.pyi +78 -0
  69. package/dist/typeshed-fallback/stdlib/_typeshed/README.md +34 -0
  70. package/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi +366 -0
  71. package/dist/typeshed-fallback/stdlib/_typeshed/dbapi.pyi +37 -0
  72. package/dist/typeshed-fallback/stdlib/_typeshed/importlib.pyi +18 -0
  73. package/dist/typeshed-fallback/stdlib/_typeshed/wsgi.pyi +44 -0
  74. package/dist/typeshed-fallback/stdlib/_typeshed/xml.pyi +9 -0
  75. package/dist/typeshed-fallback/stdlib/_warnings.pyi +98 -0
  76. package/dist/typeshed-fallback/stdlib/_weakref.pyi +35 -0
  77. package/dist/typeshed-fallback/stdlib/_weakrefset.pyi +58 -0
  78. package/dist/typeshed-fallback/stdlib/_winapi.pyi +283 -0
  79. package/dist/typeshed-fallback/stdlib/abc.pyi +59 -0
  80. package/dist/typeshed-fallback/stdlib/aifc.pyi +91 -0
  81. package/dist/typeshed-fallback/stdlib/antigravity.pyi +3 -0
  82. package/dist/typeshed-fallback/stdlib/argparse.pyi +770 -0
  83. package/dist/typeshed-fallback/stdlib/array.pyi +270 -0
  84. package/dist/typeshed-fallback/stdlib/ast.pyi +2066 -0
  85. package/dist/typeshed-fallback/stdlib/asynchat.pyi +21 -0
  86. package/dist/typeshed-fallback/stdlib/asyncio/__init__.pyi +1165 -0
  87. package/dist/typeshed-fallback/stdlib/asyncio/base_events.pyi +491 -0
  88. package/dist/typeshed-fallback/stdlib/asyncio/base_futures.pyi +19 -0
  89. package/dist/typeshed-fallback/stdlib/asyncio/base_subprocess.pyi +63 -0
  90. package/dist/typeshed-fallback/stdlib/asyncio/base_tasks.pyi +9 -0
  91. package/dist/typeshed-fallback/stdlib/asyncio/constants.pyi +20 -0
  92. package/dist/typeshed-fallback/stdlib/asyncio/coroutines.pyi +27 -0
  93. package/dist/typeshed-fallback/stdlib/asyncio/events.pyi +655 -0
  94. package/dist/typeshed-fallback/stdlib/asyncio/exceptions.pyi +44 -0
  95. package/dist/typeshed-fallback/stdlib/asyncio/format_helpers.pyi +31 -0
  96. package/dist/typeshed-fallback/stdlib/asyncio/futures.pyi +17 -0
  97. package/dist/typeshed-fallback/stdlib/asyncio/locks.pyi +128 -0
  98. package/dist/typeshed-fallback/stdlib/asyncio/log.pyi +3 -0
  99. package/dist/typeshed-fallback/stdlib/asyncio/mixins.pyi +9 -0
  100. package/dist/typeshed-fallback/stdlib/asyncio/proactor_events.pyi +65 -0
  101. package/dist/typeshed-fallback/stdlib/asyncio/protocols.pyi +35 -0
  102. package/dist/typeshed-fallback/stdlib/asyncio/queues.pyi +65 -0
  103. package/dist/typeshed-fallback/stdlib/asyncio/runners.pyi +33 -0
  104. package/dist/typeshed-fallback/stdlib/asyncio/selector_events.pyi +10 -0
  105. package/dist/typeshed-fallback/stdlib/asyncio/sslproto.pyi +165 -0
  106. package/dist/typeshed-fallback/stdlib/asyncio/staggered.pyi +10 -0
  107. package/dist/typeshed-fallback/stdlib/asyncio/streams.pyi +158 -0
  108. package/dist/typeshed-fallback/stdlib/asyncio/subprocess.pyi +230 -0
  109. package/dist/typeshed-fallback/stdlib/asyncio/taskgroups.pyi +26 -0
  110. package/dist/typeshed-fallback/stdlib/asyncio/tasks.pyi +462 -0
  111. package/dist/typeshed-fallback/stdlib/asyncio/threads.pyi +10 -0
  112. package/dist/typeshed-fallback/stdlib/asyncio/timeouts.pyi +20 -0
  113. package/dist/typeshed-fallback/stdlib/asyncio/transports.pyi +48 -0
  114. package/dist/typeshed-fallback/stdlib/asyncio/trsock.pyi +94 -0
  115. package/dist/typeshed-fallback/stdlib/asyncio/unix_events.pyi +254 -0
  116. package/dist/typeshed-fallback/stdlib/asyncio/windows_events.pyi +101 -0
  117. package/dist/typeshed-fallback/stdlib/asyncio/windows_utils.pyi +49 -0
  118. package/dist/typeshed-fallback/stdlib/asyncore.pyi +90 -0
  119. package/dist/typeshed-fallback/stdlib/atexit.pyi +46 -0
  120. package/dist/typeshed-fallback/stdlib/audioop.pyi +43 -0
  121. package/dist/typeshed-fallback/stdlib/base64.pyi +65 -0
  122. package/dist/typeshed-fallback/stdlib/bdb.pyi +119 -0
  123. package/dist/typeshed-fallback/stdlib/binascii.pyi +113 -0
  124. package/dist/typeshed-fallback/stdlib/binhex.pyi +45 -0
  125. package/dist/typeshed-fallback/stdlib/bisect.pyi +4 -0
  126. package/dist/typeshed-fallback/stdlib/builtins.pyi +6505 -0
  127. package/dist/typeshed-fallback/stdlib/bz2.pyi +132 -0
  128. package/dist/typeshed-fallback/stdlib/cProfile.pyi +31 -0
  129. package/dist/typeshed-fallback/stdlib/calendar.pyi +208 -0
  130. package/dist/typeshed-fallback/stdlib/cgi.pyi +118 -0
  131. package/dist/typeshed-fallback/stdlib/cgitb.pyi +32 -0
  132. package/dist/typeshed-fallback/stdlib/chunk.pyi +20 -0
  133. package/dist/typeshed-fallback/stdlib/cmath.pyi +112 -0
  134. package/dist/typeshed-fallback/stdlib/cmd.pyi +46 -0
  135. package/dist/typeshed-fallback/stdlib/code.pyi +56 -0
  136. package/dist/typeshed-fallback/stdlib/codecs.pyi +324 -0
  137. package/dist/typeshed-fallback/stdlib/codeop.pyi +17 -0
  138. package/dist/typeshed-fallback/stdlib/collections/__init__.pyi +652 -0
  139. package/dist/typeshed-fallback/stdlib/collections/abc.pyi +2 -0
  140. package/dist/typeshed-fallback/stdlib/colorsys.pyi +13 -0
  141. package/dist/typeshed-fallback/stdlib/compileall.pyi +111 -0
  142. package/dist/typeshed-fallback/stdlib/concurrent/__init__.pyi +0 -0
  143. package/dist/typeshed-fallback/stdlib/concurrent/futures/__init__.pyi +51 -0
  144. package/dist/typeshed-fallback/stdlib/concurrent/futures/_base.pyi +132 -0
  145. package/dist/typeshed-fallback/stdlib/concurrent/futures/process.pyi +244 -0
  146. package/dist/typeshed-fallback/stdlib/concurrent/futures/thread.pyi +86 -0
  147. package/dist/typeshed-fallback/stdlib/configparser.pyi +431 -0
  148. package/dist/typeshed-fallback/stdlib/contextlib.pyi +218 -0
  149. package/dist/typeshed-fallback/stdlib/contextvars.pyi +3 -0
  150. package/dist/typeshed-fallback/stdlib/copy.pyi +27 -0
  151. package/dist/typeshed-fallback/stdlib/copyreg.pyi +21 -0
  152. package/dist/typeshed-fallback/stdlib/crypt.pyi +20 -0
  153. package/dist/typeshed-fallback/stdlib/csv.pyi +169 -0
  154. package/dist/typeshed-fallback/stdlib/ctypes/__init__.pyi +269 -0
  155. package/dist/typeshed-fallback/stdlib/ctypes/_endian.pyi +16 -0
  156. package/dist/typeshed-fallback/stdlib/ctypes/macholib/__init__.pyi +1 -0
  157. package/dist/typeshed-fallback/stdlib/ctypes/macholib/dyld.pyi +8 -0
  158. package/dist/typeshed-fallback/stdlib/ctypes/macholib/dylib.pyi +14 -0
  159. package/dist/typeshed-fallback/stdlib/ctypes/macholib/framework.pyi +14 -0
  160. package/dist/typeshed-fallback/stdlib/ctypes/util.pyi +8 -0
  161. package/dist/typeshed-fallback/stdlib/ctypes/wintypes.pyi +304 -0
  162. package/dist/typeshed-fallback/stdlib/curses/__init__.pyi +45 -0
  163. package/dist/typeshed-fallback/stdlib/curses/ascii.pyi +62 -0
  164. package/dist/typeshed-fallback/stdlib/curses/has_key.pyi +1 -0
  165. package/dist/typeshed-fallback/stdlib/curses/panel.pyi +1 -0
  166. package/dist/typeshed-fallback/stdlib/curses/textpad.pyi +11 -0
  167. package/dist/typeshed-fallback/stdlib/dataclasses.pyi +330 -0
  168. package/dist/typeshed-fallback/stdlib/datetime.pyi +576 -0
  169. package/dist/typeshed-fallback/stdlib/dbm/__init__.pyi +104 -0
  170. package/dist/typeshed-fallback/stdlib/dbm/dumb.pyi +37 -0
  171. package/dist/typeshed-fallback/stdlib/dbm/gnu.pyi +1 -0
  172. package/dist/typeshed-fallback/stdlib/dbm/ndbm.pyi +1 -0
  173. package/dist/typeshed-fallback/stdlib/dbm/sqlite3.pyi +29 -0
  174. package/dist/typeshed-fallback/stdlib/decimal.pyi +848 -0
  175. package/dist/typeshed-fallback/stdlib/difflib.pyi +146 -0
  176. package/dist/typeshed-fallback/stdlib/dis.pyi +248 -0
  177. package/dist/typeshed-fallback/stdlib/distutils/__init__.pyi +5 -0
  178. package/dist/typeshed-fallback/stdlib/distutils/_msvccompiler.pyi +13 -0
  179. package/dist/typeshed-fallback/stdlib/distutils/archive_util.pyi +35 -0
  180. package/dist/typeshed-fallback/stdlib/distutils/bcppcompiler.pyi +3 -0
  181. package/dist/typeshed-fallback/stdlib/distutils/ccompiler.pyi +176 -0
  182. package/dist/typeshed-fallback/stdlib/distutils/cmd.pyi +229 -0
  183. package/dist/typeshed-fallback/stdlib/distutils/command/__init__.pyi +48 -0
  184. package/dist/typeshed-fallback/stdlib/distutils/command/bdist.pyi +27 -0
  185. package/dist/typeshed-fallback/stdlib/distutils/command/bdist_dumb.pyi +22 -0
  186. package/dist/typeshed-fallback/stdlib/distutils/command/bdist_msi.pyi +46 -0
  187. package/dist/typeshed-fallback/stdlib/distutils/command/bdist_packager.pyi +0 -0
  188. package/dist/typeshed-fallback/stdlib/distutils/command/bdist_rpm.pyi +53 -0
  189. package/dist/typeshed-fallback/stdlib/distutils/command/bdist_wininst.pyi +16 -0
  190. package/dist/typeshed-fallback/stdlib/distutils/command/build.pyi +34 -0
  191. package/dist/typeshed-fallback/stdlib/distutils/command/build_clib.pyi +29 -0
  192. package/dist/typeshed-fallback/stdlib/distutils/command/build_ext.pyi +52 -0
  193. package/dist/typeshed-fallback/stdlib/distutils/command/build_py.pyi +45 -0
  194. package/dist/typeshed-fallback/stdlib/distutils/command/build_scripts.pyi +25 -0
  195. package/dist/typeshed-fallback/stdlib/distutils/command/check.pyi +40 -0
  196. package/dist/typeshed-fallback/stdlib/distutils/command/clean.pyi +18 -0
  197. package/dist/typeshed-fallback/stdlib/distutils/command/config.pyi +84 -0
  198. package/dist/typeshed-fallback/stdlib/distutils/command/install.pyi +71 -0
  199. package/dist/typeshed-fallback/stdlib/distutils/command/install_data.pyi +20 -0
  200. package/dist/typeshed-fallback/stdlib/distutils/command/install_egg_info.pyi +19 -0
  201. package/dist/typeshed-fallback/stdlib/distutils/command/install_headers.pyi +17 -0
  202. package/dist/typeshed-fallback/stdlib/distutils/command/install_lib.pyi +26 -0
  203. package/dist/typeshed-fallback/stdlib/distutils/command/install_scripts.pyi +19 -0
  204. package/dist/typeshed-fallback/stdlib/distutils/command/register.pyi +21 -0
  205. package/dist/typeshed-fallback/stdlib/distutils/command/sdist.pyi +45 -0
  206. package/dist/typeshed-fallback/stdlib/distutils/command/upload.pyi +18 -0
  207. package/dist/typeshed-fallback/stdlib/distutils/config.pyi +17 -0
  208. package/dist/typeshed-fallback/stdlib/distutils/core.pyi +58 -0
  209. package/dist/typeshed-fallback/stdlib/distutils/cygwinccompiler.pyi +20 -0
  210. package/dist/typeshed-fallback/stdlib/distutils/debug.pyi +3 -0
  211. package/dist/typeshed-fallback/stdlib/distutils/dep_util.pyi +14 -0
  212. package/dist/typeshed-fallback/stdlib/distutils/dir_util.pyi +23 -0
  213. package/dist/typeshed-fallback/stdlib/distutils/dist.pyi +317 -0
  214. package/dist/typeshed-fallback/stdlib/distutils/errors.pyi +19 -0
  215. package/dist/typeshed-fallback/stdlib/distutils/extension.pyi +36 -0
  216. package/dist/typeshed-fallback/stdlib/distutils/fancy_getopt.pyi +44 -0
  217. package/dist/typeshed-fallback/stdlib/distutils/file_util.pyi +38 -0
  218. package/dist/typeshed-fallback/stdlib/distutils/filelist.pyi +58 -0
  219. package/dist/typeshed-fallback/stdlib/distutils/log.pyi +26 -0
  220. package/dist/typeshed-fallback/stdlib/distutils/msvccompiler.pyi +3 -0
  221. package/dist/typeshed-fallback/stdlib/distutils/spawn.pyi +10 -0
  222. package/dist/typeshed-fallback/stdlib/distutils/sysconfig.pyi +33 -0
  223. package/dist/typeshed-fallback/stdlib/distutils/text_file.pyi +21 -0
  224. package/dist/typeshed-fallback/stdlib/distutils/unixccompiler.pyi +3 -0
  225. package/dist/typeshed-fallback/stdlib/distutils/util.pyi +53 -0
  226. package/dist/typeshed-fallback/stdlib/distutils/version.pyi +36 -0
  227. package/dist/typeshed-fallback/stdlib/doctest.pyi +262 -0
  228. package/dist/typeshed-fallback/stdlib/dummy_threading.pyi +2 -0
  229. package/dist/typeshed-fallback/stdlib/email/__init__.pyi +59 -0
  230. package/dist/typeshed-fallback/stdlib/email/_header_value_parser.pyi +402 -0
  231. package/dist/typeshed-fallback/stdlib/email/_policybase.pyi +77 -0
  232. package/dist/typeshed-fallback/stdlib/email/base64mime.pyi +13 -0
  233. package/dist/typeshed-fallback/stdlib/email/charset.pyi +37 -0
  234. package/dist/typeshed-fallback/stdlib/email/contentmanager.pyi +11 -0
  235. package/dist/typeshed-fallback/stdlib/email/encoders.pyi +8 -0
  236. package/dist/typeshed-fallback/stdlib/email/errors.pyi +42 -0
  237. package/dist/typeshed-fallback/stdlib/email/feedparser.pyi +23 -0
  238. package/dist/typeshed-fallback/stdlib/email/generator.pyi +77 -0
  239. package/dist/typeshed-fallback/stdlib/email/header.pyi +34 -0
  240. package/dist/typeshed-fallback/stdlib/email/headerregistry.pyi +185 -0
  241. package/dist/typeshed-fallback/stdlib/email/iterators.pyi +12 -0
  242. package/dist/typeshed-fallback/stdlib/email/message.pyi +172 -0
  243. package/dist/typeshed-fallback/stdlib/email/mime/__init__.pyi +0 -0
  244. package/dist/typeshed-fallback/stdlib/email/mime/application.pyi +17 -0
  245. package/dist/typeshed-fallback/stdlib/email/mime/audio.pyi +17 -0
  246. package/dist/typeshed-fallback/stdlib/email/mime/base.pyi +8 -0
  247. package/dist/typeshed-fallback/stdlib/email/mime/image.pyi +17 -0
  248. package/dist/typeshed-fallback/stdlib/email/mime/message.pyi +7 -0
  249. package/dist/typeshed-fallback/stdlib/email/mime/multipart.pyi +17 -0
  250. package/dist/typeshed-fallback/stdlib/email/mime/nonmultipart.pyi +5 -0
  251. package/dist/typeshed-fallback/stdlib/email/mime/text.pyi +9 -0
  252. package/dist/typeshed-fallback/stdlib/email/parser.pyi +38 -0
  253. package/dist/typeshed-fallback/stdlib/email/policy.pyi +77 -0
  254. package/dist/typeshed-fallback/stdlib/email/quoprimime.pyi +28 -0
  255. package/dist/typeshed-fallback/stdlib/email/utils.pyi +78 -0
  256. package/dist/typeshed-fallback/stdlib/encodings/__init__.pyi +10 -0
  257. package/dist/typeshed-fallback/stdlib/encodings/aliases.pyi +1 -0
  258. package/dist/typeshed-fallback/stdlib/encodings/ascii.pyi +30 -0
  259. package/dist/typeshed-fallback/stdlib/encodings/base64_codec.pyi +26 -0
  260. package/dist/typeshed-fallback/stdlib/encodings/big5.pyi +23 -0
  261. package/dist/typeshed-fallback/stdlib/encodings/big5hkscs.pyi +23 -0
  262. package/dist/typeshed-fallback/stdlib/encodings/bz2_codec.pyi +26 -0
  263. package/dist/typeshed-fallback/stdlib/encodings/charmap.pyi +33 -0
  264. package/dist/typeshed-fallback/stdlib/encodings/cp037.pyi +21 -0
  265. package/dist/typeshed-fallback/stdlib/encodings/cp1006.pyi +21 -0
  266. package/dist/typeshed-fallback/stdlib/encodings/cp1026.pyi +21 -0
  267. package/dist/typeshed-fallback/stdlib/encodings/cp1125.pyi +21 -0
  268. package/dist/typeshed-fallback/stdlib/encodings/cp1140.pyi +21 -0
  269. package/dist/typeshed-fallback/stdlib/encodings/cp1250.pyi +21 -0
  270. package/dist/typeshed-fallback/stdlib/encodings/cp1251.pyi +21 -0
  271. package/dist/typeshed-fallback/stdlib/encodings/cp1252.pyi +21 -0
  272. package/dist/typeshed-fallback/stdlib/encodings/cp1253.pyi +21 -0
  273. package/dist/typeshed-fallback/stdlib/encodings/cp1254.pyi +21 -0
  274. package/dist/typeshed-fallback/stdlib/encodings/cp1255.pyi +21 -0
  275. package/dist/typeshed-fallback/stdlib/encodings/cp1256.pyi +21 -0
  276. package/dist/typeshed-fallback/stdlib/encodings/cp1257.pyi +21 -0
  277. package/dist/typeshed-fallback/stdlib/encodings/cp1258.pyi +21 -0
  278. package/dist/typeshed-fallback/stdlib/encodings/cp273.pyi +21 -0
  279. package/dist/typeshed-fallback/stdlib/encodings/cp424.pyi +21 -0
  280. package/dist/typeshed-fallback/stdlib/encodings/cp437.pyi +21 -0
  281. package/dist/typeshed-fallback/stdlib/encodings/cp500.pyi +21 -0
  282. package/dist/typeshed-fallback/stdlib/encodings/cp720.pyi +21 -0
  283. package/dist/typeshed-fallback/stdlib/encodings/cp737.pyi +21 -0
  284. package/dist/typeshed-fallback/stdlib/encodings/cp775.pyi +21 -0
  285. package/dist/typeshed-fallback/stdlib/encodings/cp850.pyi +21 -0
  286. package/dist/typeshed-fallback/stdlib/encodings/cp852.pyi +21 -0
  287. package/dist/typeshed-fallback/stdlib/encodings/cp855.pyi +21 -0
  288. package/dist/typeshed-fallback/stdlib/encodings/cp856.pyi +21 -0
  289. package/dist/typeshed-fallback/stdlib/encodings/cp857.pyi +21 -0
  290. package/dist/typeshed-fallback/stdlib/encodings/cp858.pyi +21 -0
  291. package/dist/typeshed-fallback/stdlib/encodings/cp860.pyi +21 -0
  292. package/dist/typeshed-fallback/stdlib/encodings/cp861.pyi +21 -0
  293. package/dist/typeshed-fallback/stdlib/encodings/cp862.pyi +21 -0
  294. package/dist/typeshed-fallback/stdlib/encodings/cp863.pyi +21 -0
  295. package/dist/typeshed-fallback/stdlib/encodings/cp864.pyi +21 -0
  296. package/dist/typeshed-fallback/stdlib/encodings/cp865.pyi +21 -0
  297. package/dist/typeshed-fallback/stdlib/encodings/cp866.pyi +21 -0
  298. package/dist/typeshed-fallback/stdlib/encodings/cp869.pyi +21 -0
  299. package/dist/typeshed-fallback/stdlib/encodings/cp874.pyi +21 -0
  300. package/dist/typeshed-fallback/stdlib/encodings/cp875.pyi +21 -0
  301. package/dist/typeshed-fallback/stdlib/encodings/cp932.pyi +23 -0
  302. package/dist/typeshed-fallback/stdlib/encodings/cp949.pyi +23 -0
  303. package/dist/typeshed-fallback/stdlib/encodings/cp950.pyi +23 -0
  304. package/dist/typeshed-fallback/stdlib/encodings/euc_jis_2004.pyi +23 -0
  305. package/dist/typeshed-fallback/stdlib/encodings/euc_jisx0213.pyi +23 -0
  306. package/dist/typeshed-fallback/stdlib/encodings/euc_jp.pyi +23 -0
  307. package/dist/typeshed-fallback/stdlib/encodings/euc_kr.pyi +23 -0
  308. package/dist/typeshed-fallback/stdlib/encodings/gb18030.pyi +23 -0
  309. package/dist/typeshed-fallback/stdlib/encodings/gb2312.pyi +23 -0
  310. package/dist/typeshed-fallback/stdlib/encodings/gbk.pyi +23 -0
  311. package/dist/typeshed-fallback/stdlib/encodings/hex_codec.pyi +26 -0
  312. package/dist/typeshed-fallback/stdlib/encodings/hp_roman8.pyi +21 -0
  313. package/dist/typeshed-fallback/stdlib/encodings/hz.pyi +23 -0
  314. package/dist/typeshed-fallback/stdlib/encodings/idna.pyi +26 -0
  315. package/dist/typeshed-fallback/stdlib/encodings/iso2022_jp.pyi +23 -0
  316. package/dist/typeshed-fallback/stdlib/encodings/iso2022_jp_1.pyi +23 -0
  317. package/dist/typeshed-fallback/stdlib/encodings/iso2022_jp_2.pyi +23 -0
  318. package/dist/typeshed-fallback/stdlib/encodings/iso2022_jp_2004.pyi +23 -0
  319. package/dist/typeshed-fallback/stdlib/encodings/iso2022_jp_3.pyi +23 -0
  320. package/dist/typeshed-fallback/stdlib/encodings/iso2022_jp_ext.pyi +23 -0
  321. package/dist/typeshed-fallback/stdlib/encodings/iso2022_kr.pyi +23 -0
  322. package/dist/typeshed-fallback/stdlib/encodings/iso8859_1.pyi +21 -0
  323. package/dist/typeshed-fallback/stdlib/encodings/iso8859_10.pyi +21 -0
  324. package/dist/typeshed-fallback/stdlib/encodings/iso8859_11.pyi +21 -0
  325. package/dist/typeshed-fallback/stdlib/encodings/iso8859_13.pyi +21 -0
  326. package/dist/typeshed-fallback/stdlib/encodings/iso8859_14.pyi +21 -0
  327. package/dist/typeshed-fallback/stdlib/encodings/iso8859_15.pyi +21 -0
  328. package/dist/typeshed-fallback/stdlib/encodings/iso8859_16.pyi +21 -0
  329. package/dist/typeshed-fallback/stdlib/encodings/iso8859_2.pyi +21 -0
  330. package/dist/typeshed-fallback/stdlib/encodings/iso8859_3.pyi +21 -0
  331. package/dist/typeshed-fallback/stdlib/encodings/iso8859_4.pyi +21 -0
  332. package/dist/typeshed-fallback/stdlib/encodings/iso8859_5.pyi +21 -0
  333. package/dist/typeshed-fallback/stdlib/encodings/iso8859_6.pyi +21 -0
  334. package/dist/typeshed-fallback/stdlib/encodings/iso8859_7.pyi +21 -0
  335. package/dist/typeshed-fallback/stdlib/encodings/iso8859_8.pyi +21 -0
  336. package/dist/typeshed-fallback/stdlib/encodings/iso8859_9.pyi +21 -0
  337. package/dist/typeshed-fallback/stdlib/encodings/johab.pyi +23 -0
  338. package/dist/typeshed-fallback/stdlib/encodings/koi8_r.pyi +21 -0
  339. package/dist/typeshed-fallback/stdlib/encodings/koi8_t.pyi +21 -0
  340. package/dist/typeshed-fallback/stdlib/encodings/koi8_u.pyi +21 -0
  341. package/dist/typeshed-fallback/stdlib/encodings/kz1048.pyi +21 -0
  342. package/dist/typeshed-fallback/stdlib/encodings/latin_1.pyi +30 -0
  343. package/dist/typeshed-fallback/stdlib/encodings/mac_arabic.pyi +21 -0
  344. package/dist/typeshed-fallback/stdlib/encodings/mac_centeuro.pyi +21 -0
  345. package/dist/typeshed-fallback/stdlib/encodings/mac_croatian.pyi +21 -0
  346. package/dist/typeshed-fallback/stdlib/encodings/mac_cyrillic.pyi +21 -0
  347. package/dist/typeshed-fallback/stdlib/encodings/mac_farsi.pyi +21 -0
  348. package/dist/typeshed-fallback/stdlib/encodings/mac_greek.pyi +21 -0
  349. package/dist/typeshed-fallback/stdlib/encodings/mac_iceland.pyi +21 -0
  350. package/dist/typeshed-fallback/stdlib/encodings/mac_latin2.pyi +21 -0
  351. package/dist/typeshed-fallback/stdlib/encodings/mac_roman.pyi +21 -0
  352. package/dist/typeshed-fallback/stdlib/encodings/mac_romanian.pyi +21 -0
  353. package/dist/typeshed-fallback/stdlib/encodings/mac_turkish.pyi +21 -0
  354. package/dist/typeshed-fallback/stdlib/encodings/mbcs.pyi +28 -0
  355. package/dist/typeshed-fallback/stdlib/encodings/oem.pyi +28 -0
  356. package/dist/typeshed-fallback/stdlib/encodings/palmos.pyi +21 -0
  357. package/dist/typeshed-fallback/stdlib/encodings/ptcp154.pyi +21 -0
  358. package/dist/typeshed-fallback/stdlib/encodings/punycode.pyi +33 -0
  359. package/dist/typeshed-fallback/stdlib/encodings/quopri_codec.pyi +26 -0
  360. package/dist/typeshed-fallback/stdlib/encodings/raw_unicode_escape.pyi +34 -0
  361. package/dist/typeshed-fallback/stdlib/encodings/rot_13.pyi +23 -0
  362. package/dist/typeshed-fallback/stdlib/encodings/shift_jis.pyi +23 -0
  363. package/dist/typeshed-fallback/stdlib/encodings/shift_jis_2004.pyi +23 -0
  364. package/dist/typeshed-fallback/stdlib/encodings/shift_jisx0213.pyi +23 -0
  365. package/dist/typeshed-fallback/stdlib/encodings/tis_620.pyi +21 -0
  366. package/dist/typeshed-fallback/stdlib/encodings/undefined.pyi +20 -0
  367. package/dist/typeshed-fallback/stdlib/encodings/unicode_escape.pyi +34 -0
  368. package/dist/typeshed-fallback/stdlib/encodings/utf_16.pyi +20 -0
  369. package/dist/typeshed-fallback/stdlib/encodings/utf_16_be.pyi +26 -0
  370. package/dist/typeshed-fallback/stdlib/encodings/utf_16_le.pyi +26 -0
  371. package/dist/typeshed-fallback/stdlib/encodings/utf_32.pyi +20 -0
  372. package/dist/typeshed-fallback/stdlib/encodings/utf_32_be.pyi +26 -0
  373. package/dist/typeshed-fallback/stdlib/encodings/utf_32_le.pyi +26 -0
  374. package/dist/typeshed-fallback/stdlib/encodings/utf_7.pyi +26 -0
  375. package/dist/typeshed-fallback/stdlib/encodings/utf_8.pyi +26 -0
  376. package/dist/typeshed-fallback/stdlib/encodings/utf_8_sig.pyi +22 -0
  377. package/dist/typeshed-fallback/stdlib/encodings/uu_codec.pyi +28 -0
  378. package/dist/typeshed-fallback/stdlib/encodings/zlib_codec.pyi +26 -0
  379. package/dist/typeshed-fallback/stdlib/ensurepip/__init__.pyi +12 -0
  380. package/dist/typeshed-fallback/stdlib/enum.pyi +352 -0
  381. package/dist/typeshed-fallback/stdlib/errno.pyi +237 -0
  382. package/dist/typeshed-fallback/stdlib/faulthandler.pyi +34 -0
  383. package/dist/typeshed-fallback/stdlib/fcntl.pyi +351 -0
  384. package/dist/typeshed-fallback/stdlib/filecmp.pyi +74 -0
  385. package/dist/typeshed-fallback/stdlib/fileinput.pyi +219 -0
  386. package/dist/typeshed-fallback/stdlib/fnmatch.pyi +9 -0
  387. package/dist/typeshed-fallback/stdlib/formatter.pyi +88 -0
  388. package/dist/typeshed-fallback/stdlib/fractions.pyi +162 -0
  389. package/dist/typeshed-fallback/stdlib/ftplib.pyi +178 -0
  390. package/dist/typeshed-fallback/stdlib/functools.pyi +275 -0
  391. package/dist/typeshed-fallback/stdlib/gc.pyi +144 -0
  392. package/dist/typeshed-fallback/stdlib/genericpath.pyi +59 -0
  393. package/dist/typeshed-fallback/stdlib/getopt.pyi +27 -0
  394. package/dist/typeshed-fallback/stdlib/getpass.pyi +8 -0
  395. package/dist/typeshed-fallback/stdlib/gettext.pyi +171 -0
  396. package/dist/typeshed-fallback/stdlib/glob.pyi +50 -0
  397. package/dist/typeshed-fallback/stdlib/graphlib.pyi +34 -0
  398. package/dist/typeshed-fallback/stdlib/grp.pyi +73 -0
  399. package/dist/typeshed-fallback/stdlib/gzip.pyi +162 -0
  400. package/dist/typeshed-fallback/stdlib/hashlib.pyi +105 -0
  401. package/dist/typeshed-fallback/stdlib/heapq.pyi +19 -0
  402. package/dist/typeshed-fallback/stdlib/hmac.pyi +42 -0
  403. package/dist/typeshed-fallback/stdlib/html/__init__.pyi +6 -0
  404. package/dist/typeshed-fallback/stdlib/html/entities.pyi +6 -0
  405. package/dist/typeshed-fallback/stdlib/html/parser.pyi +34 -0
  406. package/dist/typeshed-fallback/stdlib/http/__init__.pyi +121 -0
  407. package/dist/typeshed-fallback/stdlib/http/client.pyi +268 -0
  408. package/dist/typeshed-fallback/stdlib/http/cookiejar.pyi +159 -0
  409. package/dist/typeshed-fallback/stdlib/http/cookies.pyi +66 -0
  410. package/dist/typeshed-fallback/stdlib/http/server.pyi +84 -0
  411. package/dist/typeshed-fallback/stdlib/imaplib.pyi +168 -0
  412. package/dist/typeshed-fallback/stdlib/imghdr.pyi +17 -0
  413. package/dist/typeshed-fallback/stdlib/imp.pyi +62 -0
  414. package/dist/typeshed-fallback/stdlib/importlib/__init__.pyi +15 -0
  415. package/dist/typeshed-fallback/stdlib/importlib/_abc.pyi +15 -0
  416. package/dist/typeshed-fallback/stdlib/importlib/_bootstrap.pyi +2 -0
  417. package/dist/typeshed-fallback/stdlib/importlib/_bootstrap_external.pyi +2 -0
  418. package/dist/typeshed-fallback/stdlib/importlib/abc.pyi +175 -0
  419. package/dist/typeshed-fallback/stdlib/importlib/machinery.pyi +20 -0
  420. package/dist/typeshed-fallback/stdlib/importlib/metadata/__init__.pyi +342 -0
  421. package/dist/typeshed-fallback/stdlib/importlib/metadata/_meta.pyi +65 -0
  422. package/dist/typeshed-fallback/stdlib/importlib/metadata/diagnose.pyi +2 -0
  423. package/dist/typeshed-fallback/stdlib/importlib/readers.pyi +72 -0
  424. package/dist/typeshed-fallback/stdlib/importlib/resources/__init__.pyi +70 -0
  425. package/dist/typeshed-fallback/stdlib/importlib/resources/_common.pyi +42 -0
  426. package/dist/typeshed-fallback/stdlib/importlib/resources/_functional.pyi +30 -0
  427. package/dist/typeshed-fallback/stdlib/importlib/resources/abc.pyi +14 -0
  428. package/dist/typeshed-fallback/stdlib/importlib/resources/readers.pyi +14 -0
  429. package/dist/typeshed-fallback/stdlib/importlib/resources/simple.pyi +58 -0
  430. package/dist/typeshed-fallback/stdlib/importlib/simple.pyi +11 -0
  431. package/dist/typeshed-fallback/stdlib/importlib/util.pyi +33 -0
  432. package/dist/typeshed-fallback/stdlib/inspect.pyi +642 -0
  433. package/dist/typeshed-fallback/stdlib/io.pyi +60 -0
  434. package/dist/typeshed-fallback/stdlib/ipaddress.pyi +511 -0
  435. package/dist/typeshed-fallback/stdlib/itertools.pyi +574 -0
  436. package/dist/typeshed-fallback/stdlib/json/__init__.pyi +61 -0
  437. package/dist/typeshed-fallback/stdlib/json/decoder.pyi +32 -0
  438. package/dist/typeshed-fallback/stdlib/json/encoder.pyi +52 -0
  439. package/dist/typeshed-fallback/stdlib/json/scanner.pyi +7 -0
  440. package/dist/typeshed-fallback/stdlib/json/tool.pyi +1 -0
  441. package/dist/typeshed-fallback/stdlib/keyword.pyi +25 -0
  442. package/dist/typeshed-fallback/stdlib/lib2to3/__init__.pyi +0 -0
  443. package/dist/typeshed-fallback/stdlib/lib2to3/btm_matcher.pyi +28 -0
  444. package/dist/typeshed-fallback/stdlib/lib2to3/fixer_base.pyi +42 -0
  445. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/__init__.pyi +0 -0
  446. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_apply.pyi +8 -0
  447. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_asserts.pyi +10 -0
  448. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_basestring.pyi +8 -0
  449. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_buffer.pyi +8 -0
  450. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_dict.pyi +16 -0
  451. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_except.pyi +14 -0
  452. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_exec.pyi +8 -0
  453. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_execfile.pyi +8 -0
  454. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_exitfunc.pyi +13 -0
  455. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_filter.pyi +9 -0
  456. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_funcattrs.pyi +8 -0
  457. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_future.pyi +8 -0
  458. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_getcwdu.pyi +8 -0
  459. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_has_key.pyi +8 -0
  460. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_idioms.pyi +15 -0
  461. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_import.pyi +16 -0
  462. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_imports.pyi +21 -0
  463. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_imports2.pyi +8 -0
  464. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_input.pyi +11 -0
  465. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_intern.pyi +9 -0
  466. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_isinstance.pyi +8 -0
  467. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_itertools.pyi +9 -0
  468. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_itertools_imports.pyi +7 -0
  469. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_long.pyi +7 -0
  470. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_map.pyi +9 -0
  471. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_metaclass.pyi +17 -0
  472. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_methodattrs.pyi +10 -0
  473. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_ne.pyi +8 -0
  474. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_next.pyi +19 -0
  475. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_nonzero.pyi +8 -0
  476. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_numliterals.pyi +8 -0
  477. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_operator.pyi +12 -0
  478. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_paren.pyi +8 -0
  479. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_print.pyi +12 -0
  480. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_raise.pyi +8 -0
  481. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_raw_input.pyi +8 -0
  482. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_reduce.pyi +8 -0
  483. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_reload.pyi +9 -0
  484. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_renames.pyi +17 -0
  485. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_repr.pyi +8 -0
  486. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_set_literal.pyi +7 -0
  487. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_standarderror.pyi +8 -0
  488. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_sys_exc.pyi +9 -0
  489. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_throw.pyi +8 -0
  490. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_tuple_params.pyi +17 -0
  491. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_types.pyi +8 -0
  492. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_unicode.pyi +12 -0
  493. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_urllib.pyi +15 -0
  494. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_ws_comma.pyi +12 -0
  495. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_xrange.pyi +20 -0
  496. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_xreadlines.pyi +8 -0
  497. package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_zip.pyi +9 -0
  498. package/dist/typeshed-fallback/stdlib/lib2to3/main.pyi +42 -0
  499. package/dist/typeshed-fallback/stdlib/lib2to3/pgen2/__init__.pyi +9 -0
  500. package/dist/typeshed-fallback/stdlib/lib2to3/pgen2/driver.pyi +27 -0
  501. package/dist/typeshed-fallback/stdlib/lib2to3/pgen2/grammar.pyi +24 -0
  502. package/dist/typeshed-fallback/stdlib/lib2to3/pgen2/literals.pyi +7 -0
  503. package/dist/typeshed-fallback/stdlib/lib2to3/pgen2/parse.pyi +30 -0
  504. package/dist/typeshed-fallback/stdlib/lib2to3/pgen2/pgen.pyi +51 -0
  505. package/dist/typeshed-fallback/stdlib/lib2to3/pgen2/token.pyi +69 -0
  506. package/dist/typeshed-fallback/stdlib/lib2to3/pgen2/tokenize.pyi +96 -0
  507. package/dist/typeshed-fallback/stdlib/lib2to3/pygram.pyi +114 -0
  508. package/dist/typeshed-fallback/stdlib/lib2to3/pytree.pyi +118 -0
  509. package/dist/typeshed-fallback/stdlib/lib2to3/refactor.pyi +82 -0
  510. package/dist/typeshed-fallback/stdlib/linecache.pyi +23 -0
  511. package/dist/typeshed-fallback/stdlib/locale.pyi +156 -0
  512. package/dist/typeshed-fallback/stdlib/logging/__init__.pyi +698 -0
  513. package/dist/typeshed-fallback/stdlib/logging/config.pyi +139 -0
  514. package/dist/typeshed-fallback/stdlib/logging/handlers.pyi +277 -0
  515. package/dist/typeshed-fallback/stdlib/lzma.pyi +174 -0
  516. package/dist/typeshed-fallback/stdlib/mailbox.pyi +276 -0
  517. package/dist/typeshed-fallback/stdlib/mailcap.pyi +11 -0
  518. package/dist/typeshed-fallback/stdlib/marshal.pyi +128 -0
  519. package/dist/typeshed-fallback/stdlib/math.pyi +468 -0
  520. package/dist/typeshed-fallback/stdlib/mimetypes.pyi +56 -0
  521. package/dist/typeshed-fallback/stdlib/mmap.pyi +185 -0
  522. package/dist/typeshed-fallback/stdlib/modulefinder.pyi +68 -0
  523. package/dist/typeshed-fallback/stdlib/msilib/__init__.pyi +177 -0
  524. package/dist/typeshed-fallback/stdlib/msilib/schema.pyi +94 -0
  525. package/dist/typeshed-fallback/stdlib/msilib/sequence.pyi +13 -0
  526. package/dist/typeshed-fallback/stdlib/msilib/text.pyi +7 -0
  527. package/dist/typeshed-fallback/stdlib/msvcrt.pyi +32 -0
  528. package/dist/typeshed-fallback/stdlib/multiprocessing/__init__.pyi +90 -0
  529. package/dist/typeshed-fallback/stdlib/multiprocessing/connection.pyi +89 -0
  530. package/dist/typeshed-fallback/stdlib/multiprocessing/context.pyi +216 -0
  531. package/dist/typeshed-fallback/stdlib/multiprocessing/dummy/__init__.pyi +79 -0
  532. package/dist/typeshed-fallback/stdlib/multiprocessing/dummy/connection.pyi +39 -0
  533. package/dist/typeshed-fallback/stdlib/multiprocessing/forkserver.pyi +31 -0
  534. package/dist/typeshed-fallback/stdlib/multiprocessing/heap.pyi +36 -0
  535. package/dist/typeshed-fallback/stdlib/multiprocessing/managers.pyi +312 -0
  536. package/dist/typeshed-fallback/stdlib/multiprocessing/pool.pyi +112 -0
  537. package/dist/typeshed-fallback/stdlib/multiprocessing/popen_fork.pyi +23 -0
  538. package/dist/typeshed-fallback/stdlib/multiprocessing/popen_forkserver.pyi +16 -0
  539. package/dist/typeshed-fallback/stdlib/multiprocessing/popen_spawn_posix.pyi +20 -0
  540. package/dist/typeshed-fallback/stdlib/multiprocessing/popen_spawn_win32.pyi +30 -0
  541. package/dist/typeshed-fallback/stdlib/multiprocessing/process.pyi +50 -0
  542. package/dist/typeshed-fallback/stdlib/multiprocessing/queues.pyi +53 -0
  543. package/dist/typeshed-fallback/stdlib/multiprocessing/reduction.pyi +87 -0
  544. package/dist/typeshed-fallback/stdlib/multiprocessing/resource_sharer.pyi +20 -0
  545. package/dist/typeshed-fallback/stdlib/multiprocessing/resource_tracker.pyi +18 -0
  546. package/dist/typeshed-fallback/stdlib/multiprocessing/shared_memory.pyi +58 -0
  547. package/dist/typeshed-fallback/stdlib/multiprocessing/sharedctypes.pyi +129 -0
  548. package/dist/typeshed-fallback/stdlib/multiprocessing/spawn.pyi +32 -0
  549. package/dist/typeshed-fallback/stdlib/multiprocessing/synchronize.pyi +60 -0
  550. package/dist/typeshed-fallback/stdlib/multiprocessing/util.pyi +98 -0
  551. package/dist/typeshed-fallback/stdlib/netrc.pyi +23 -0
  552. package/dist/typeshed-fallback/stdlib/nis.pyi +9 -0
  553. package/dist/typeshed-fallback/stdlib/nntplib.pyi +125 -0
  554. package/dist/typeshed-fallback/stdlib/nt.pyi +113 -0
  555. package/dist/typeshed-fallback/stdlib/ntpath.pyi +126 -0
  556. package/dist/typeshed-fallback/stdlib/nturl2path.pyi +2 -0
  557. package/dist/typeshed-fallback/stdlib/numbers.pyi +230 -0
  558. package/dist/typeshed-fallback/stdlib/opcode.pyi +65 -0
  559. package/dist/typeshed-fallback/stdlib/operator.pyi +221 -0
  560. package/dist/typeshed-fallback/stdlib/optparse.pyi +311 -0
  561. package/dist/typeshed-fallback/stdlib/os/__init__.pyi +2835 -0
  562. package/dist/typeshed-fallback/stdlib/os/path.pyi +8 -0
  563. package/dist/typeshed-fallback/stdlib/ossaudiodev.pyi +131 -0
  564. package/dist/typeshed-fallback/stdlib/parser.pyi +25 -0
  565. package/dist/typeshed-fallback/stdlib/pathlib.pyi +333 -0
  566. package/dist/typeshed-fallback/stdlib/pdb.pyi +206 -0
  567. package/dist/typeshed-fallback/stdlib/pickle.pyi +244 -0
  568. package/dist/typeshed-fallback/stdlib/pickletools.pyi +174 -0
  569. package/dist/typeshed-fallback/stdlib/pipes.pyi +16 -0
  570. package/dist/typeshed-fallback/stdlib/pkgutil.pyi +53 -0
  571. package/dist/typeshed-fallback/stdlib/platform.pyi +97 -0
  572. package/dist/typeshed-fallback/stdlib/plistlib.pyi +114 -0
  573. package/dist/typeshed-fallback/stdlib/poplib.pyi +72 -0
  574. package/dist/typeshed-fallback/stdlib/posix.pyi +407 -0
  575. package/dist/typeshed-fallback/stdlib/posixpath.pyi +182 -0
  576. package/dist/typeshed-fallback/stdlib/pprint.pyi +112 -0
  577. package/dist/typeshed-fallback/stdlib/profile.pyi +31 -0
  578. package/dist/typeshed-fallback/stdlib/pstats.pyi +98 -0
  579. package/dist/typeshed-fallback/stdlib/pty.pyi +24 -0
  580. package/dist/typeshed-fallback/stdlib/pwd.pyi +78 -0
  581. package/dist/typeshed-fallback/stdlib/py_compile.pyi +34 -0
  582. package/dist/typeshed-fallback/stdlib/pyclbr.pyi +74 -0
  583. package/dist/typeshed-fallback/stdlib/pydoc.pyi +333 -0
  584. package/dist/typeshed-fallback/stdlib/pydoc_data/__init__.pyi +0 -0
  585. package/dist/typeshed-fallback/stdlib/pydoc_data/topics.pyi +1 -0
  586. package/dist/typeshed-fallback/stdlib/pyexpat/__init__.pyi +131 -0
  587. package/dist/typeshed-fallback/stdlib/pyexpat/errors.pyi +53 -0
  588. package/dist/typeshed-fallback/stdlib/pyexpat/model.pyi +15 -0
  589. package/dist/typeshed-fallback/stdlib/queue.pyi +63 -0
  590. package/dist/typeshed-fallback/stdlib/quopri.pyi +11 -0
  591. package/dist/typeshed-fallback/stdlib/random.pyi +141 -0
  592. package/dist/typeshed-fallback/stdlib/re.pyi +478 -0
  593. package/dist/typeshed-fallback/stdlib/readline.pyi +143 -0
  594. package/dist/typeshed-fallback/stdlib/reprlib.pyi +65 -0
  595. package/dist/typeshed-fallback/stdlib/resource.pyi +134 -0
  596. package/dist/typeshed-fallback/stdlib/rlcompleter.pyi +9 -0
  597. package/dist/typeshed-fallback/stdlib/runpy.pyi +24 -0
  598. package/dist/typeshed-fallback/stdlib/sched.pyi +53 -0
  599. package/dist/typeshed-fallback/stdlib/secrets.pyi +15 -0
  600. package/dist/typeshed-fallback/stdlib/select.pyi +253 -0
  601. package/dist/typeshed-fallback/stdlib/selectors.pyi +69 -0
  602. package/dist/typeshed-fallback/stdlib/shelve.pyi +59 -0
  603. package/dist/typeshed-fallback/stdlib/shlex.pyi +63 -0
  604. package/dist/typeshed-fallback/stdlib/shutil.pyi +234 -0
  605. package/dist/typeshed-fallback/stdlib/signal.pyi +237 -0
  606. package/dist/typeshed-fallback/stdlib/site.pyi +36 -0
  607. package/dist/typeshed-fallback/stdlib/smtpd.pyi +91 -0
  608. package/dist/typeshed-fallback/stdlib/smtplib.pyi +204 -0
  609. package/dist/typeshed-fallback/stdlib/sndhdr.pyi +14 -0
  610. package/dist/typeshed-fallback/stdlib/socket.pyi +1415 -0
  611. package/dist/typeshed-fallback/stdlib/socketserver.pyi +169 -0
  612. package/dist/typeshed-fallback/stdlib/spwd.pyi +46 -0
  613. package/dist/typeshed-fallback/stdlib/sqlite3/__init__.pyi +781 -0
  614. package/dist/typeshed-fallback/stdlib/sqlite3/dbapi2.pyi +241 -0
  615. package/dist/typeshed-fallback/stdlib/sqlite3/dump.pyi +2 -0
  616. package/dist/typeshed-fallback/stdlib/sre_compile.pyi +11 -0
  617. package/dist/typeshed-fallback/stdlib/sre_constants.pyi +126 -0
  618. package/dist/typeshed-fallback/stdlib/sre_parse.pyi +104 -0
  619. package/dist/typeshed-fallback/stdlib/ssl.pyi +562 -0
  620. package/dist/typeshed-fallback/stdlib/stat.pyi +7 -0
  621. package/dist/typeshed-fallback/stdlib/statistics.pyi +175 -0
  622. package/dist/typeshed-fallback/stdlib/string.pyi +83 -0
  623. package/dist/typeshed-fallback/stdlib/stringprep.pyi +27 -0
  624. package/dist/typeshed-fallback/stdlib/struct.pyi +5 -0
  625. package/dist/typeshed-fallback/stdlib/subprocess.pyi +2640 -0
  626. package/dist/typeshed-fallback/stdlib/sunau.pyi +86 -0
  627. package/dist/typeshed-fallback/stdlib/symbol.pyi +93 -0
  628. package/dist/typeshed-fallback/stdlib/symtable.pyi +90 -0
  629. package/dist/typeshed-fallback/stdlib/sys/__init__.pyi +782 -0
  630. package/dist/typeshed-fallback/stdlib/sys/_monitoring.pyi +52 -0
  631. package/dist/typeshed-fallback/stdlib/sysconfig.pyi +48 -0
  632. package/dist/typeshed-fallback/stdlib/syslog.pyi +77 -0
  633. package/dist/typeshed-fallback/stdlib/tabnanny.pyi +16 -0
  634. package/dist/typeshed-fallback/stdlib/tarfile.pyi +626 -0
  635. package/dist/typeshed-fallback/stdlib/telnetlib.pyi +123 -0
  636. package/dist/typeshed-fallback/stdlib/tempfile.pyi +497 -0
  637. package/dist/typeshed-fallback/stdlib/termios.pyi +374 -0
  638. package/dist/typeshed-fallback/stdlib/textwrap.pyi +103 -0
  639. package/dist/typeshed-fallback/stdlib/this.pyi +2 -0
  640. package/dist/typeshed-fallback/stdlib/threading.pyi +232 -0
  641. package/dist/typeshed-fallback/stdlib/time.pyi +380 -0
  642. package/dist/typeshed-fallback/stdlib/timeit.pyi +32 -0
  643. package/dist/typeshed-fallback/stdlib/tkinter/__init__.pyi +4088 -0
  644. package/dist/typeshed-fallback/stdlib/tkinter/colorchooser.pyi +20 -0
  645. package/dist/typeshed-fallback/stdlib/tkinter/commondialog.pyi +14 -0
  646. package/dist/typeshed-fallback/stdlib/tkinter/constants.pyi +80 -0
  647. package/dist/typeshed-fallback/stdlib/tkinter/dialog.pyi +16 -0
  648. package/dist/typeshed-fallback/stdlib/tkinter/dnd.pyi +20 -0
  649. package/dist/typeshed-fallback/stdlib/tkinter/filedialog.pyi +151 -0
  650. package/dist/typeshed-fallback/stdlib/tkinter/font.pyi +119 -0
  651. package/dist/typeshed-fallback/stdlib/tkinter/messagebox.pyi +44 -0
  652. package/dist/typeshed-fallback/stdlib/tkinter/scrolledtext.pyi +9 -0
  653. package/dist/typeshed-fallback/stdlib/tkinter/simpledialog.pyi +54 -0
  654. package/dist/typeshed-fallback/stdlib/tkinter/tix.pyi +299 -0
  655. package/dist/typeshed-fallback/stdlib/tkinter/ttk.pyi +1207 -0
  656. package/dist/typeshed-fallback/stdlib/token.pyi +160 -0
  657. package/dist/typeshed-fallback/stdlib/tokenize.pyi +188 -0
  658. package/dist/typeshed-fallback/stdlib/tomllib.pyi +10 -0
  659. package/dist/typeshed-fallback/stdlib/trace.pyi +90 -0
  660. package/dist/typeshed-fallback/stdlib/traceback.pyi +313 -0
  661. package/dist/typeshed-fallback/stdlib/tracemalloc.pyi +124 -0
  662. package/dist/typeshed-fallback/stdlib/tty.pyi +30 -0
  663. package/dist/typeshed-fallback/stdlib/turtle.pyi +732 -0
  664. package/dist/typeshed-fallback/stdlib/types.pyi +967 -0
  665. package/dist/typeshed-fallback/stdlib/typing.pyi +1146 -0
  666. package/dist/typeshed-fallback/stdlib/typing_extensions.pyi +653 -0
  667. package/dist/typeshed-fallback/stdlib/unicodedata.pyi +303 -0
  668. package/dist/typeshed-fallback/stdlib/unittest/__init__.pyi +63 -0
  669. package/dist/typeshed-fallback/stdlib/unittest/_log.pyi +27 -0
  670. package/dist/typeshed-fallback/stdlib/unittest/async_case.pyi +25 -0
  671. package/dist/typeshed-fallback/stdlib/unittest/case.pyi +365 -0
  672. package/dist/typeshed-fallback/stdlib/unittest/loader.pyi +55 -0
  673. package/dist/typeshed-fallback/stdlib/unittest/main.pyi +73 -0
  674. package/dist/typeshed-fallback/stdlib/unittest/mock.pyi +470 -0
  675. package/dist/typeshed-fallback/stdlib/unittest/result.pyi +47 -0
  676. package/dist/typeshed-fallback/stdlib/unittest/runner.pyi +91 -0
  677. package/dist/typeshed-fallback/stdlib/unittest/signals.pyi +15 -0
  678. package/dist/typeshed-fallback/stdlib/unittest/suite.pyi +24 -0
  679. package/dist/typeshed-fallback/stdlib/unittest/util.pyi +23 -0
  680. package/dist/typeshed-fallback/stdlib/urllib/__init__.pyi +0 -0
  681. package/dist/typeshed-fallback/stdlib/urllib/error.pyi +23 -0
  682. package/dist/typeshed-fallback/stdlib/urllib/parse.pyi +258 -0
  683. package/dist/typeshed-fallback/stdlib/urllib/request.pyi +408 -0
  684. package/dist/typeshed-fallback/stdlib/urllib/response.pyi +43 -0
  685. package/dist/typeshed-fallback/stdlib/urllib/robotparser.pyi +20 -0
  686. package/dist/typeshed-fallback/stdlib/uu.pyi +13 -0
  687. package/dist/typeshed-fallback/stdlib/uuid.pyi +100 -0
  688. package/dist/typeshed-fallback/stdlib/venv/__init__.pyi +107 -0
  689. package/dist/typeshed-fallback/stdlib/warnings.pyi +127 -0
  690. package/dist/typeshed-fallback/stdlib/wave.pyi +85 -0
  691. package/dist/typeshed-fallback/stdlib/weakref.pyi +212 -0
  692. package/dist/typeshed-fallback/stdlib/webbrowser.pyi +78 -0
  693. package/dist/typeshed-fallback/stdlib/winreg.pyi +132 -0
  694. package/dist/typeshed-fallback/stdlib/winsound.pyi +28 -0
  695. package/dist/typeshed-fallback/stdlib/wsgiref/__init__.pyi +0 -0
  696. package/dist/typeshed-fallback/stdlib/wsgiref/handlers.pyi +91 -0
  697. package/dist/typeshed-fallback/stdlib/wsgiref/headers.pyi +26 -0
  698. package/dist/typeshed-fallback/stdlib/wsgiref/simple_server.pyi +37 -0
  699. package/dist/typeshed-fallback/stdlib/wsgiref/types.pyi +32 -0
  700. package/dist/typeshed-fallback/stdlib/wsgiref/util.pyi +26 -0
  701. package/dist/typeshed-fallback/stdlib/wsgiref/validate.pyi +50 -0
  702. package/dist/typeshed-fallback/stdlib/xdrlib.pyi +57 -0
  703. package/dist/typeshed-fallback/stdlib/xml/__init__.pyi +3 -0
  704. package/dist/typeshed-fallback/stdlib/xml/dom/NodeFilter.pyi +22 -0
  705. package/dist/typeshed-fallback/stdlib/xml/dom/__init__.pyi +100 -0
  706. package/dist/typeshed-fallback/stdlib/xml/dom/domreg.pyi +8 -0
  707. package/dist/typeshed-fallback/stdlib/xml/dom/expatbuilder.pyi +121 -0
  708. package/dist/typeshed-fallback/stdlib/xml/dom/minicompat.pyi +26 -0
  709. package/dist/typeshed-fallback/stdlib/xml/dom/minidom.pyi +758 -0
  710. package/dist/typeshed-fallback/stdlib/xml/dom/pulldom.pyi +109 -0
  711. package/dist/typeshed-fallback/stdlib/xml/dom/xmlbuilder.pyi +79 -0
  712. package/dist/typeshed-fallback/stdlib/xml/etree/ElementInclude.pyi +32 -0
  713. package/dist/typeshed-fallback/stdlib/xml/etree/ElementPath.pyi +41 -0
  714. package/dist/typeshed-fallback/stdlib/xml/etree/ElementTree.pyi +389 -0
  715. package/dist/typeshed-fallback/stdlib/xml/etree/__init__.pyi +0 -0
  716. package/dist/typeshed-fallback/stdlib/xml/etree/cElementTree.pyi +1 -0
  717. package/dist/typeshed-fallback/stdlib/xml/parsers/__init__.pyi +1 -0
  718. package/dist/typeshed-fallback/stdlib/xml/parsers/expat/__init__.pyi +7 -0
  719. package/dist/typeshed-fallback/stdlib/xml/parsers/expat/errors.pyi +3 -0
  720. package/dist/typeshed-fallback/stdlib/xml/parsers/expat/model.pyi +3 -0
  721. package/dist/typeshed-fallback/stdlib/xml/sax/__init__.pyi +25 -0
  722. package/dist/typeshed-fallback/stdlib/xml/sax/_exceptions.pyi +19 -0
  723. package/dist/typeshed-fallback/stdlib/xml/sax/expatreader.pyi +82 -0
  724. package/dist/typeshed-fallback/stdlib/xml/sax/handler.pyi +86 -0
  725. package/dist/typeshed-fallback/stdlib/xml/sax/saxutils.pyi +68 -0
  726. package/dist/typeshed-fallback/stdlib/xml/sax/xmlreader.pyi +90 -0
  727. package/dist/typeshed-fallback/stdlib/xmlrpc/__init__.pyi +0 -0
  728. package/dist/typeshed-fallback/stdlib/xmlrpc/client.pyi +297 -0
  729. package/dist/typeshed-fallback/stdlib/xmlrpc/server.pyi +144 -0
  730. package/dist/typeshed-fallback/stdlib/xxlimited.pyi +37 -0
  731. package/dist/typeshed-fallback/stdlib/zipapp.pyi +20 -0
  732. package/dist/typeshed-fallback/stdlib/zipfile/__init__.pyi +376 -0
  733. package/dist/typeshed-fallback/stdlib/zipfile/_path/__init__.pyi +83 -0
  734. package/dist/typeshed-fallback/stdlib/zipfile/_path/glob.pyi +22 -0
  735. package/dist/typeshed-fallback/stdlib/zipimport.pyi +41 -0
  736. package/dist/typeshed-fallback/stdlib/zlib.pyi +162 -0
  737. package/dist/typeshed-fallback/stdlib/zoneinfo/__init__.pyi +41 -0
  738. package/dist/typeshed-fallback/stdlib/zoneinfo/_common.pyi +13 -0
  739. package/dist/typeshed-fallback/stdlib/zoneinfo/_tzpath.pyi +13 -0
  740. package/dist/typeshed-fallback/stubs/Authlib/METADATA.toml +7 -0
  741. package/dist/typeshed-fallback/stubs/Authlib/authlib/__init__.pyi +4 -0
  742. package/dist/typeshed-fallback/stubs/Authlib/authlib/common/__init__.pyi +0 -0
  743. package/dist/typeshed-fallback/stubs/Authlib/authlib/common/encoding.pyi +10 -0
  744. package/dist/typeshed-fallback/stubs/Authlib/authlib/common/errors.pyi +26 -0
  745. package/dist/typeshed-fallback/stubs/Authlib/authlib/common/security.pyi +4 -0
  746. package/dist/typeshed-fallback/stubs/Authlib/authlib/common/urls.pyi +19 -0
  747. package/dist/typeshed-fallback/stubs/Authlib/authlib/consts.pyi +8 -0
  748. package/dist/typeshed-fallback/stubs/Authlib/authlib/deprecate.pyi +7 -0
  749. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/__init__.pyi +0 -0
  750. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/__init__.pyi +29 -0
  751. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/async_app.pyi +16 -0
  752. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/async_openid.pyi +8 -0
  753. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/errors.pyi +23 -0
  754. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/framework_integration.pyi +13 -0
  755. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/registry.pyi +21 -0
  756. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/sync_app.pyi +93 -0
  757. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/sync_openid.pyi +7 -0
  758. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/__init__.pyi +44 -0
  759. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/drafts/__init__.pyi +3 -0
  760. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/drafts/_jwe_algorithms.pyi +27 -0
  761. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/drafts/_jwe_enc_cryptodome.pyi +13 -0
  762. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/drafts/_jwe_enc_cryptography.pyi +13 -0
  763. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/errors.pyi +72 -0
  764. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/jwk.pyi +4 -0
  765. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7515/__init__.pyi +4 -0
  766. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7515/jws.pyi +14 -0
  767. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7515/models.pyi +25 -0
  768. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7516/__init__.pyi +9 -0
  769. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7516/jwe.pyi +23 -0
  770. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7516/models.pyi +56 -0
  771. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/__init__.pyi +7 -0
  772. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/_cryptography_key.pyi +5 -0
  773. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/asymmetric_key.pyi +39 -0
  774. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/base_key.pyi +28 -0
  775. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/jwk.pyi +13 -0
  776. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/key_set.pyi +10 -0
  777. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/__init__.pyi +20 -0
  778. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/ec_key.pyi +24 -0
  779. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/jwe_algs.pyi +64 -0
  780. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/jwe_encs.pyi +27 -0
  781. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/jwe_zips.pyi +9 -0
  782. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/jws_algs.pyi +63 -0
  783. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/oct_key.pyi +23 -0
  784. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/rsa_key.pyi +23 -0
  785. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/util.pyi +2 -0
  786. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7519/__init__.pyi +4 -0
  787. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7519/claims.pyi +21 -0
  788. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7519/jwt.pyi +21 -0
  789. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc8037/__init__.pyi +4 -0
  790. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc8037/jws_eddsa.pyi +10 -0
  791. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc8037/okp_key.pyi +24 -0
  792. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/util.pyi +3 -0
  793. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/__init__.pyi +33 -0
  794. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/client.pyi +39 -0
  795. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/errors.pyi +1 -0
  796. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/__init__.pyi +35 -0
  797. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/authorization_server.pyi +21 -0
  798. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/base_server.pyi +12 -0
  799. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/client_auth.pyi +41 -0
  800. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/errors.pyi +56 -0
  801. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/models.pyi +21 -0
  802. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/parameters.pyi +5 -0
  803. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/resource_protector.pyi +5 -0
  804. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/rsa.pyi +2 -0
  805. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/signature.pyi +22 -0
  806. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/util.pyi +2 -0
  807. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/wrapper.pyi +33 -0
  808. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/__init__.pyi +22 -0
  809. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/auth.pyi +24 -0
  810. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/base.pyi +20 -0
  811. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/client.pyi +96 -0
  812. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/__init__.pyi +76 -0
  813. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/authenticate_client.pyi +13 -0
  814. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/authorization_server.pyi +46 -0
  815. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/errors.pyi +92 -0
  816. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/__init__.pyi +21 -0
  817. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/authorization_code.pyi +24 -0
  818. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/base.pyi +55 -0
  819. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/client_credentials.pyi +6 -0
  820. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/implicit.pyi +12 -0
  821. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/refresh_token.pyi +15 -0
  822. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/resource_owner_password_credentials.pyi +7 -0
  823. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/models.pyi +22 -0
  824. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/parameters.pyi +14 -0
  825. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/requests.pyi +48 -0
  826. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/resource_protector.pyi +19 -0
  827. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/token_endpoint.pyi +13 -0
  828. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/util.pyi +5 -0
  829. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/wrappers.pyi +5 -0
  830. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/__init__.pyi +15 -0
  831. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/errors.pyi +27 -0
  832. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/parameters.pyi +6 -0
  833. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/token.pyi +41 -0
  834. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/validator.pyi +6 -0
  835. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7009/__init__.pyi +4 -0
  836. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7009/parameters.pyi +5 -0
  837. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7009/revocation.pyi +9 -0
  838. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7521/__init__.pyi +3 -0
  839. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7521/client.pyi +39 -0
  840. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/__init__.pyi +18 -0
  841. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/assertion.pyi +19 -0
  842. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/auth.pyi +22 -0
  843. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/client.pyi +16 -0
  844. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/jwt_bearer.pyi +28 -0
  845. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/token.pyi +30 -0
  846. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/validator.pyi +24 -0
  847. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7591/__init__.pyi +17 -0
  848. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7591/claims.pyi +22 -0
  849. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7591/endpoint.pyi +24 -0
  850. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7591/errors.pyi +13 -0
  851. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7592/__init__.pyi +3 -0
  852. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7592/endpoint.pyi +26 -0
  853. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7636/__init__.pyi +3 -0
  854. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7636/challenge.pyi +20 -0
  855. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7662/__init__.pyi +5 -0
  856. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7662/introspection.pyi +11 -0
  857. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7662/models.pyi +8 -0
  858. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7662/token_validator.pyi +7 -0
  859. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8414/__init__.pyi +4 -0
  860. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8414/models.pyi +40 -0
  861. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8414/well_known.pyi +1 -0
  862. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/__init__.pyi +19 -0
  863. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/device_code.pyi +15 -0
  864. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/endpoint.pyi +21 -0
  865. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/errors.pyi +10 -0
  866. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/models.pyi +13 -0
  867. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8693/__init__.pyi +0 -0
  868. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/__init__.pyi +6 -0
  869. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/claims.pyi +16 -0
  870. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/introspection.pyi +13 -0
  871. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/revocation.pyi +9 -0
  872. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/token.pyi +23 -0
  873. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/token_validator.pyi +20 -0
  874. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/__init__.pyi +0 -0
  875. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/__init__.pyi +29 -0
  876. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/claims.pyi +37 -0
  877. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/errors.pyi +28 -0
  878. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/__init__.pyi +5 -0
  879. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/code.pyi +17 -0
  880. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/hybrid.pyi +13 -0
  881. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/implicit.pyi +16 -0
  882. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/util.pyi +18 -0
  883. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/models.pyi +5 -0
  884. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/util.pyi +1 -0
  885. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/discovery/__init__.pyi +4 -0
  886. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/discovery/models.pyi +36 -0
  887. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/discovery/well_known.pyi +1 -0
  888. package/dist/typeshed-fallback/stubs/Deprecated/METADATA.toml +3 -0
  889. package/dist/typeshed-fallback/stubs/Deprecated/deprecated/__init__.pyi +4 -0
  890. package/dist/typeshed-fallback/stubs/Deprecated/deprecated/classic.pyi +36 -0
  891. package/dist/typeshed-fallback/stubs/Deprecated/deprecated/sphinx.pyi +36 -0
  892. package/dist/typeshed-fallback/stubs/ExifRead/METADATA.toml +2 -0
  893. package/dist/typeshed-fallback/stubs/ExifRead/exifread/__init__.pyi +17 -0
  894. package/dist/typeshed-fallback/stubs/ExifRead/exifread/_types.pyi +15 -0
  895. package/dist/typeshed-fallback/stubs/ExifRead/exifread/classes.pyi +47 -0
  896. package/dist/typeshed-fallback/stubs/ExifRead/exifread/exceptions.pyi +2 -0
  897. package/dist/typeshed-fallback/stubs/ExifRead/exifread/exif_log.pyi +24 -0
  898. package/dist/typeshed-fallback/stubs/ExifRead/exifread/heic.pyi +56 -0
  899. package/dist/typeshed-fallback/stubs/ExifRead/exifread/jpeg.pyi +7 -0
  900. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/__init__.pyi +15 -0
  901. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/exif.pyi +7 -0
  902. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/__init__.pyi +0 -0
  903. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/apple.pyi +3 -0
  904. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/canon.pyi +26 -0
  905. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/casio.pyi +3 -0
  906. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/fujifilm.pyi +3 -0
  907. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/nikon.pyi +6 -0
  908. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/olympus.pyi +6 -0
  909. package/dist/typeshed-fallback/stubs/ExifRead/exifread/utils.pyi +22 -0
  910. package/dist/typeshed-fallback/stubs/Flask-Cors/METADATA.toml +8 -0
  911. package/dist/typeshed-fallback/stubs/Flask-Cors/flask_cors/__init__.pyi +7 -0
  912. package/dist/typeshed-fallback/stubs/Flask-Cors/flask_cors/core.pyi +70 -0
  913. package/dist/typeshed-fallback/stubs/Flask-Cors/flask_cors/decorator.pyi +23 -0
  914. package/dist/typeshed-fallback/stubs/Flask-Cors/flask_cors/extension.pyi +42 -0
  915. package/dist/typeshed-fallback/stubs/Flask-Cors/flask_cors/version.pyi +1 -0
  916. package/dist/typeshed-fallback/stubs/Flask-Migrate/METADATA.toml +4 -0
  917. package/dist/typeshed-fallback/stubs/Flask-Migrate/flask_migrate/__init__.pyi +136 -0
  918. package/dist/typeshed-fallback/stubs/Flask-SocketIO/METADATA.toml +3 -0
  919. package/dist/typeshed-fallback/stubs/Flask-SocketIO/flask_socketio/__init__.pyi +159 -0
  920. package/dist/typeshed-fallback/stubs/Flask-SocketIO/flask_socketio/namespace.pyi +74 -0
  921. package/dist/typeshed-fallback/stubs/Flask-SocketIO/flask_socketio/test_client.pyi +40 -0
  922. package/dist/typeshed-fallback/stubs/JACK-Client/METADATA.toml +12 -0
  923. package/dist/typeshed-fallback/stubs/JACK-Client/jack/__init__.pyi +330 -0
  924. package/dist/typeshed-fallback/stubs/Jetson.GPIO/Jetson/GPIO/__init__.pyi +3 -0
  925. package/dist/typeshed-fallback/stubs/Jetson.GPIO/Jetson/GPIO/gpio.pyi +63 -0
  926. package/dist/typeshed-fallback/stubs/Jetson.GPIO/Jetson/GPIO/gpio_cdev.pyi +72 -0
  927. package/dist/typeshed-fallback/stubs/Jetson.GPIO/Jetson/GPIO/gpio_event.pyi +17 -0
  928. package/dist/typeshed-fallback/stubs/Jetson.GPIO/Jetson/GPIO/gpio_pin_data.pyi +58 -0
  929. package/dist/typeshed-fallback/stubs/Jetson.GPIO/Jetson/__init__.pyi +0 -0
  930. package/dist/typeshed-fallback/stubs/Jetson.GPIO/METADATA.toml +2 -0
  931. package/dist/typeshed-fallback/stubs/Markdown/METADATA.toml +6 -0
  932. package/dist/typeshed-fallback/stubs/Markdown/markdown/__init__.pyi +2 -0
  933. package/dist/typeshed-fallback/stubs/Markdown/markdown/__meta__.pyi +2 -0
  934. package/dist/typeshed-fallback/stubs/Markdown/markdown/blockparser.pyi +23 -0
  935. package/dist/typeshed-fallback/stubs/Markdown/markdown/blockprocessors.pyi +67 -0
  936. package/dist/typeshed-fallback/stubs/Markdown/markdown/core.pyi +64 -0
  937. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/__init__.pyi +14 -0
  938. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/abbr.pyi +38 -0
  939. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/admonition.pyi +22 -0
  940. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/attr_list.pyi +23 -0
  941. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/codehilite.pyi +42 -0
  942. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/def_list.pyi +13 -0
  943. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/extra.pyi +10 -0
  944. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/fenced_code.pyi +21 -0
  945. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/footnotes.pyi +62 -0
  946. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/legacy_attrs.pyi +15 -0
  947. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/legacy_em.pyi +11 -0
  948. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/md_in_html.pyi +15 -0
  949. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/meta.pyi +20 -0
  950. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/nl2br.pyi +7 -0
  951. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/sane_lists.pyi +13 -0
  952. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/smarty.pyi +43 -0
  953. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/tables.pyi +22 -0
  954. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/toc.pyi +68 -0
  955. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/wikilinks.pyi +17 -0
  956. package/dist/typeshed-fallback/stubs/Markdown/markdown/inlinepatterns.pyi +112 -0
  957. package/dist/typeshed-fallback/stubs/Markdown/markdown/postprocessors.pyi +14 -0
  958. package/dist/typeshed-fallback/stubs/Markdown/markdown/preprocessors.pyi +11 -0
  959. package/dist/typeshed-fallback/stubs/Markdown/markdown/serializers.pyi +4 -0
  960. package/dist/typeshed-fallback/stubs/Markdown/markdown/treeprocessors.pyi +27 -0
  961. package/dist/typeshed-fallback/stubs/Markdown/markdown/util.pyi +64 -0
  962. package/dist/typeshed-fallback/stubs/PyAutoGUI/METADATA.toml +3 -0
  963. package/dist/typeshed-fallback/stubs/PyAutoGUI/pyautogui/__init__.pyi +253 -0
  964. package/dist/typeshed-fallback/stubs/PyMySQL/METADATA.toml +6 -0
  965. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/__init__.pyi +61 -0
  966. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/_auth.pyi +13 -0
  967. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/charset.pyi +22 -0
  968. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/connections.pyi +242 -0
  969. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/constants/CLIENT.pyi +25 -0
  970. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/constants/COMMAND.pyi +32 -0
  971. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/constants/CR.pyi +64 -0
  972. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/constants/ER.pyi +472 -0
  973. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/constants/FIELD_TYPE.pyi +30 -0
  974. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/constants/FLAG.pyi +15 -0
  975. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/constants/SERVER_STATUS.pyi +10 -0
  976. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/constants/__init__.pyi +0 -0
  977. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/converters.pyi +42 -0
  978. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/cursors.pyi +50 -0
  979. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/err.pyi +20 -0
  980. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/protocol.pyi +39 -0
  981. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/times.pyi +10 -0
  982. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/util.pyi +3 -0
  983. package/dist/typeshed-fallback/stubs/PyScreeze/METADATA.toml +11 -0
  984. package/dist/typeshed-fallback/stubs/PyScreeze/pyscreeze/__init__.pyi +217 -0
  985. package/dist/typeshed-fallback/stubs/PyYAML/METADATA.toml +2 -0
  986. package/dist/typeshed-fallback/stubs/PyYAML/yaml/__init__.pyi +438 -0
  987. package/dist/typeshed-fallback/stubs/PyYAML/yaml/_yaml.pyi +56 -0
  988. package/dist/typeshed-fallback/stubs/PyYAML/yaml/composer.pyi +18 -0
  989. package/dist/typeshed-fallback/stubs/PyYAML/yaml/constructor.pyi +103 -0
  990. package/dist/typeshed-fallback/stubs/PyYAML/yaml/cyaml.pyi +69 -0
  991. package/dist/typeshed-fallback/stubs/PyYAML/yaml/dumper.pyi +71 -0
  992. package/dist/typeshed-fallback/stubs/PyYAML/yaml/emitter.pyi +128 -0
  993. package/dist/typeshed-fallback/stubs/PyYAML/yaml/error.pyi +26 -0
  994. package/dist/typeshed-fallback/stubs/PyYAML/yaml/events.pyi +62 -0
  995. package/dist/typeshed-fallback/stubs/PyYAML/yaml/loader.pyi +27 -0
  996. package/dist/typeshed-fallback/stubs/PyYAML/yaml/nodes.pyi +32 -0
  997. package/dist/typeshed-fallback/stubs/PyYAML/yaml/parser.pyi +45 -0
  998. package/dist/typeshed-fallback/stubs/PyYAML/yaml/reader.pyi +39 -0
  999. package/dist/typeshed-fallback/stubs/PyYAML/yaml/representer.pyi +61 -0
  1000. package/dist/typeshed-fallback/stubs/PyYAML/yaml/resolver.pyi +25 -0
  1001. package/dist/typeshed-fallback/stubs/PyYAML/yaml/scanner.pyi +97 -0
  1002. package/dist/typeshed-fallback/stubs/PyYAML/yaml/serializer.pyi +25 -0
  1003. package/dist/typeshed-fallback/stubs/PyYAML/yaml/tokens.pyi +93 -0
  1004. package/dist/typeshed-fallback/stubs/Pygments/METADATA.toml +8 -0
  1005. package/dist/typeshed-fallback/stubs/Pygments/pygments/__init__.pyi +22 -0
  1006. package/dist/typeshed-fallback/stubs/Pygments/pygments/cmdline.pyi +9 -0
  1007. package/dist/typeshed-fallback/stubs/Pygments/pygments/console.pyi +10 -0
  1008. package/dist/typeshed-fallback/stubs/Pygments/pygments/filter.pyi +19 -0
  1009. package/dist/typeshed-fallback/stubs/Pygments/pygments/filters/__init__.pyi +58 -0
  1010. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatter.pyi +22 -0
  1011. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/__init__.pyi +25 -0
  1012. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/_mapping.pyi +3 -0
  1013. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/bbcode.pyi +12 -0
  1014. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/html.pyi +42 -0
  1015. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/img.pyi +68 -0
  1016. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/irc.pyi +14 -0
  1017. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/latex.pyi +34 -0
  1018. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/other.pyi +26 -0
  1019. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/pangomarkup.pyi +12 -0
  1020. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/rtf.pyi +13 -0
  1021. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/svg.pyi +22 -0
  1022. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/terminal.pyi +15 -0
  1023. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/terminal256.pyi +44 -0
  1024. package/dist/typeshed-fallback/stubs/Pygments/pygments/lexer.pyi +102 -0
  1025. package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/__init__.pyi +19 -0
  1026. package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/javascript.pyi +40 -0
  1027. package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/jsx.pyi +5 -0
  1028. package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/kusto.pyi +10 -0
  1029. package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/ldap.pyi +6 -0
  1030. package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/lean.pyi +7 -0
  1031. package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/lisp.pyi +96 -0
  1032. package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/prql.pyi +11 -0
  1033. package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/vip.pyi +19 -0
  1034. package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/vyper.pyi +5 -0
  1035. package/dist/typeshed-fallback/stubs/Pygments/pygments/modeline.pyi +1 -0
  1036. package/dist/typeshed-fallback/stubs/Pygments/pygments/plugin.pyi +27 -0
  1037. package/dist/typeshed-fallback/stubs/Pygments/pygments/regexopt.pyi +8 -0
  1038. package/dist/typeshed-fallback/stubs/Pygments/pygments/scanner.pyi +19 -0
  1039. package/dist/typeshed-fallback/stubs/Pygments/pygments/sphinxext.pyi +14 -0
  1040. package/dist/typeshed-fallback/stubs/Pygments/pygments/style.pyi +43 -0
  1041. package/dist/typeshed-fallback/stubs/Pygments/pygments/styles/__init__.pyi +13 -0
  1042. package/dist/typeshed-fallback/stubs/Pygments/pygments/token.pyi +34 -0
  1043. package/dist/typeshed-fallback/stubs/Pygments/pygments/unistring.pyi +38 -0
  1044. package/dist/typeshed-fallback/stubs/Pygments/pygments/util.pyi +35 -0
  1045. package/dist/typeshed-fallback/stubs/RPi.GPIO/METADATA.toml +8 -0
  1046. package/dist/typeshed-fallback/stubs/RPi.GPIO/RPi/GPIO/__init__.pyi +66 -0
  1047. package/dist/typeshed-fallback/stubs/RPi.GPIO/RPi/__init__.pyi +0 -0
  1048. package/dist/typeshed-fallback/stubs/Send2Trash/METADATA.toml +2 -0
  1049. package/dist/typeshed-fallback/stubs/Send2Trash/send2trash/__init__.pyi +7 -0
  1050. package/dist/typeshed-fallback/stubs/Send2Trash/send2trash/__main__.pyi +3 -0
  1051. package/dist/typeshed-fallback/stubs/Send2Trash/send2trash/exceptions.pyi +5 -0
  1052. package/dist/typeshed-fallback/stubs/Send2Trash/send2trash/util.pyi +5 -0
  1053. package/dist/typeshed-fallback/stubs/TgCrypto/METADATA.toml +2 -0
  1054. package/dist/typeshed-fallback/stubs/TgCrypto/tgcrypto/__init__.pyi +8 -0
  1055. package/dist/typeshed-fallback/stubs/WTForms/METADATA.toml +3 -0
  1056. package/dist/typeshed-fallback/stubs/WTForms/wtforms/__init__.pyi +85 -0
  1057. package/dist/typeshed-fallback/stubs/WTForms/wtforms/csrf/__init__.pyi +0 -0
  1058. package/dist/typeshed-fallback/stubs/WTForms/wtforms/csrf/core.pyi +41 -0
  1059. package/dist/typeshed-fallback/stubs/WTForms/wtforms/csrf/session.pyi +20 -0
  1060. package/dist/typeshed-fallback/stubs/WTForms/wtforms/fields/__init__.pyi +77 -0
  1061. package/dist/typeshed-fallback/stubs/WTForms/wtforms/fields/choices.pyi +79 -0
  1062. package/dist/typeshed-fallback/stubs/WTForms/wtforms/fields/core.pyi +132 -0
  1063. package/dist/typeshed-fallback/stubs/WTForms/wtforms/fields/datetime.pyi +138 -0
  1064. package/dist/typeshed-fallback/stubs/WTForms/wtforms/fields/form.pyi +40 -0
  1065. package/dist/typeshed-fallback/stubs/WTForms/wtforms/fields/list.pyi +51 -0
  1066. package/dist/typeshed-fallback/stubs/WTForms/wtforms/fields/numeric.pyi +145 -0
  1067. package/dist/typeshed-fallback/stubs/WTForms/wtforms/fields/simple.pyi +81 -0
  1068. package/dist/typeshed-fallback/stubs/WTForms/wtforms/form.pyi +85 -0
  1069. package/dist/typeshed-fallback/stubs/WTForms/wtforms/i18n.pyi +30 -0
  1070. package/dist/typeshed-fallback/stubs/WTForms/wtforms/meta.pyi +55 -0
  1071. package/dist/typeshed-fallback/stubs/WTForms/wtforms/utils.pyi +18 -0
  1072. package/dist/typeshed-fallback/stubs/WTForms/wtforms/validators.pyi +210 -0
  1073. package/dist/typeshed-fallback/stubs/WTForms/wtforms/widgets/__init__.pyi +59 -0
  1074. package/dist/typeshed-fallback/stubs/WTForms/wtforms/widgets/core.pyi +120 -0
  1075. package/dist/typeshed-fallback/stubs/WebOb/METADATA.toml +2 -0
  1076. package/dist/typeshed-fallback/stubs/WebOb/webob/__init__.pyi +28 -0
  1077. package/dist/typeshed-fallback/stubs/WebOb/webob/_types.pyi +21 -0
  1078. package/dist/typeshed-fallback/stubs/WebOb/webob/acceptparse.pyi +714 -0
  1079. package/dist/typeshed-fallback/stubs/WebOb/webob/byterange.pyi +30 -0
  1080. package/dist/typeshed-fallback/stubs/WebOb/webob/cachecontrol.pyi +96 -0
  1081. package/dist/typeshed-fallback/stubs/WebOb/webob/client.pyi +14 -0
  1082. package/dist/typeshed-fallback/stubs/WebOb/webob/compat.pyi +24 -0
  1083. package/dist/typeshed-fallback/stubs/WebOb/webob/cookies.pyi +187 -0
  1084. package/dist/typeshed-fallback/stubs/WebOb/webob/datetime_utils.pyi +40 -0
  1085. package/dist/typeshed-fallback/stubs/WebOb/webob/dec.pyi +196 -0
  1086. package/dist/typeshed-fallback/stubs/WebOb/webob/descriptors.pyi +97 -0
  1087. package/dist/typeshed-fallback/stubs/WebOb/webob/etag.pyi +46 -0
  1088. package/dist/typeshed-fallback/stubs/WebOb/webob/exc.pyi +189 -0
  1089. package/dist/typeshed-fallback/stubs/WebOb/webob/headers.pyi +35 -0
  1090. package/dist/typeshed-fallback/stubs/WebOb/webob/multidict.pyi +176 -0
  1091. package/dist/typeshed-fallback/stubs/WebOb/webob/request.pyi +245 -0
  1092. package/dist/typeshed-fallback/stubs/WebOb/webob/response.pyi +177 -0
  1093. package/dist/typeshed-fallback/stubs/WebOb/webob/static.pyi +40 -0
  1094. package/dist/typeshed-fallback/stubs/WebOb/webob/util.pyi +11 -0
  1095. package/dist/typeshed-fallback/stubs/aiofiles/METADATA.toml +6 -0
  1096. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/__init__.pyi +10 -0
  1097. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/base.pyi +24 -0
  1098. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/os.pyi +144 -0
  1099. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/ospath.pyi +23 -0
  1100. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/tempfile/__init__.pyi +323 -0
  1101. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/tempfile/temptypes.pyi +51 -0
  1102. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/threadpool/__init__.pyi +106 -0
  1103. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/threadpool/binary.pyi +55 -0
  1104. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/threadpool/text.pyi +42 -0
  1105. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/threadpool/utils.pyi +10 -0
  1106. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/METADATA.toml +6 -0
  1107. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/BufferedTokenStream.pyi +39 -0
  1108. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/CommonTokenFactory.pyi +14 -0
  1109. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/CommonTokenStream.pyi +13 -0
  1110. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/FileStream.pyi +8 -0
  1111. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/InputStream.pyi +21 -0
  1112. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/IntervalSet.pyi +19 -0
  1113. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/LL1Analyzer.pyi +26 -0
  1114. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Lexer.pyi +64 -0
  1115. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/ListTokenSource.pyi +19 -0
  1116. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Parser.pyi +74 -0
  1117. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/ParserInterpreter.pyi +36 -0
  1118. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/ParserRuleContext.pyi +41 -0
  1119. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/PredictionContext.pyi +87 -0
  1120. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Recognizer.pyi +27 -0
  1121. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/RuleContext.pyi +28 -0
  1122. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/StdinStream.pyi +4 -0
  1123. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Token.pyi +48 -0
  1124. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/TokenStreamRewriter.pyi +53 -0
  1125. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Utils.pyi +2 -0
  1126. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/__init__.pyi +32 -0
  1127. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/_pygrun.pyi +4 -0
  1128. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATN.pyi +29 -0
  1129. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATNConfig.pyi +44 -0
  1130. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATNConfigSet.pyi +44 -0
  1131. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATNDeserializationOptions.pyi +9 -0
  1132. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATNDeserializer.pyi +48 -0
  1133. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATNSimulator.pyi +17 -0
  1134. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATNState.pyi +99 -0
  1135. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATNType.pyi +7 -0
  1136. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/LexerATNSimulator.pyi +87 -0
  1137. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/LexerAction.pyi +82 -0
  1138. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/LexerActionExecutor.pyi +15 -0
  1139. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ParserATNSimulator.pyi +133 -0
  1140. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/PredictionMode.pyi +41 -0
  1141. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/SemanticContext.pyi +49 -0
  1142. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/Transition.pyi +101 -0
  1143. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/__init__.pyi +0 -0
  1144. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/dfa/DFA.pyi +21 -0
  1145. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/dfa/DFASerializer.pyi +17 -0
  1146. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/dfa/DFAState.pyi +23 -0
  1147. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/dfa/__init__.pyi +0 -0
  1148. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/error/DiagnosticErrorListener.pyi +20 -0
  1149. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/error/ErrorListener.pyi +19 -0
  1150. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/error/ErrorStrategy.pyi +56 -0
  1151. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/error/Errors.pyi +64 -0
  1152. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/error/__init__.pyi +0 -0
  1153. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/Chunk.pyi +12 -0
  1154. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreeMatch.pyi +16 -0
  1155. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreePattern.pyi +15 -0
  1156. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreePatternMatcher.pyi +44 -0
  1157. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/RuleTagToken.pyi +17 -0
  1158. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/TokenTagToken.pyi +9 -0
  1159. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/Tree.pyi +51 -0
  1160. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/Trees.pyi +31 -0
  1161. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/__init__.pyi +0 -0
  1162. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/xpath/XPath.pyi +67 -0
  1163. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/xpath/XPathLexer.pyi +28 -0
  1164. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/xpath/__init__.pyi +0 -0
  1165. package/dist/typeshed-fallback/stubs/assertpy/METADATA.toml +2 -0
  1166. package/dist/typeshed-fallback/stubs/assertpy/assertpy/__init__.pyi +12 -0
  1167. package/dist/typeshed-fallback/stubs/assertpy/assertpy/assertpy.pyi +70 -0
  1168. package/dist/typeshed-fallback/stubs/assertpy/assertpy/base.pyi +21 -0
  1169. package/dist/typeshed-fallback/stubs/assertpy/assertpy/collection.pyi +11 -0
  1170. package/dist/typeshed-fallback/stubs/assertpy/assertpy/contains.pyi +16 -0
  1171. package/dist/typeshed-fallback/stubs/assertpy/assertpy/date.pyi +11 -0
  1172. package/dist/typeshed-fallback/stubs/assertpy/assertpy/dict.pyi +12 -0
  1173. package/dist/typeshed-fallback/stubs/assertpy/assertpy/dynamic.pyi +7 -0
  1174. package/dist/typeshed-fallback/stubs/assertpy/assertpy/exception.pyi +8 -0
  1175. package/dist/typeshed-fallback/stubs/assertpy/assertpy/extracting.pyi +13 -0
  1176. package/dist/typeshed-fallback/stubs/assertpy/assertpy/file.pyi +15 -0
  1177. package/dist/typeshed-fallback/stubs/assertpy/assertpy/helpers.pyi +3 -0
  1178. package/dist/typeshed-fallback/stubs/assertpy/assertpy/numeric.pyi +24 -0
  1179. package/dist/typeshed-fallback/stubs/assertpy/assertpy/snapshot.pyi +6 -0
  1180. package/dist/typeshed-fallback/stubs/assertpy/assertpy/string.pyi +17 -0
  1181. package/dist/typeshed-fallback/stubs/atheris/METADATA.toml +10 -0
  1182. package/dist/typeshed-fallback/stubs/atheris/atheris/__init__.pyi +9 -0
  1183. package/dist/typeshed-fallback/stubs/atheris/atheris/function_hooks.pyi +14 -0
  1184. package/dist/typeshed-fallback/stubs/atheris/atheris/import_hook.pyi +36 -0
  1185. package/dist/typeshed-fallback/stubs/atheris/atheris/instrument_bytecode.pyi +7 -0
  1186. package/dist/typeshed-fallback/stubs/atheris/atheris/utils.pyi +18 -0
  1187. package/dist/typeshed-fallback/stubs/atheris/atheris/version_dependent.pyi +27 -0
  1188. package/dist/typeshed-fallback/stubs/aws-xray-sdk/METADATA.toml +6 -0
  1189. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/__init__.pyi +3 -0
  1190. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/__init__.pyi +4 -0
  1191. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/async_context.pyi +15 -0
  1192. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/async_recorder.pyi +25 -0
  1193. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/context.pyi +27 -0
  1194. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/daemon_config.pyi +13 -0
  1195. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/__init__.pyi +0 -0
  1196. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/udp_emitter.pyi +19 -0
  1197. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/__init__.pyi +0 -0
  1198. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/exceptions.pyi +8 -0
  1199. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/lambda_launcher.pyi +24 -0
  1200. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/__init__.pyi +0 -0
  1201. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/default_dynamic_naming.pyi +5 -0
  1202. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/dummy_entities.pyi +29 -0
  1203. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/entity.pyi +42 -0
  1204. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/facade_segment.pyi +25 -0
  1205. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/http.pyi +13 -0
  1206. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/noop_traceid.pyi +6 -0
  1207. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/segment.pyi +44 -0
  1208. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/subsegment.pyi +39 -0
  1209. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/throwable.pyi +12 -0
  1210. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/trace_header.pyi +25 -0
  1211. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/traceid.pyi +8 -0
  1212. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/patcher.pyi +10 -0
  1213. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/__init__.pyi +0 -0
  1214. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ec2_plugin.pyi +13 -0
  1215. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ecs_plugin.pyi +7 -0
  1216. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/elasticbeanstalk_plugin.pyi +8 -0
  1217. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/utils.pyi +6 -0
  1218. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi +113 -0
  1219. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/__init__.pyi +0 -0
  1220. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/connector.pyi +9 -0
  1221. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/__init__.pyi +0 -0
  1222. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/reservoir.pyi +8 -0
  1223. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampler.pyi +13 -0
  1224. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampling_rule.pyi +28 -0
  1225. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/reservoir.pyi +15 -0
  1226. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_cache.pyi +17 -0
  1227. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_poller.pyi +9 -0
  1228. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampler.pyi +22 -0
  1229. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampling_rule.pyi +44 -0
  1230. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/target_poller.pyi +7 -0
  1231. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/__init__.pyi +0 -0
  1232. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/default_streaming.pyi +8 -0
  1233. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/__init__.pyi +0 -0
  1234. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/atomic_counter.pyi +9 -0
  1235. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/compat.pyi +6 -0
  1236. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/conversion.pyi +5 -0
  1237. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/search_pattern.pyi +1 -0
  1238. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/stacktrace.pyi +3 -0
  1239. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/sdk_config.pyi +11 -0
  1240. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/version.pyi +1 -0
  1241. package/dist/typeshed-fallback/stubs/beautifulsoup4/METADATA.toml +9 -0
  1242. package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/__init__.pyi +98 -0
  1243. package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/builder/__init__.pyi +69 -0
  1244. package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/builder/_html5lib.pyi +76 -0
  1245. package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/builder/_htmlparser.pyi +39 -0
  1246. package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/builder/_lxml.pyi +50 -0
  1247. package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/dammit.pyi +85 -0
  1248. package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/diagnose.pyi +22 -0
  1249. package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/element.pyi +397 -0
  1250. package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/formatter.pyi +50 -0
  1251. package/dist/typeshed-fallback/stubs/bleach/METADATA.toml +6 -0
  1252. package/dist/typeshed-fallback/stubs/bleach/bleach/__init__.pyi +33 -0
  1253. package/dist/typeshed-fallback/stubs/bleach/bleach/callbacks.pyi +13 -0
  1254. package/dist/typeshed-fallback/stubs/bleach/bleach/css_sanitizer.pyi +12 -0
  1255. package/dist/typeshed-fallback/stubs/bleach/bleach/html5lib_shim.pyi +70 -0
  1256. package/dist/typeshed-fallback/stubs/bleach/bleach/linkifier.pyi +62 -0
  1257. package/dist/typeshed-fallback/stubs/bleach/bleach/parse_shim.pyi +1 -0
  1258. package/dist/typeshed-fallback/stubs/bleach/bleach/sanitizer.pyi +88 -0
  1259. package/dist/typeshed-fallback/stubs/boltons/METADATA.toml +2 -0
  1260. package/dist/typeshed-fallback/stubs/boltons/boltons/__init__.pyi +0 -0
  1261. package/dist/typeshed-fallback/stubs/boltons/boltons/cacheutils.pyi +145 -0
  1262. package/dist/typeshed-fallback/stubs/boltons/boltons/debugutils.pyi +8 -0
  1263. package/dist/typeshed-fallback/stubs/boltons/boltons/deprutils.pyi +8 -0
  1264. package/dist/typeshed-fallback/stubs/boltons/boltons/dictutils.pyi +101 -0
  1265. package/dist/typeshed-fallback/stubs/boltons/boltons/easterutils.pyi +3 -0
  1266. package/dist/typeshed-fallback/stubs/boltons/boltons/ecoutils.pyi +26 -0
  1267. package/dist/typeshed-fallback/stubs/boltons/boltons/excutils.pyi +9 -0
  1268. package/dist/typeshed-fallback/stubs/boltons/boltons/fileutils.pyi +93 -0
  1269. package/dist/typeshed-fallback/stubs/boltons/boltons/formatutils.pyi +37 -0
  1270. package/dist/typeshed-fallback/stubs/boltons/boltons/funcutils.pyi +74 -0
  1271. package/dist/typeshed-fallback/stubs/boltons/boltons/gcutils.pyi +14 -0
  1272. package/dist/typeshed-fallback/stubs/boltons/boltons/ioutils.pyi +92 -0
  1273. package/dist/typeshed-fallback/stubs/boltons/boltons/iterutils.pyi +83 -0
  1274. package/dist/typeshed-fallback/stubs/boltons/boltons/jsonutils.pyi +25 -0
  1275. package/dist/typeshed-fallback/stubs/boltons/boltons/listutils.pyi +30 -0
  1276. package/dist/typeshed-fallback/stubs/boltons/boltons/mathutils.pyi +40 -0
  1277. package/dist/typeshed-fallback/stubs/boltons/boltons/mboxutils.pyi +17 -0
  1278. package/dist/typeshed-fallback/stubs/boltons/boltons/namedutils.pyi +4 -0
  1279. package/dist/typeshed-fallback/stubs/boltons/boltons/pathutils.pyi +13 -0
  1280. package/dist/typeshed-fallback/stubs/boltons/boltons/queueutils.pyi +14 -0
  1281. package/dist/typeshed-fallback/stubs/boltons/boltons/setutils.pyi +99 -0
  1282. package/dist/typeshed-fallback/stubs/boltons/boltons/socketutils.pyi +72 -0
  1283. package/dist/typeshed-fallback/stubs/boltons/boltons/statsutils.pyi +73 -0
  1284. package/dist/typeshed-fallback/stubs/boltons/boltons/strutils.pyi +66 -0
  1285. package/dist/typeshed-fallback/stubs/boltons/boltons/tableutils.pyi +63 -0
  1286. package/dist/typeshed-fallback/stubs/boltons/boltons/tbutils.pyi +95 -0
  1287. package/dist/typeshed-fallback/stubs/boltons/boltons/timeutils.pyi +62 -0
  1288. package/dist/typeshed-fallback/stubs/boltons/boltons/typeutils.pyi +16 -0
  1289. package/dist/typeshed-fallback/stubs/boltons/boltons/urlutils.pyi +88 -0
  1290. package/dist/typeshed-fallback/stubs/braintree/METADATA.toml +2 -0
  1291. package/dist/typeshed-fallback/stubs/braintree/braintree/__init__.pyi +84 -0
  1292. package/dist/typeshed-fallback/stubs/braintree/braintree/account_updater_daily_report.pyi +8 -0
  1293. package/dist/typeshed-fallback/stubs/braintree/braintree/ach_mandate.pyi +4 -0
  1294. package/dist/typeshed-fallback/stubs/braintree/braintree/add_on.pyi +5 -0
  1295. package/dist/typeshed-fallback/stubs/braintree/braintree/add_on_gateway.pyi +7 -0
  1296. package/dist/typeshed-fallback/stubs/braintree/braintree/address.pyi +27 -0
  1297. package/dist/typeshed-fallback/stubs/braintree/braintree/address_gateway.pyi +10 -0
  1298. package/dist/typeshed-fallback/stubs/braintree/braintree/amex_express_checkout_card.pyi +8 -0
  1299. package/dist/typeshed-fallback/stubs/braintree/braintree/android_pay_card.pyi +21 -0
  1300. package/dist/typeshed-fallback/stubs/braintree/braintree/apple_pay_card.pyi +19 -0
  1301. package/dist/typeshed-fallback/stubs/braintree/braintree/apple_pay_gateway.pyi +9 -0
  1302. package/dist/typeshed-fallback/stubs/braintree/braintree/apple_pay_options.pyi +3 -0
  1303. package/dist/typeshed-fallback/stubs/braintree/braintree/attribute_getter.pyi +7 -0
  1304. package/dist/typeshed-fallback/stubs/braintree/braintree/authorization_adjustment.pyi +7 -0
  1305. package/dist/typeshed-fallback/stubs/braintree/braintree/bin_data.pyi +3 -0
  1306. package/dist/typeshed-fallback/stubs/braintree/braintree/blik_alias.pyi +3 -0
  1307. package/dist/typeshed-fallback/stubs/braintree/braintree/braintree_gateway.pyi +66 -0
  1308. package/dist/typeshed-fallback/stubs/braintree/braintree/client_token.pyi +7 -0
  1309. package/dist/typeshed-fallback/stubs/braintree/braintree/client_token_gateway.pyi +7 -0
  1310. package/dist/typeshed-fallback/stubs/braintree/braintree/configuration.pyi +45 -0
  1311. package/dist/typeshed-fallback/stubs/braintree/braintree/connected_merchant_paypal_status_changed.pyi +6 -0
  1312. package/dist/typeshed-fallback/stubs/braintree/braintree/connected_merchant_status_transitioned.pyi +6 -0
  1313. package/dist/typeshed-fallback/stubs/braintree/braintree/credentials_parser.pyi +15 -0
  1314. package/dist/typeshed-fallback/stubs/braintree/braintree/credit_card.pyi +86 -0
  1315. package/dist/typeshed-fallback/stubs/braintree/braintree/credit_card_gateway.pyi +14 -0
  1316. package/dist/typeshed-fallback/stubs/braintree/braintree/credit_card_verification.pyi +33 -0
  1317. package/dist/typeshed-fallback/stubs/braintree/braintree/credit_card_verification_gateway.pyi +9 -0
  1318. package/dist/typeshed-fallback/stubs/braintree/braintree/credit_card_verification_search.pyi +15 -0
  1319. package/dist/typeshed-fallback/stubs/braintree/braintree/customer.pyi +47 -0
  1320. package/dist/typeshed-fallback/stubs/braintree/braintree/customer_gateway.pyi +12 -0
  1321. package/dist/typeshed-fallback/stubs/braintree/braintree/customer_search.pyi +27 -0
  1322. package/dist/typeshed-fallback/stubs/braintree/braintree/customer_session_gateway.pyi +17 -0
  1323. package/dist/typeshed-fallback/stubs/braintree/braintree/descriptor.pyi +4 -0
  1324. package/dist/typeshed-fallback/stubs/braintree/braintree/disbursement.pyi +17 -0
  1325. package/dist/typeshed-fallback/stubs/braintree/braintree/disbursement_detail.pyi +10 -0
  1326. package/dist/typeshed-fallback/stubs/braintree/braintree/discount.pyi +5 -0
  1327. package/dist/typeshed-fallback/stubs/braintree/braintree/discount_gateway.pyi +7 -0
  1328. package/dist/typeshed-fallback/stubs/braintree/braintree/dispute.pyi +77 -0
  1329. package/dist/typeshed-fallback/stubs/braintree/braintree/dispute_details/__init__.pyi +3 -0
  1330. package/dist/typeshed-fallback/stubs/braintree/braintree/dispute_details/evidence.pyi +4 -0
  1331. package/dist/typeshed-fallback/stubs/braintree/braintree/dispute_details/paypal_message.pyi +4 -0
  1332. package/dist/typeshed-fallback/stubs/braintree/braintree/dispute_details/status_history.pyi +4 -0
  1333. package/dist/typeshed-fallback/stubs/braintree/braintree/dispute_gateway.pyi +14 -0
  1334. package/dist/typeshed-fallback/stubs/braintree/braintree/dispute_search.pyi +23 -0
  1335. package/dist/typeshed-fallback/stubs/braintree/braintree/document_upload.pyi +14 -0
  1336. package/dist/typeshed-fallback/stubs/braintree/braintree/document_upload_gateway.pyi +7 -0
  1337. package/dist/typeshed-fallback/stubs/braintree/braintree/enriched_customer_data.pyi +7 -0
  1338. package/dist/typeshed-fallback/stubs/braintree/braintree/environment.pyi +45 -0
  1339. package/dist/typeshed-fallback/stubs/braintree/braintree/error_codes.pyi +828 -0
  1340. package/dist/typeshed-fallback/stubs/braintree/braintree/error_result.pyi +19 -0
  1341. package/dist/typeshed-fallback/stubs/braintree/braintree/errors.pyi +10 -0
  1342. package/dist/typeshed-fallback/stubs/braintree/braintree/europe_bank_account.pyi +11 -0
  1343. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/__init__.pyi +13 -0
  1344. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/authentication_error.pyi +3 -0
  1345. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/authorization_error.pyi +3 -0
  1346. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/braintree_error.pyi +1 -0
  1347. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/configuration_error.pyi +3 -0
  1348. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/gateway_timeout_error.pyi +3 -0
  1349. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/http/__init__.pyi +3 -0
  1350. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/http/connection_error.pyi +3 -0
  1351. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/http/invalid_response_error.pyi +3 -0
  1352. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/http/timeout_error.pyi +5 -0
  1353. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/invalid_challenge_error.pyi +3 -0
  1354. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/invalid_signature_error.pyi +3 -0
  1355. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/not_found_error.pyi +3 -0
  1356. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/request_timeout_error.pyi +3 -0
  1357. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/server_error.pyi +3 -0
  1358. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/service_unavailable_error.pyi +3 -0
  1359. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/test_operation_performed_in_production_error.pyi +3 -0
  1360. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/too_many_requests_error.pyi +3 -0
  1361. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/unexpected_error.pyi +3 -0
  1362. package/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/upgrade_required_error.pyi +3 -0
  1363. package/dist/typeshed-fallback/stubs/braintree/braintree/exchange_rate_quote.pyi +4 -0
  1364. package/dist/typeshed-fallback/stubs/braintree/braintree/exchange_rate_quote_gateway.pyi +9 -0
  1365. package/dist/typeshed-fallback/stubs/braintree/braintree/exchange_rate_quote_input.pyi +9 -0
  1366. package/dist/typeshed-fallback/stubs/braintree/braintree/exchange_rate_quote_payload.pyi +6 -0
  1367. package/dist/typeshed-fallback/stubs/braintree/braintree/exchange_rate_quote_request.pyi +7 -0
  1368. package/dist/typeshed-fallback/stubs/braintree/braintree/facilitated_details.pyi +3 -0
  1369. package/dist/typeshed-fallback/stubs/braintree/braintree/facilitator_details.pyi +3 -0
  1370. package/dist/typeshed-fallback/stubs/braintree/braintree/granted_payment_instrument_update.pyi +7 -0
  1371. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/__init__.pyi +13 -0
  1372. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/enums/__init__.pyi +2 -0
  1373. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/enums/recommendations.pyi +4 -0
  1374. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/enums/recommended_payment_option.pyi +5 -0
  1375. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/__init__.pyi +5 -0
  1376. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/create_customer_session_input.pyi +23 -0
  1377. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/customer_recommendations_input.pyi +22 -0
  1378. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/customer_session_input.pyi +27 -0
  1379. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/phone_input.pyi +14 -0
  1380. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/update_customer_session_input.pyi +17 -0
  1381. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/types/__init__.pyi +4 -0
  1382. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/types/customer_recommendations_payload.pyi +8 -0
  1383. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/types/payment_options.pyi +8 -0
  1384. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/unions/__init__.pyi +1 -0
  1385. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/unions/customer_recommendations.pyi +7 -0
  1386. package/dist/typeshed-fallback/stubs/braintree/braintree/iban_bank_account.pyi +3 -0
  1387. package/dist/typeshed-fallback/stubs/braintree/braintree/ids_search.pyi +4 -0
  1388. package/dist/typeshed-fallback/stubs/braintree/braintree/liability_shift.pyi +3 -0
  1389. package/dist/typeshed-fallback/stubs/braintree/braintree/local_payment.pyi +3 -0
  1390. package/dist/typeshed-fallback/stubs/braintree/braintree/local_payment_completed.pyi +6 -0
  1391. package/dist/typeshed-fallback/stubs/braintree/braintree/local_payment_expired.pyi +4 -0
  1392. package/dist/typeshed-fallback/stubs/braintree/braintree/local_payment_funded.pyi +7 -0
  1393. package/dist/typeshed-fallback/stubs/braintree/braintree/local_payment_reversed.pyi +4 -0
  1394. package/dist/typeshed-fallback/stubs/braintree/braintree/masterpass_card.pyi +12 -0
  1395. package/dist/typeshed-fallback/stubs/braintree/braintree/merchant.pyi +6 -0
  1396. package/dist/typeshed-fallback/stubs/braintree/braintree/merchant_account/__init__.pyi +4 -0
  1397. package/dist/typeshed-fallback/stubs/braintree/braintree/merchant_account/address_details.pyi +7 -0
  1398. package/dist/typeshed-fallback/stubs/braintree/braintree/merchant_account/business_details.pyi +9 -0
  1399. package/dist/typeshed-fallback/stubs/braintree/braintree/merchant_account/funding_details.pyi +7 -0
  1400. package/dist/typeshed-fallback/stubs/braintree/braintree/merchant_account/individual_details.pyi +9 -0
  1401. package/dist/typeshed-fallback/stubs/braintree/braintree/merchant_account/merchant_account.pyi +29 -0
  1402. package/dist/typeshed-fallback/stubs/braintree/braintree/merchant_account_gateway.pyi +11 -0
  1403. package/dist/typeshed-fallback/stubs/braintree/braintree/merchant_gateway.pyi +7 -0
  1404. package/dist/typeshed-fallback/stubs/braintree/braintree/meta_checkout_card.pyi +8 -0
  1405. package/dist/typeshed-fallback/stubs/braintree/braintree/meta_checkout_token.pyi +8 -0
  1406. package/dist/typeshed-fallback/stubs/braintree/braintree/modification.pyi +7 -0
  1407. package/dist/typeshed-fallback/stubs/braintree/braintree/montary_amount.pyi +7 -0
  1408. package/dist/typeshed-fallback/stubs/braintree/braintree/oauth_access_revocation.pyi +4 -0
  1409. package/dist/typeshed-fallback/stubs/braintree/braintree/oauth_credentials.pyi +3 -0
  1410. package/dist/typeshed-fallback/stubs/braintree/braintree/oauth_gateway.pyi +10 -0
  1411. package/dist/typeshed-fallback/stubs/braintree/braintree/package_details.pyi +7 -0
  1412. package/dist/typeshed-fallback/stubs/braintree/braintree/paginated_collection.pyi +8 -0
  1413. package/dist/typeshed-fallback/stubs/braintree/braintree/paginated_result.pyi +7 -0
  1414. package/dist/typeshed-fallback/stubs/braintree/braintree/partner_merchant.pyi +11 -0
  1415. package/dist/typeshed-fallback/stubs/braintree/braintree/payment_instrument_type.pyi +19 -0
  1416. package/dist/typeshed-fallback/stubs/braintree/braintree/payment_method.pyi +21 -0
  1417. package/dist/typeshed-fallback/stubs/braintree/braintree/payment_method_customer_data_updated_metadata.pyi +8 -0
  1418. package/dist/typeshed-fallback/stubs/braintree/braintree/payment_method_gateway.pyi +13 -0
  1419. package/dist/typeshed-fallback/stubs/braintree/braintree/payment_method_nonce.pyi +15 -0
  1420. package/dist/typeshed-fallback/stubs/braintree/braintree/payment_method_nonce_gateway.pyi +8 -0
  1421. package/dist/typeshed-fallback/stubs/braintree/braintree/payment_method_parser.pyi +1 -0
  1422. package/dist/typeshed-fallback/stubs/braintree/braintree/paypal_account.pyi +16 -0
  1423. package/dist/typeshed-fallback/stubs/braintree/braintree/paypal_account_gateway.pyi +9 -0
  1424. package/dist/typeshed-fallback/stubs/braintree/braintree/paypal_here.pyi +4 -0
  1425. package/dist/typeshed-fallback/stubs/braintree/braintree/paypal_payment_resource.pyi +10 -0
  1426. package/dist/typeshed-fallback/stubs/braintree/braintree/paypal_payment_resource_gateway.pyi +10 -0
  1427. package/dist/typeshed-fallback/stubs/braintree/braintree/plan.pyi +22 -0
  1428. package/dist/typeshed-fallback/stubs/braintree/braintree/plan_gateway.pyi +10 -0
  1429. package/dist/typeshed-fallback/stubs/braintree/braintree/processor_response_types.pyi +6 -0
  1430. package/dist/typeshed-fallback/stubs/braintree/braintree/resource.pyi +12 -0
  1431. package/dist/typeshed-fallback/stubs/braintree/braintree/resource_collection.pyi +14 -0
  1432. package/dist/typeshed-fallback/stubs/braintree/braintree/revoked_payment_method_metadata.pyi +9 -0
  1433. package/dist/typeshed-fallback/stubs/braintree/braintree/risk_data.pyi +4 -0
  1434. package/dist/typeshed-fallback/stubs/braintree/braintree/samsung_pay_card.pyi +12 -0
  1435. package/dist/typeshed-fallback/stubs/braintree/braintree/search.pyi +59 -0
  1436. package/dist/typeshed-fallback/stubs/braintree/braintree/sepa_direct_debit_account.pyi +10 -0
  1437. package/dist/typeshed-fallback/stubs/braintree/braintree/sepa_direct_debit_account_gateway.pyi +8 -0
  1438. package/dist/typeshed-fallback/stubs/braintree/braintree/settlement_batch_summary.pyi +7 -0
  1439. package/dist/typeshed-fallback/stubs/braintree/braintree/settlement_batch_summary_gateway.pyi +7 -0
  1440. package/dist/typeshed-fallback/stubs/braintree/braintree/signature_service.pyi +8 -0
  1441. package/dist/typeshed-fallback/stubs/braintree/braintree/status_event.pyi +7 -0
  1442. package/dist/typeshed-fallback/stubs/braintree/braintree/subscription.pyi +54 -0
  1443. package/dist/typeshed-fallback/stubs/braintree/braintree/subscription_details.pyi +3 -0
  1444. package/dist/typeshed-fallback/stubs/braintree/braintree/subscription_gateway.pyi +12 -0
  1445. package/dist/typeshed-fallback/stubs/braintree/braintree/subscription_search.pyi +15 -0
  1446. package/dist/typeshed-fallback/stubs/braintree/braintree/subscription_status_event.pyi +8 -0
  1447. package/dist/typeshed-fallback/stubs/braintree/braintree/successful_result.pyi +5 -0
  1448. package/dist/typeshed-fallback/stubs/braintree/braintree/test/__init__.pyi +0 -0
  1449. package/dist/typeshed-fallback/stubs/braintree/braintree/test/authentication_ids.pyi +18 -0
  1450. package/dist/typeshed-fallback/stubs/braintree/braintree/test/credit_card_defaults.pyi +5 -0
  1451. package/dist/typeshed-fallback/stubs/braintree/braintree/test/credit_card_numbers.pyi +41 -0
  1452. package/dist/typeshed-fallback/stubs/braintree/braintree/test/merchant_account.pyi +7 -0
  1453. package/dist/typeshed-fallback/stubs/braintree/braintree/test/nonces.pyi +84 -0
  1454. package/dist/typeshed-fallback/stubs/braintree/braintree/test/venmo_sdk.pyi +9 -0
  1455. package/dist/typeshed-fallback/stubs/braintree/braintree/testing_gateway.pyi +13 -0
  1456. package/dist/typeshed-fallback/stubs/braintree/braintree/three_d_secure_info.pyi +3 -0
  1457. package/dist/typeshed-fallback/stubs/braintree/braintree/transaction.pyi +198 -0
  1458. package/dist/typeshed-fallback/stubs/braintree/braintree/transaction_amounts.pyi +7 -0
  1459. package/dist/typeshed-fallback/stubs/braintree/braintree/transaction_details.pyi +7 -0
  1460. package/dist/typeshed-fallback/stubs/braintree/braintree/transaction_gateway.pyi +22 -0
  1461. package/dist/typeshed-fallback/stubs/braintree/braintree/transaction_line_item.pyi +12 -0
  1462. package/dist/typeshed-fallback/stubs/braintree/braintree/transaction_line_item_gateway.pyi +7 -0
  1463. package/dist/typeshed-fallback/stubs/braintree/braintree/transaction_review.pyi +4 -0
  1464. package/dist/typeshed-fallback/stubs/braintree/braintree/transaction_search.pyi +72 -0
  1465. package/dist/typeshed-fallback/stubs/braintree/braintree/unknown_payment_method.pyi +4 -0
  1466. package/dist/typeshed-fallback/stubs/braintree/braintree/us_bank_account.pyi +14 -0
  1467. package/dist/typeshed-fallback/stubs/braintree/braintree/us_bank_account_gateway.pyi +7 -0
  1468. package/dist/typeshed-fallback/stubs/braintree/braintree/us_bank_account_verification.pyi +32 -0
  1469. package/dist/typeshed-fallback/stubs/braintree/braintree/us_bank_account_verification_gateway.pyi +9 -0
  1470. package/dist/typeshed-fallback/stubs/braintree/braintree/us_bank_account_verification_search.pyi +15 -0
  1471. package/dist/typeshed-fallback/stubs/braintree/braintree/util/__init__.pyi +7 -0
  1472. package/dist/typeshed-fallback/stubs/braintree/braintree/util/constants.pyi +4 -0
  1473. package/dist/typeshed-fallback/stubs/braintree/braintree/util/crypto.pyi +9 -0
  1474. package/dist/typeshed-fallback/stubs/braintree/braintree/util/datetime_parser.pyi +1 -0
  1475. package/dist/typeshed-fallback/stubs/braintree/braintree/util/generator.pyi +10 -0
  1476. package/dist/typeshed-fallback/stubs/braintree/braintree/util/graphql_client.pyi +18 -0
  1477. package/dist/typeshed-fallback/stubs/braintree/braintree/util/http.pyi +23 -0
  1478. package/dist/typeshed-fallback/stubs/braintree/braintree/util/parser.pyi +8 -0
  1479. package/dist/typeshed-fallback/stubs/braintree/braintree/util/xml_util.pyi +5 -0
  1480. package/dist/typeshed-fallback/stubs/braintree/braintree/validation_error.pyi +3 -0
  1481. package/dist/typeshed-fallback/stubs/braintree/braintree/validation_error_collection.pyi +18 -0
  1482. package/dist/typeshed-fallback/stubs/braintree/braintree/venmo_account.pyi +6 -0
  1483. package/dist/typeshed-fallback/stubs/braintree/braintree/venmo_profile_data.pyi +4 -0
  1484. package/dist/typeshed-fallback/stubs/braintree/braintree/version.pyi +3 -0
  1485. package/dist/typeshed-fallback/stubs/braintree/braintree/visa_checkout_card.pyi +14 -0
  1486. package/dist/typeshed-fallback/stubs/braintree/braintree/webhook_notification.pyi +95 -0
  1487. package/dist/typeshed-fallback/stubs/braintree/braintree/webhook_notification_gateway.pyi +10 -0
  1488. package/dist/typeshed-fallback/stubs/braintree/braintree/webhook_testing.pyi +5 -0
  1489. package/dist/typeshed-fallback/stubs/braintree/braintree/webhook_testing_gateway.pyi +7 -0
  1490. package/dist/typeshed-fallback/stubs/cachetools/METADATA.toml +2 -0
  1491. package/dist/typeshed-fallback/stubs/cachetools/cachetools/__init__.pyi +112 -0
  1492. package/dist/typeshed-fallback/stubs/cachetools/cachetools/func.pyi +19 -0
  1493. package/dist/typeshed-fallback/stubs/cachetools/cachetools/keys.pyi +9 -0
  1494. package/dist/typeshed-fallback/stubs/caldav/METADATA.toml +9 -0
  1495. package/dist/typeshed-fallback/stubs/caldav/caldav/__init__.pyi +4 -0
  1496. package/dist/typeshed-fallback/stubs/caldav/caldav/davclient.pyi +84 -0
  1497. package/dist/typeshed-fallback/stubs/caldav/caldav/elements/__init__.pyi +0 -0
  1498. package/dist/typeshed-fallback/stubs/caldav/caldav/elements/base.pyi +24 -0
  1499. package/dist/typeshed-fallback/stubs/caldav/caldav/elements/cdav.pyi +100 -0
  1500. package/dist/typeshed-fallback/stubs/caldav/caldav/elements/dav.pyi +63 -0
  1501. package/dist/typeshed-fallback/stubs/caldav/caldav/elements/ical.pyi +9 -0
  1502. package/dist/typeshed-fallback/stubs/caldav/caldav/lib/__init__.pyi +0 -0
  1503. package/dist/typeshed-fallback/stubs/caldav/caldav/lib/error.pyi +23 -0
  1504. package/dist/typeshed-fallback/stubs/caldav/caldav/lib/namespace.pyi +4 -0
  1505. package/dist/typeshed-fallback/stubs/caldav/caldav/lib/url.pyi +27 -0
  1506. package/dist/typeshed-fallback/stubs/caldav/caldav/lib/vcal.pyi +1 -0
  1507. package/dist/typeshed-fallback/stubs/caldav/caldav/objects.pyi +269 -0
  1508. package/dist/typeshed-fallback/stubs/caldav/caldav/requests.pyi +8 -0
  1509. package/dist/typeshed-fallback/stubs/capturer/METADATA.toml +2 -0
  1510. package/dist/typeshed-fallback/stubs/capturer/capturer.pyi +122 -0
  1511. package/dist/typeshed-fallback/stubs/cffi/METADATA.toml +7 -0
  1512. package/dist/typeshed-fallback/stubs/cffi/_cffi_backend.pyi +268 -0
  1513. package/dist/typeshed-fallback/stubs/cffi/cffi/__init__.pyi +11 -0
  1514. package/dist/typeshed-fallback/stubs/cffi/cffi/api.pyi +103 -0
  1515. package/dist/typeshed-fallback/stubs/cffi/cffi/backend_ctypes.pyi +79 -0
  1516. package/dist/typeshed-fallback/stubs/cffi/cffi/cffi_opcode.pyi +92 -0
  1517. package/dist/typeshed-fallback/stubs/cffi/cffi/commontypes.pyi +6 -0
  1518. package/dist/typeshed-fallback/stubs/cffi/cffi/cparser.pyi +14 -0
  1519. package/dist/typeshed-fallback/stubs/cffi/cffi/error.pyi +14 -0
  1520. package/dist/typeshed-fallback/stubs/cffi/cffi/ffiplatform.pyi +11 -0
  1521. package/dist/typeshed-fallback/stubs/cffi/cffi/lock.pyi +1 -0
  1522. package/dist/typeshed-fallback/stubs/cffi/cffi/model.pyi +162 -0
  1523. package/dist/typeshed-fallback/stubs/cffi/cffi/pkgconfig.pyi +3 -0
  1524. package/dist/typeshed-fallback/stubs/cffi/cffi/recompiler.pyi +95 -0
  1525. package/dist/typeshed-fallback/stubs/cffi/cffi/setuptools_ext.pyi +6 -0
  1526. package/dist/typeshed-fallback/stubs/cffi/cffi/vengine_cpy.pyi +13 -0
  1527. package/dist/typeshed-fallback/stubs/cffi/cffi/vengine_gen.pyi +14 -0
  1528. package/dist/typeshed-fallback/stubs/cffi/cffi/verifier.pyi +39 -0
  1529. package/dist/typeshed-fallback/stubs/chevron/METADATA.toml +4 -0
  1530. package/dist/typeshed-fallback/stubs/chevron/chevron/__init__.pyi +5 -0
  1531. package/dist/typeshed-fallback/stubs/chevron/chevron/main.pyi +5 -0
  1532. package/dist/typeshed-fallback/stubs/chevron/chevron/metadata.pyi +1 -0
  1533. package/dist/typeshed-fallback/stubs/chevron/chevron/renderer.pyi +22 -0
  1534. package/dist/typeshed-fallback/stubs/chevron/chevron/tokenizer.pyi +11 -0
  1535. package/dist/typeshed-fallback/stubs/click-default-group/METADATA.toml +4 -0
  1536. package/dist/typeshed-fallback/stubs/click-default-group/click_default_group.pyi +41 -0
  1537. package/dist/typeshed-fallback/stubs/click-log/METADATA.toml +3 -0
  1538. package/dist/typeshed-fallback/stubs/click-log/click_log/__init__.pyi +4 -0
  1539. package/dist/typeshed-fallback/stubs/click-log/click_log/core.pyi +15 -0
  1540. package/dist/typeshed-fallback/stubs/click-log/click_log/options.pyi +12 -0
  1541. package/dist/typeshed-fallback/stubs/click-spinner/METADATA.toml +2 -0
  1542. package/dist/typeshed-fallback/stubs/click-spinner/click_spinner/__init__.pyi +31 -0
  1543. package/dist/typeshed-fallback/stubs/click-spinner/click_spinner/_version.pyi +5 -0
  1544. package/dist/typeshed-fallback/stubs/click-web/METADATA.toml +3 -0
  1545. package/dist/typeshed-fallback/stubs/click-web/click_web/__init__.pyi +16 -0
  1546. package/dist/typeshed-fallback/stubs/click-web/click_web/exceptions.pyi +2 -0
  1547. package/dist/typeshed-fallback/stubs/click-web/click_web/resources/cmd_exec.pyi +79 -0
  1548. package/dist/typeshed-fallback/stubs/click-web/click_web/resources/cmd_form.pyi +6 -0
  1549. package/dist/typeshed-fallback/stubs/click-web/click_web/resources/index.pyi +6 -0
  1550. package/dist/typeshed-fallback/stubs/click-web/click_web/resources/input_fields.pyi +49 -0
  1551. package/dist/typeshed-fallback/stubs/click-web/click_web/web_click_types.pyi +18 -0
  1552. package/dist/typeshed-fallback/stubs/colorama/METADATA.toml +5 -0
  1553. package/dist/typeshed-fallback/stubs/colorama/colorama/__init__.pyi +9 -0
  1554. package/dist/typeshed-fallback/stubs/colorama/colorama/ansi.pyi +69 -0
  1555. package/dist/typeshed-fallback/stubs/colorama/colorama/ansitowin32.pyi +54 -0
  1556. package/dist/typeshed-fallback/stubs/colorama/colorama/initialise.pyi +23 -0
  1557. package/dist/typeshed-fallback/stubs/colorama/colorama/win32.pyi +35 -0
  1558. package/dist/typeshed-fallback/stubs/colorama/colorama/winterm.pyi +38 -0
  1559. package/dist/typeshed-fallback/stubs/commonmark/METADATA.toml +6 -0
  1560. package/dist/typeshed-fallback/stubs/commonmark/commonmark/__init__.pyi +5 -0
  1561. package/dist/typeshed-fallback/stubs/commonmark/commonmark/blocks.pyi +167 -0
  1562. package/dist/typeshed-fallback/stubs/commonmark/commonmark/cmark.pyi +1 -0
  1563. package/dist/typeshed-fallback/stubs/commonmark/commonmark/common.pyi +35 -0
  1564. package/dist/typeshed-fallback/stubs/commonmark/commonmark/dump.pyi +3 -0
  1565. package/dist/typeshed-fallback/stubs/commonmark/commonmark/entitytrans.pyi +1 -0
  1566. package/dist/typeshed-fallback/stubs/commonmark/commonmark/inlines.pyi +65 -0
  1567. package/dist/typeshed-fallback/stubs/commonmark/commonmark/main.pyi +3 -0
  1568. package/dist/typeshed-fallback/stubs/commonmark/commonmark/node.pyi +51 -0
  1569. package/dist/typeshed-fallback/stubs/commonmark/commonmark/normalize_reference.pyi +1 -0
  1570. package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/__init__.pyi +0 -0
  1571. package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/html.pyi +38 -0
  1572. package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/renderer.pyi +7 -0
  1573. package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/rst.pyi +26 -0
  1574. package/dist/typeshed-fallback/stubs/console-menu/METADATA.toml +2 -0
  1575. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/__init__.pyi +6 -0
  1576. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/console_menu.pyi +97 -0
  1577. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/format/__init__.pyi +14 -0
  1578. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/format/menu_borders.pyi +194 -0
  1579. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/format/menu_margins.pyi +18 -0
  1580. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/format/menu_padding.pyi +18 -0
  1581. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/format/menu_style.pyi +29 -0
  1582. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/items/__init__.pyi +6 -0
  1583. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/items/command_item.pyi +18 -0
  1584. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/items/external_item.pyi +5 -0
  1585. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/items/function_item.pyi +25 -0
  1586. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/items/selection_item.pyi +11 -0
  1587. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/items/submenu_item.pyi +22 -0
  1588. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/menu_component.pyi +99 -0
  1589. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/menu_formatter.pyi +55 -0
  1590. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/multiselect_menu.pyi +22 -0
  1591. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/prompt_utils.pyi +47 -0
  1592. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/screen.pyi +17 -0
  1593. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/selection_menu.pyi +31 -0
  1594. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/validators/__init__.pyi +0 -0
  1595. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/validators/base.pyi +11 -0
  1596. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/validators/regex.pyi +7 -0
  1597. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/validators/url.pyi +5 -0
  1598. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/version.pyi +0 -0
  1599. package/dist/typeshed-fallback/stubs/corus/METADATA.toml +6 -0
  1600. package/dist/typeshed-fallback/stubs/corus/corus/__init__.pyi +1 -0
  1601. package/dist/typeshed-fallback/stubs/corus/corus/io.pyi +21 -0
  1602. package/dist/typeshed-fallback/stubs/corus/corus/path.pyi +0 -0
  1603. package/dist/typeshed-fallback/stubs/corus/corus/readme.pyi +17 -0
  1604. package/dist/typeshed-fallback/stubs/corus/corus/record.pyi +8 -0
  1605. package/dist/typeshed-fallback/stubs/corus/corus/sources/__init__.pyi +23 -0
  1606. package/dist/typeshed-fallback/stubs/corus/corus/sources/bsnlp.pyi +75 -0
  1607. package/dist/typeshed-fallback/stubs/corus/corus/sources/buriy.pyi +18 -0
  1608. package/dist/typeshed-fallback/stubs/corus/corus/sources/corpora.pyi +50 -0
  1609. package/dist/typeshed-fallback/stubs/corus/corus/sources/factru.pyi +74 -0
  1610. package/dist/typeshed-fallback/stubs/corus/corus/sources/gareev.pyi +21 -0
  1611. package/dist/typeshed-fallback/stubs/corus/corus/sources/gramru.pyi +1 -0
  1612. package/dist/typeshed-fallback/stubs/corus/corus/sources/lenta.pyi +19 -0
  1613. package/dist/typeshed-fallback/stubs/corus/corus/sources/librusec.pyi +14 -0
  1614. package/dist/typeshed-fallback/stubs/corus/corus/sources/meta.pyi +54 -0
  1615. package/dist/typeshed-fallback/stubs/corus/corus/sources/mokoron.pyi +28 -0
  1616. package/dist/typeshed-fallback/stubs/corus/corus/sources/morphoru.pyi +24 -0
  1617. package/dist/typeshed-fallback/stubs/corus/corus/sources/ne5.pyi +28 -0
  1618. package/dist/typeshed-fallback/stubs/corus/corus/sources/ods.pyi +46 -0
  1619. package/dist/typeshed-fallback/stubs/corus/corus/sources/omnia.pyi +49 -0
  1620. package/dist/typeshed-fallback/stubs/corus/corus/sources/persons.pyi +27 -0
  1621. package/dist/typeshed-fallback/stubs/corus/corus/sources/ria.pyi +21 -0
  1622. package/dist/typeshed-fallback/stubs/corus/corus/sources/rudrec.pyi +27 -0
  1623. package/dist/typeshed-fallback/stubs/corus/corus/sources/russe.pyi +16 -0
  1624. package/dist/typeshed-fallback/stubs/corus/corus/sources/simlex.pyi +14 -0
  1625. package/dist/typeshed-fallback/stubs/corus/corus/sources/taiga/__init__.pyi +10 -0
  1626. package/dist/typeshed-fallback/stubs/corus/corus/sources/taiga/arzamas.pyi +6 -0
  1627. package/dist/typeshed-fallback/stubs/corus/corus/sources/taiga/common.pyi +77 -0
  1628. package/dist/typeshed-fallback/stubs/corus/corus/sources/taiga/fontanka.pyi +6 -0
  1629. package/dist/typeshed-fallback/stubs/corus/corus/sources/taiga/interfax.pyi +6 -0
  1630. package/dist/typeshed-fallback/stubs/corus/corus/sources/taiga/kp.pyi +6 -0
  1631. package/dist/typeshed-fallback/stubs/corus/corus/sources/taiga/lenta.pyi +6 -0
  1632. package/dist/typeshed-fallback/stubs/corus/corus/sources/taiga/magazines.pyi +6 -0
  1633. package/dist/typeshed-fallback/stubs/corus/corus/sources/taiga/nplus1.pyi +6 -0
  1634. package/dist/typeshed-fallback/stubs/corus/corus/sources/taiga/proza.pyi +8 -0
  1635. package/dist/typeshed-fallback/stubs/corus/corus/sources/taiga/social.pyi +15 -0
  1636. package/dist/typeshed-fallback/stubs/corus/corus/sources/taiga/subtitles.pyi +6 -0
  1637. package/dist/typeshed-fallback/stubs/corus/corus/sources/toloka.pyi +28 -0
  1638. package/dist/typeshed-fallback/stubs/corus/corus/sources/ud.pyi +29 -0
  1639. package/dist/typeshed-fallback/stubs/corus/corus/sources/wiki.pyi +20 -0
  1640. package/dist/typeshed-fallback/stubs/corus/corus/sources/wikiner.pyi +19 -0
  1641. package/dist/typeshed-fallback/stubs/corus/corus/third/WikiExtractor.pyi +227 -0
  1642. package/dist/typeshed-fallback/stubs/corus/corus/third/__init__.pyi +0 -0
  1643. package/dist/typeshed-fallback/stubs/corus/corus/zip.pyi +28 -0
  1644. package/dist/typeshed-fallback/stubs/croniter/METADATA.toml +2 -0
  1645. package/dist/typeshed-fallback/stubs/croniter/croniter/__init__.pyi +11 -0
  1646. package/dist/typeshed-fallback/stubs/croniter/croniter/croniter.pyi +244 -0
  1647. package/dist/typeshed-fallback/stubs/dateparser/METADATA.toml +5 -0
  1648. package/dist/typeshed-fallback/stubs/dateparser/dateparser/__init__.pyi +38 -0
  1649. package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/__init__.pyi +23 -0
  1650. package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/hijri.pyi +6 -0
  1651. package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/hijri_parser.pyi +27 -0
  1652. package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/jalali.pyi +6 -0
  1653. package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/jalali_parser.pyi +18 -0
  1654. package/dist/typeshed-fallback/stubs/dateparser/dateparser/conf.pyi +18 -0
  1655. package/dist/typeshed-fallback/stubs/dateparser/dateparser/custom_language_detection/__init__.pyi +0 -0
  1656. package/dist/typeshed-fallback/stubs/dateparser/dateparser/custom_language_detection/fasttext.pyi +1 -0
  1657. package/dist/typeshed-fallback/stubs/dateparser/dateparser/custom_language_detection/langdetect.pyi +1 -0
  1658. package/dist/typeshed-fallback/stubs/dateparser/dateparser/custom_language_detection/language_mapping.pyi +1 -0
  1659. package/dist/typeshed-fallback/stubs/dateparser/dateparser/data/__init__.pyi +1 -0
  1660. package/dist/typeshed-fallback/stubs/dateparser/dateparser/data/languages_info.pyi +3 -0
  1661. package/dist/typeshed-fallback/stubs/dateparser/dateparser/date.pyi +110 -0
  1662. package/dist/typeshed-fallback/stubs/dateparser/dateparser/date_parser.pyi +7 -0
  1663. package/dist/typeshed-fallback/stubs/dateparser/dateparser/freshness_date_parser.pyi +12 -0
  1664. package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/__init__.pyi +0 -0
  1665. package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/dictionary.pyi +24 -0
  1666. package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/loader.pyi +28 -0
  1667. package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/locale.pyi +17 -0
  1668. package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/validation.pyi +9 -0
  1669. package/dist/typeshed-fallback/stubs/dateparser/dateparser/parser.pyi +53 -0
  1670. package/dist/typeshed-fallback/stubs/dateparser/dateparser/search/__init__.pyi +22 -0
  1671. package/dist/typeshed-fallback/stubs/dateparser/dateparser/search/detection.pyi +18 -0
  1672. package/dist/typeshed-fallback/stubs/dateparser/dateparser/search/search.pyi +44 -0
  1673. package/dist/typeshed-fallback/stubs/dateparser/dateparser/search/text_detection.pyi +11 -0
  1674. package/dist/typeshed-fallback/stubs/dateparser/dateparser/timezone_parser.pyi +18 -0
  1675. package/dist/typeshed-fallback/stubs/dateparser/dateparser/timezones.pyi +1 -0
  1676. package/dist/typeshed-fallback/stubs/dateparser/dateparser/utils/__init__.pyi +27 -0
  1677. package/dist/typeshed-fallback/stubs/dateparser/dateparser/utils/strptime.pyi +8 -0
  1678. package/dist/typeshed-fallback/stubs/dateparser/dateparser_data/__init__.pyi +0 -0
  1679. package/dist/typeshed-fallback/stubs/dateparser/dateparser_data/settings.pyi +4 -0
  1680. package/dist/typeshed-fallback/stubs/decorator/METADATA.toml +2 -0
  1681. package/dist/typeshed-fallback/stubs/decorator/decorator.pyi +73 -0
  1682. package/dist/typeshed-fallback/stubs/defusedxml/METADATA.toml +7 -0
  1683. package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/ElementTree.pyi +46 -0
  1684. package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/__init__.pyi +9 -0
  1685. package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/cElementTree.pyi +13 -0
  1686. package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/common.pyi +29 -0
  1687. package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/expatbuilder.pyi +34 -0
  1688. package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/expatreader.pyi +10 -0
  1689. package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/lxml.pyi +47 -0
  1690. package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/minidom.pyi +20 -0
  1691. package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/pulldom.pyi +21 -0
  1692. package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/sax.pyi +24 -0
  1693. package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/xmlrpc.pyi +25 -0
  1694. package/dist/typeshed-fallback/stubs/dirhash/METADATA.toml +2 -0
  1695. package/dist/typeshed-fallback/stubs/dirhash/dirhash/__init__.pyi +93 -0
  1696. package/dist/typeshed-fallback/stubs/dirhash/dirhash/cli.pyi +5 -0
  1697. package/dist/typeshed-fallback/stubs/django-import-export/METADATA.toml +6 -0
  1698. package/dist/typeshed-fallback/stubs/django-import-export/import_export/__init__.pyi +1 -0
  1699. package/dist/typeshed-fallback/stubs/django-import-export/import_export/admin.pyi +109 -0
  1700. package/dist/typeshed-fallback/stubs/django-import-export/import_export/command_utils.pyi +12 -0
  1701. package/dist/typeshed-fallback/stubs/django-import-export/import_export/declarative.pyi +11 -0
  1702. package/dist/typeshed-fallback/stubs/django-import-export/import_export/exceptions.pyi +11 -0
  1703. package/dist/typeshed-fallback/stubs/django-import-export/import_export/fields.pyi +34 -0
  1704. package/dist/typeshed-fallback/stubs/django-import-export/import_export/formats/__init__.pyi +0 -0
  1705. package/dist/typeshed-fallback/stubs/django-import-export/import_export/formats/base_formats.pyi +60 -0
  1706. package/dist/typeshed-fallback/stubs/django-import-export/import_export/forms.pyi +38 -0
  1707. package/dist/typeshed-fallback/stubs/django-import-export/import_export/instance_loaders.pyi +23 -0
  1708. package/dist/typeshed-fallback/stubs/django-import-export/import_export/mixins.pyi +65 -0
  1709. package/dist/typeshed-fallback/stubs/django-import-export/import_export/options.pyi +32 -0
  1710. package/dist/typeshed-fallback/stubs/django-import-export/import_export/resources.pyi +168 -0
  1711. package/dist/typeshed-fallback/stubs/django-import-export/import_export/results.pyi +89 -0
  1712. package/dist/typeshed-fallback/stubs/django-import-export/import_export/signals.pyi +4 -0
  1713. package/dist/typeshed-fallback/stubs/django-import-export/import_export/templatetags/__init__.pyi +0 -0
  1714. package/dist/typeshed-fallback/stubs/django-import-export/import_export/templatetags/import_export_tags.pyi +8 -0
  1715. package/dist/typeshed-fallback/stubs/django-import-export/import_export/tmp_storages.pyi +34 -0
  1716. package/dist/typeshed-fallback/stubs/django-import-export/import_export/utils.pyi +19 -0
  1717. package/dist/typeshed-fallback/stubs/django-import-export/import_export/widgets.pyi +74 -0
  1718. package/dist/typeshed-fallback/stubs/django-import-export/management/__init__.pyi +0 -0
  1719. package/dist/typeshed-fallback/stubs/django-import-export/management/commands/__init__.pyi +0 -0
  1720. package/dist/typeshed-fallback/stubs/django-import-export/management/commands/export.pyi +3 -0
  1721. package/dist/typeshed-fallback/stubs/django-import-export/management/commands/import.pyi +3 -0
  1722. package/dist/typeshed-fallback/stubs/docker/METADATA.toml +3 -0
  1723. package/dist/typeshed-fallback/stubs/docker/docker/__init__.pyi +7 -0
  1724. package/dist/typeshed-fallback/stubs/docker/docker/_types.pyi +25 -0
  1725. package/dist/typeshed-fallback/stubs/docker/docker/api/__init__.pyi +1 -0
  1726. package/dist/typeshed-fallback/stubs/docker/docker/api/build.pyi +55 -0
  1727. package/dist/typeshed-fallback/stubs/docker/docker/api/client.pyi +55 -0
  1728. package/dist/typeshed-fallback/stubs/docker/docker/api/config.pyi +7 -0
  1729. package/dist/typeshed-fallback/stubs/docker/docker/api/container.pyi +168 -0
  1730. package/dist/typeshed-fallback/stubs/docker/docker/api/daemon.pyi +27 -0
  1731. package/dist/typeshed-fallback/stubs/docker/docker/api/exec_api.pyi +22 -0
  1732. package/dist/typeshed-fallback/stubs/docker/docker/api/image.pyi +60 -0
  1733. package/dist/typeshed-fallback/stubs/docker/docker/api/network.pyi +51 -0
  1734. package/dist/typeshed-fallback/stubs/docker/docker/api/plugin.pyi +14 -0
  1735. package/dist/typeshed-fallback/stubs/docker/docker/api/secret.pyi +12 -0
  1736. package/dist/typeshed-fallback/stubs/docker/docker/api/service.pyi +47 -0
  1737. package/dist/typeshed-fallback/stubs/docker/docker/api/swarm.pyi +41 -0
  1738. package/dist/typeshed-fallback/stubs/docker/docker/api/volume.pyi +14 -0
  1739. package/dist/typeshed-fallback/stubs/docker/docker/auth.pyi +40 -0
  1740. package/dist/typeshed-fallback/stubs/docker/docker/client.pyi +63 -0
  1741. package/dist/typeshed-fallback/stubs/docker/docker/constants.pyi +22 -0
  1742. package/dist/typeshed-fallback/stubs/docker/docker/context/__init__.pyi +2 -0
  1743. package/dist/typeshed-fallback/stubs/docker/docker/context/api.pyi +29 -0
  1744. package/dist/typeshed-fallback/stubs/docker/docker/context/config.pyi +10 -0
  1745. package/dist/typeshed-fallback/stubs/docker/docker/context/context.pyi +76 -0
  1746. package/dist/typeshed-fallback/stubs/docker/docker/credentials/__init__.pyi +8 -0
  1747. package/dist/typeshed-fallback/stubs/docker/docker/credentials/constants.pyi +4 -0
  1748. package/dist/typeshed-fallback/stubs/docker/docker/credentials/errors.pyi +7 -0
  1749. package/dist/typeshed-fallback/stubs/docker/docker/credentials/store.pyi +11 -0
  1750. package/dist/typeshed-fallback/stubs/docker/docker/credentials/utils.pyi +1 -0
  1751. package/dist/typeshed-fallback/stubs/docker/docker/errors.pyi +71 -0
  1752. package/dist/typeshed-fallback/stubs/docker/docker/models/__init__.pyi +0 -0
  1753. package/dist/typeshed-fallback/stubs/docker/docker/models/configs.pyi +13 -0
  1754. package/dist/typeshed-fallback/stubs/docker/docker/models/containers.pyi +414 -0
  1755. package/dist/typeshed-fallback/stubs/docker/docker/models/images.pyi +113 -0
  1756. package/dist/typeshed-fallback/stubs/docker/docker/models/networks.pyi +37 -0
  1757. package/dist/typeshed-fallback/stubs/docker/docker/models/nodes.pyi +13 -0
  1758. package/dist/typeshed-fallback/stubs/docker/docker/models/plugins.pyi +25 -0
  1759. package/dist/typeshed-fallback/stubs/docker/docker/models/resource.pyi +32 -0
  1760. package/dist/typeshed-fallback/stubs/docker/docker/models/secrets.pyi +13 -0
  1761. package/dist/typeshed-fallback/stubs/docker/docker/models/services.pyi +27 -0
  1762. package/dist/typeshed-fallback/stubs/docker/docker/models/swarm.pyi +33 -0
  1763. package/dist/typeshed-fallback/stubs/docker/docker/models/volumes.pyi +16 -0
  1764. package/dist/typeshed-fallback/stubs/docker/docker/tls.pyi +10 -0
  1765. package/dist/typeshed-fallback/stubs/docker/docker/transport/__init__.pyi +4 -0
  1766. package/dist/typeshed-fallback/stubs/docker/docker/transport/basehttpadapter.pyi +4 -0
  1767. package/dist/typeshed-fallback/stubs/docker/docker/transport/npipeconn.pyi +29 -0
  1768. package/dist/typeshed-fallback/stubs/docker/docker/transport/npipesocket.pyi +49 -0
  1769. package/dist/typeshed-fallback/stubs/docker/docker/transport/sshconn.pyi +49 -0
  1770. package/dist/typeshed-fallback/stubs/docker/docker/transport/unixconn.pyi +31 -0
  1771. package/dist/typeshed-fallback/stubs/docker/docker/types/__init__.pyi +35 -0
  1772. package/dist/typeshed-fallback/stubs/docker/docker/types/base.pyi +5 -0
  1773. package/dist/typeshed-fallback/stubs/docker/docker/types/containers.pyi +168 -0
  1774. package/dist/typeshed-fallback/stubs/docker/docker/types/daemon.pyi +12 -0
  1775. package/dist/typeshed-fallback/stubs/docker/docker/types/healthcheck.pyi +24 -0
  1776. package/dist/typeshed-fallback/stubs/docker/docker/types/networks.pyi +31 -0
  1777. package/dist/typeshed-fallback/stubs/docker/docker/types/services.pyi +170 -0
  1778. package/dist/typeshed-fallback/stubs/docker/docker/types/swarm.pyi +29 -0
  1779. package/dist/typeshed-fallback/stubs/docker/docker/utils/__init__.pyi +32 -0
  1780. package/dist/typeshed-fallback/stubs/docker/docker/utils/build.pyi +38 -0
  1781. package/dist/typeshed-fallback/stubs/docker/docker/utils/config.pyi +10 -0
  1782. package/dist/typeshed-fallback/stubs/docker/docker/utils/decorators.pyi +3 -0
  1783. package/dist/typeshed-fallback/stubs/docker/docker/utils/fnmatch.pyi +5 -0
  1784. package/dist/typeshed-fallback/stubs/docker/docker/utils/json_stream.pyi +15 -0
  1785. package/dist/typeshed-fallback/stubs/docker/docker/utils/ports.pyi +9 -0
  1786. package/dist/typeshed-fallback/stubs/docker/docker/utils/proxy.pyi +33 -0
  1787. package/dist/typeshed-fallback/stubs/docker/docker/utils/socket.pyi +18 -0
  1788. package/dist/typeshed-fallback/stubs/docker/docker/utils/utils.pyi +34 -0
  1789. package/dist/typeshed-fallback/stubs/docker/docker/version.pyi +1 -0
  1790. package/dist/typeshed-fallback/stubs/dockerfile-parse/METADATA.toml +2 -0
  1791. package/dist/typeshed-fallback/stubs/dockerfile-parse/dockerfile_parse/__init__.pyi +3 -0
  1792. package/dist/typeshed-fallback/stubs/dockerfile-parse/dockerfile_parse/constants.pyi +2 -0
  1793. package/dist/typeshed-fallback/stubs/dockerfile-parse/dockerfile_parse/parser.pyi +69 -0
  1794. package/dist/typeshed-fallback/stubs/dockerfile-parse/dockerfile_parse/util.pyi +52 -0
  1795. package/dist/typeshed-fallback/stubs/docutils/METADATA.toml +6 -0
  1796. package/dist/typeshed-fallback/stubs/docutils/docutils/__init__.pyi +44 -0
  1797. package/dist/typeshed-fallback/stubs/docutils/docutils/core.pyi +218 -0
  1798. package/dist/typeshed-fallback/stubs/docutils/docutils/examples.pyi +3 -0
  1799. package/dist/typeshed-fallback/stubs/docutils/docutils/frontend.pyi +128 -0
  1800. package/dist/typeshed-fallback/stubs/docutils/docutils/io.pyi +104 -0
  1801. package/dist/typeshed-fallback/stubs/docutils/docutils/languages/__init__.pyi +15 -0
  1802. package/dist/typeshed-fallback/stubs/docutils/docutils/nodes.pyi +489 -0
  1803. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/__init__.pyi +17 -0
  1804. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/null.pyi +6 -0
  1805. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/recommonmark_wrapper.pyi +3 -0
  1806. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/__init__.pyi +67 -0
  1807. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/__init__.pyi +40 -0
  1808. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/admonitions.pyi +16 -0
  1809. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/body.pyi +3 -0
  1810. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/html.pyi +3 -0
  1811. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/images.pyi +3 -0
  1812. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/misc.pyi +36 -0
  1813. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/parts.pyi +10 -0
  1814. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/references.pyi +3 -0
  1815. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/tables.pyi +3 -0
  1816. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/roles.pyi +131 -0
  1817. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/states.pyi +144 -0
  1818. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/tableparser.pyi +64 -0
  1819. package/dist/typeshed-fallback/stubs/docutils/docutils/readers/__init__.pyi +28 -0
  1820. package/dist/typeshed-fallback/stubs/docutils/docutils/readers/doctree.pyi +7 -0
  1821. package/dist/typeshed-fallback/stubs/docutils/docutils/readers/pep.pyi +3 -0
  1822. package/dist/typeshed-fallback/stubs/docutils/docutils/readers/standalone.pyi +3 -0
  1823. package/dist/typeshed-fallback/stubs/docutils/docutils/statemachine.pyi +200 -0
  1824. package/dist/typeshed-fallback/stubs/docutils/docutils/transforms/__init__.pyi +14 -0
  1825. package/dist/typeshed-fallback/stubs/docutils/docutils/utils/__init__.pyi +139 -0
  1826. package/dist/typeshed-fallback/stubs/docutils/docutils/utils/roman.pyi +14 -0
  1827. package/dist/typeshed-fallback/stubs/docutils/docutils/writers/__init__.pyi +80 -0
  1828. package/dist/typeshed-fallback/stubs/docutils/docutils/writers/docutils_xml.pyi +3 -0
  1829. package/dist/typeshed-fallback/stubs/docutils/docutils/writers/html4css1.pyi +3 -0
  1830. package/dist/typeshed-fallback/stubs/docutils/docutils/writers/html5_polyglot.pyi +3 -0
  1831. package/dist/typeshed-fallback/stubs/docutils/docutils/writers/latex2e.pyi +20 -0
  1832. package/dist/typeshed-fallback/stubs/docutils/docutils/writers/manpage.pyi +3 -0
  1833. package/dist/typeshed-fallback/stubs/docutils/docutils/writers/null.pyi +3 -0
  1834. package/dist/typeshed-fallback/stubs/docutils/docutils/writers/odf_odt.pyi +3 -0
  1835. package/dist/typeshed-fallback/stubs/docutils/docutils/writers/pep_html.pyi +3 -0
  1836. package/dist/typeshed-fallback/stubs/docutils/docutils/writers/pseudoxml.pyi +3 -0
  1837. package/dist/typeshed-fallback/stubs/docutils/docutils/writers/s5_html.pyi +3 -0
  1838. package/dist/typeshed-fallback/stubs/docutils/docutils/writers/xetex.pyi +3 -0
  1839. package/dist/typeshed-fallback/stubs/editdistance/METADATA.toml +2 -0
  1840. package/dist/typeshed-fallback/stubs/editdistance/editdistance/__init__.pyi +6 -0
  1841. package/dist/typeshed-fallback/stubs/entrypoints/METADATA.toml +2 -0
  1842. package/dist/typeshed-fallback/stubs/entrypoints/entrypoints.pyi +48 -0
  1843. package/dist/typeshed-fallback/stubs/fanstatic/METADATA.toml +3 -0
  1844. package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/__init__.pyi +43 -0
  1845. package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/checksum.pyi +10 -0
  1846. package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/compiler.pyi +124 -0
  1847. package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/config.pyi +10 -0
  1848. package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/core.pyi +237 -0
  1849. package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/inclusion.pyi +22 -0
  1850. package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/injector.pyi +57 -0
  1851. package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/publisher.pyi +48 -0
  1852. package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/registry.pyi +50 -0
  1853. package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/wsgi.pyi +22 -0
  1854. package/dist/typeshed-fallback/stubs/first/METADATA.toml +2 -0
  1855. package/dist/typeshed-fallback/stubs/first/first.pyi +19 -0
  1856. package/dist/typeshed-fallback/stubs/flake8/METADATA.toml +3 -0
  1857. package/dist/typeshed-fallback/stubs/flake8/flake8/__init__.pyi +8 -0
  1858. package/dist/typeshed-fallback/stubs/flake8/flake8/_compat.pyi +5 -0
  1859. package/dist/typeshed-fallback/stubs/flake8/flake8/api/__init__.pyi +0 -0
  1860. package/dist/typeshed-fallback/stubs/flake8/flake8/api/legacy.pyi +27 -0
  1861. package/dist/typeshed-fallback/stubs/flake8/flake8/checker.pyi +56 -0
  1862. package/dist/typeshed-fallback/stubs/flake8/flake8/defaults.pyi +12 -0
  1863. package/dist/typeshed-fallback/stubs/flake8/flake8/discover_files.pyi +8 -0
  1864. package/dist/typeshed-fallback/stubs/flake8/flake8/exceptions.pyi +24 -0
  1865. package/dist/typeshed-fallback/stubs/flake8/flake8/formatting/__init__.pyi +0 -0
  1866. package/dist/typeshed-fallback/stubs/flake8/flake8/formatting/_windows_color.pyi +1 -0
  1867. package/dist/typeshed-fallback/stubs/flake8/flake8/formatting/base.pyi +25 -0
  1868. package/dist/typeshed-fallback/stubs/flake8/flake8/formatting/default.pyi +29 -0
  1869. package/dist/typeshed-fallback/stubs/flake8/flake8/main/__init__.pyi +0 -0
  1870. package/dist/typeshed-fallback/stubs/flake8/flake8/main/application.pyi +29 -0
  1871. package/dist/typeshed-fallback/stubs/flake8/flake8/main/cli.pyi +3 -0
  1872. package/dist/typeshed-fallback/stubs/flake8/flake8/main/debug.pyi +5 -0
  1873. package/dist/typeshed-fallback/stubs/flake8/flake8/main/options.pyi +12 -0
  1874. package/dist/typeshed-fallback/stubs/flake8/flake8/options/__init__.pyi +0 -0
  1875. package/dist/typeshed-fallback/stubs/flake8/flake8/options/aggregator.pyi +12 -0
  1876. package/dist/typeshed-fallback/stubs/flake8/flake8/options/config.pyi +10 -0
  1877. package/dist/typeshed-fallback/stubs/flake8/flake8/options/manager.pyi +71 -0
  1878. package/dist/typeshed-fallback/stubs/flake8/flake8/options/parse_args.pyi +6 -0
  1879. package/dist/typeshed-fallback/stubs/flake8/flake8/plugins/__init__.pyi +0 -0
  1880. package/dist/typeshed-fallback/stubs/flake8/flake8/plugins/finder.pyi +48 -0
  1881. package/dist/typeshed-fallback/stubs/flake8/flake8/plugins/pycodestyle.pyi +32 -0
  1882. package/dist/typeshed-fallback/stubs/flake8/flake8/plugins/pyflakes.pyi +21 -0
  1883. package/dist/typeshed-fallback/stubs/flake8/flake8/plugins/reporter.pyi +9 -0
  1884. package/dist/typeshed-fallback/stubs/flake8/flake8/processor.pyi +72 -0
  1885. package/dist/typeshed-fallback/stubs/flake8/flake8/statistics.pyi +27 -0
  1886. package/dist/typeshed-fallback/stubs/flake8/flake8/style_guide.pyi +70 -0
  1887. package/dist/typeshed-fallback/stubs/flake8/flake8/utils.pyi +25 -0
  1888. package/dist/typeshed-fallback/stubs/flake8/flake8/violation.pyi +13 -0
  1889. package/dist/typeshed-fallback/stubs/flake8-bugbear/METADATA.toml +6 -0
  1890. package/dist/typeshed-fallback/stubs/flake8-bugbear/bugbear.pyi +29 -0
  1891. package/dist/typeshed-fallback/stubs/flake8-builtins/METADATA.toml +6 -0
  1892. package/dist/typeshed-fallback/stubs/flake8-builtins/flake8_builtins.pyi +43 -0
  1893. package/dist/typeshed-fallback/stubs/flake8-docstrings/METADATA.toml +6 -0
  1894. package/dist/typeshed-fallback/stubs/flake8-docstrings/flake8_docstrings.pyi +21 -0
  1895. package/dist/typeshed-fallback/stubs/flake8-rst-docstrings/METADATA.toml +6 -0
  1896. package/dist/typeshed-fallback/stubs/flake8-rst-docstrings/flake8_rst_docstrings.pyi +34 -0
  1897. package/dist/typeshed-fallback/stubs/flake8-simplify/METADATA.toml +6 -0
  1898. package/dist/typeshed-fallback/stubs/flake8-simplify/flake8_simplify/__init__.pyi +9 -0
  1899. package/dist/typeshed-fallback/stubs/flake8-typing-imports/METADATA.toml +6 -0
  1900. package/dist/typeshed-fallback/stubs/flake8-typing-imports/flake8_typing_imports.pyi +17 -0
  1901. package/dist/typeshed-fallback/stubs/fpdf2/METADATA.toml +6 -0
  1902. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/__init__.pyi +36 -0
  1903. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/_fonttools_shims.pyi +52 -0
  1904. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/actions.pyi +36 -0
  1905. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/annotations.pyi +82 -0
  1906. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/bidi.pyi +64 -0
  1907. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/deprecation.pyi +11 -0
  1908. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/drawing.pyi +433 -0
  1909. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/encryption.pyi +109 -0
  1910. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/enums.pyi +324 -0
  1911. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/errors.pyi +12 -0
  1912. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/fonts.pyi +147 -0
  1913. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/fpdf.pyi +672 -0
  1914. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/graphics_state.pyi +118 -0
  1915. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/html.pyi +95 -0
  1916. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/image_datastructures.pyi +57 -0
  1917. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/image_parsing.pyi +60 -0
  1918. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/line_break.pyi +164 -0
  1919. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/linearization.pyi +54 -0
  1920. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/outline.pyi +57 -0
  1921. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/output.pyi +215 -0
  1922. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/prefs.pyi +58 -0
  1923. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/recorder.pyi +13 -0
  1924. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/sign.pyi +22 -0
  1925. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/structure_tree.pyi +48 -0
  1926. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/svg.pyi +139 -0
  1927. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/syntax.pyi +79 -0
  1928. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/table.pyi +132 -0
  1929. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/template.pyi +44 -0
  1930. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/text_region.pyi +171 -0
  1931. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/transitions.pyi +59 -0
  1932. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/unicode_script.pyi +172 -0
  1933. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/util.pyi +39 -0
  1934. package/dist/typeshed-fallback/stubs/gdb/METADATA.toml +15 -0
  1935. package/dist/typeshed-fallback/stubs/gdb/gdb/FrameDecorator.pyi +24 -0
  1936. package/dist/typeshed-fallback/stubs/gdb/gdb/FrameIterator.pyi +8 -0
  1937. package/dist/typeshed-fallback/stubs/gdb/gdb/__init__.pyi +1003 -0
  1938. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/__init__.pyi +13 -0
  1939. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/breakpoint.pyi +3 -0
  1940. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/bt.pyi +3 -0
  1941. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/disassemble.pyi +3 -0
  1942. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/evaluate.pyi +3 -0
  1943. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/events.pyi +3 -0
  1944. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/frames.pyi +3 -0
  1945. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/io.pyi +3 -0
  1946. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/launch.pyi +3 -0
  1947. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/locations.pyi +3 -0
  1948. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/memory.pyi +3 -0
  1949. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/modules.pyi +3 -0
  1950. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/next.pyi +3 -0
  1951. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/pause.pyi +3 -0
  1952. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/scopes.pyi +3 -0
  1953. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/server.pyi +3 -0
  1954. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/sources.pyi +3 -0
  1955. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/startup.pyi +3 -0
  1956. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/state.pyi +3 -0
  1957. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/threads.pyi +3 -0
  1958. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/typecheck.pyi +3 -0
  1959. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/varref.pyi +3 -0
  1960. package/dist/typeshed-fallback/stubs/gdb/gdb/disassembler.pyi +57 -0
  1961. package/dist/typeshed-fallback/stubs/gdb/gdb/events.pyi +24 -0
  1962. package/dist/typeshed-fallback/stubs/gdb/gdb/missing_debug.pyi +12 -0
  1963. package/dist/typeshed-fallback/stubs/gdb/gdb/printing.pyi +56 -0
  1964. package/dist/typeshed-fallback/stubs/gdb/gdb/prompt.pyi +1 -0
  1965. package/dist/typeshed-fallback/stubs/gdb/gdb/types.pyi +28 -0
  1966. package/dist/typeshed-fallback/stubs/gdb/gdb/unwinder.pyi +20 -0
  1967. package/dist/typeshed-fallback/stubs/gdb/gdb/xmethod.pyi +45 -0
  1968. package/dist/typeshed-fallback/stubs/geopandas/METADATA.toml +4 -0
  1969. package/dist/typeshed-fallback/stubs/geopandas/geopandas/__init__.pyi +20 -0
  1970. package/dist/typeshed-fallback/stubs/geopandas/geopandas/_config.pyi +21 -0
  1971. package/dist/typeshed-fallback/stubs/geopandas/geopandas/_decorator.pyi +21 -0
  1972. package/dist/typeshed-fallback/stubs/geopandas/geopandas/_exports.pyi +21 -0
  1973. package/dist/typeshed-fallback/stubs/geopandas/geopandas/array.pyi +244 -0
  1974. package/dist/typeshed-fallback/stubs/geopandas/geopandas/base.pyi +228 -0
  1975. package/dist/typeshed-fallback/stubs/geopandas/geopandas/explore.pyi +65 -0
  1976. package/dist/typeshed-fallback/stubs/geopandas/geopandas/geodataframe.pyi +357 -0
  1977. package/dist/typeshed-fallback/stubs/geopandas/geopandas/geoseries.pyi +215 -0
  1978. package/dist/typeshed-fallback/stubs/geopandas/geopandas/io/__init__.pyi +1 -0
  1979. package/dist/typeshed-fallback/stubs/geopandas/geopandas/io/_geoarrow.pyi +48 -0
  1980. package/dist/typeshed-fallback/stubs/geopandas/geopandas/io/arrow.pyi +22 -0
  1981. package/dist/typeshed-fallback/stubs/geopandas/geopandas/io/file.pyi +47 -0
  1982. package/dist/typeshed-fallback/stubs/geopandas/geopandas/io/sql.pyi +114 -0
  1983. package/dist/typeshed-fallback/stubs/geopandas/geopandas/plotting.pyi +259 -0
  1984. package/dist/typeshed-fallback/stubs/geopandas/geopandas/sindex.pyi +79 -0
  1985. package/dist/typeshed-fallback/stubs/geopandas/geopandas/testing.pyi +33 -0
  1986. package/dist/typeshed-fallback/stubs/geopandas/geopandas/tools/__init__.pyi +7 -0
  1987. package/dist/typeshed-fallback/stubs/geopandas/geopandas/tools/_show_versions.pyi +1 -0
  1988. package/dist/typeshed-fallback/stubs/geopandas/geopandas/tools/clip.pyi +9 -0
  1989. package/dist/typeshed-fallback/stubs/geopandas/geopandas/tools/geocoding.pyi +18 -0
  1990. package/dist/typeshed-fallback/stubs/geopandas/geopandas/tools/hilbert_curve.pyi +1 -0
  1991. package/dist/typeshed-fallback/stubs/geopandas/geopandas/tools/overlay.pyi +5 -0
  1992. package/dist/typeshed-fallback/stubs/geopandas/geopandas/tools/sjoin.pyi +26 -0
  1993. package/dist/typeshed-fallback/stubs/geopandas/geopandas/tools/util.pyi +12 -0
  1994. package/dist/typeshed-fallback/stubs/gevent/METADATA.toml +12 -0
  1995. package/dist/typeshed-fallback/stubs/gevent/gevent/__init__.pyi +76 -0
  1996. package/dist/typeshed-fallback/stubs/gevent/gevent/_abstract_linkable.pyi +13 -0
  1997. package/dist/typeshed-fallback/stubs/gevent/gevent/_config.pyi +196 -0
  1998. package/dist/typeshed-fallback/stubs/gevent/gevent/_ffi/__init__.pyi +0 -0
  1999. package/dist/typeshed-fallback/stubs/gevent/gevent/_ffi/loop.pyi +80 -0
  2000. package/dist/typeshed-fallback/stubs/gevent/gevent/_ffi/watcher.pyi +91 -0
  2001. package/dist/typeshed-fallback/stubs/gevent/gevent/_fileobjectcommon.pyi +369 -0
  2002. package/dist/typeshed-fallback/stubs/gevent/gevent/_greenlet_primitives.pyi +16 -0
  2003. package/dist/typeshed-fallback/stubs/gevent/gevent/_hub_local.pyi +15 -0
  2004. package/dist/typeshed-fallback/stubs/gevent/gevent/_hub_primitives.pyi +70 -0
  2005. package/dist/typeshed-fallback/stubs/gevent/gevent/_ident.pyi +12 -0
  2006. package/dist/typeshed-fallback/stubs/gevent/gevent/_imap.pyi +24 -0
  2007. package/dist/typeshed-fallback/stubs/gevent/gevent/_monitor.pyi +50 -0
  2008. package/dist/typeshed-fallback/stubs/gevent/gevent/_threading.pyi +21 -0
  2009. package/dist/typeshed-fallback/stubs/gevent/gevent/_types.pyi +148 -0
  2010. package/dist/typeshed-fallback/stubs/gevent/gevent/_util.pyi +55 -0
  2011. package/dist/typeshed-fallback/stubs/gevent/gevent/_waiter.pyi +45 -0
  2012. package/dist/typeshed-fallback/stubs/gevent/gevent/ares.pyi +1 -0
  2013. package/dist/typeshed-fallback/stubs/gevent/gevent/backdoor.pyi +45 -0
  2014. package/dist/typeshed-fallback/stubs/gevent/gevent/baseserver.pyi +65 -0
  2015. package/dist/typeshed-fallback/stubs/gevent/gevent/event.pyi +63 -0
  2016. package/dist/typeshed-fallback/stubs/gevent/gevent/events.pyi +165 -0
  2017. package/dist/typeshed-fallback/stubs/gevent/gevent/exceptions.pyi +15 -0
  2018. package/dist/typeshed-fallback/stubs/gevent/gevent/fileobject.pyi +155 -0
  2019. package/dist/typeshed-fallback/stubs/gevent/gevent/greenlet.pyi +98 -0
  2020. package/dist/typeshed-fallback/stubs/gevent/gevent/hub.pyi +110 -0
  2021. package/dist/typeshed-fallback/stubs/gevent/gevent/libev/__init__.pyi +0 -0
  2022. package/dist/typeshed-fallback/stubs/gevent/gevent/libev/corecext.pyi +92 -0
  2023. package/dist/typeshed-fallback/stubs/gevent/gevent/libev/corecffi.pyi +36 -0
  2024. package/dist/typeshed-fallback/stubs/gevent/gevent/libev/watcher.pyi +65 -0
  2025. package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/__init__.pyi +0 -0
  2026. package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/loop.pyi +42 -0
  2027. package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/watcher.pyi +32 -0
  2028. package/dist/typeshed-fallback/stubs/gevent/gevent/local.pyi +9 -0
  2029. package/dist/typeshed-fallback/stubs/gevent/gevent/lock.pyi +40 -0
  2030. package/dist/typeshed-fallback/stubs/gevent/gevent/monkey/__init__.pyi +40 -0
  2031. package/dist/typeshed-fallback/stubs/gevent/gevent/monkey/api.pyi +7 -0
  2032. package/dist/typeshed-fallback/stubs/gevent/gevent/os.pyi +30 -0
  2033. package/dist/typeshed-fallback/stubs/gevent/gevent/pool.pyi +205 -0
  2034. package/dist/typeshed-fallback/stubs/gevent/gevent/pywsgi.pyi +178 -0
  2035. package/dist/typeshed-fallback/stubs/gevent/gevent/queue.pyi +95 -0
  2036. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/__init__.pyi +21 -0
  2037. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/ares.pyi +41 -0
  2038. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/blocking.pyi +13 -0
  2039. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/cares.pyi +53 -0
  2040. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/dnspython.pyi +9 -0
  2041. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/thread.pyi +15 -0
  2042. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver_ares.pyi +1 -0
  2043. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver_thread.pyi +1 -0
  2044. package/dist/typeshed-fallback/stubs/gevent/gevent/select.pyi +20 -0
  2045. package/dist/typeshed-fallback/stubs/gevent/gevent/selectors.pyi +27 -0
  2046. package/dist/typeshed-fallback/stubs/gevent/gevent/server.pyi +84 -0
  2047. package/dist/typeshed-fallback/stubs/gevent/gevent/signal.pyi +10 -0
  2048. package/dist/typeshed-fallback/stubs/gevent/gevent/socket.pyi +23 -0
  2049. package/dist/typeshed-fallback/stubs/gevent/gevent/ssl.pyi +29 -0
  2050. package/dist/typeshed-fallback/stubs/gevent/gevent/subprocess.pyi +4 -0
  2051. package/dist/typeshed-fallback/stubs/gevent/gevent/threadpool.pyi +55 -0
  2052. package/dist/typeshed-fallback/stubs/gevent/gevent/time.pyi +3 -0
  2053. package/dist/typeshed-fallback/stubs/gevent/gevent/timeout.pyi +55 -0
  2054. package/dist/typeshed-fallback/stubs/gevent/gevent/util.pyi +49 -0
  2055. package/dist/typeshed-fallback/stubs/gevent/gevent/win32util.pyi +3 -0
  2056. package/dist/typeshed-fallback/stubs/google-cloud-ndb/METADATA.toml +6 -0
  2057. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/__init__.pyi +218 -0
  2058. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_batch.pyi +3 -0
  2059. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_cache.pyi +73 -0
  2060. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_datastore_api.pyi +5 -0
  2061. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_datastore_query.pyi +23 -0
  2062. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_eventloop.pyi +26 -0
  2063. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_options.pyi +15 -0
  2064. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_transaction.pyi +20 -0
  2065. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/blobstore.pyi +65 -0
  2066. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/client.pyi +35 -0
  2067. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/context.pyi +110 -0
  2068. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/django_middleware.pyi +2 -0
  2069. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/exceptions.pyi +22 -0
  2070. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/global_cache.pyi +78 -0
  2071. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/key.pyi +100 -0
  2072. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/metadata.pyi +52 -0
  2073. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/model.pyi +515 -0
  2074. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/msgprop.pyi +5 -0
  2075. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/polymodel.pyi +9 -0
  2076. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/query.pyi +149 -0
  2077. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/stats.pyi +102 -0
  2078. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/tasklets.pyi +58 -0
  2079. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/utils.pyi +28 -0
  2080. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/version.pyi +1 -0
  2081. package/dist/typeshed-fallback/stubs/greenlet/METADATA.toml +2 -0
  2082. package/dist/typeshed-fallback/stubs/greenlet/greenlet/__init__.pyi +13 -0
  2083. package/dist/typeshed-fallback/stubs/greenlet/greenlet/_greenlet.pyi +82 -0
  2084. package/dist/typeshed-fallback/stubs/hdbcli/METADATA.toml +2 -0
  2085. package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/__init__.pyi +3 -0
  2086. package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/dbapi.pyi +139 -0
  2087. package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/resultrow.pyi +15 -0
  2088. package/dist/typeshed-fallback/stubs/hnswlib/METADATA.toml +4 -0
  2089. package/dist/typeshed-fallback/stubs/hnswlib/hnswlib.pyi +64 -0
  2090. package/dist/typeshed-fallback/stubs/html5lib/METADATA.toml +7 -0
  2091. package/dist/typeshed-fallback/stubs/html5lib/html5lib/__init__.pyi +6 -0
  2092. package/dist/typeshed-fallback/stubs/html5lib/html5lib/_ihatexml.pyi +56 -0
  2093. package/dist/typeshed-fallback/stubs/html5lib/html5lib/_inputstream.pyi +135 -0
  2094. package/dist/typeshed-fallback/stubs/html5lib/html5lib/_tokenizer.pyi +91 -0
  2095. package/dist/typeshed-fallback/stubs/html5lib/html5lib/_trie/__init__.pyi +1 -0
  2096. package/dist/typeshed-fallback/stubs/html5lib/html5lib/_trie/_base.pyi +10 -0
  2097. package/dist/typeshed-fallback/stubs/html5lib/html5lib/_trie/py.pyi +12 -0
  2098. package/dist/typeshed-fallback/stubs/html5lib/html5lib/_utils.pyi +25 -0
  2099. package/dist/typeshed-fallback/stubs/html5lib/html5lib/constants.pyi +37 -0
  2100. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/__init__.pyi +0 -0
  2101. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/alphabeticalattributes.pyi +4 -0
  2102. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/base.pyi +7 -0
  2103. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/inject_meta_charset.pyi +8 -0
  2104. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/lint.pyi +8 -0
  2105. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/optionaltags.pyi +7 -0
  2106. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/sanitizer.pyi +34 -0
  2107. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/whitespace.pyi +11 -0
  2108. package/dist/typeshed-fallback/stubs/html5lib/html5lib/html5parser.pyi +58 -0
  2109. package/dist/typeshed-fallback/stubs/html5lib/html5lib/serializer.pyi +39 -0
  2110. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treeadapters/__init__.pyi +1 -0
  2111. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treeadapters/genshi.pyi +1 -0
  2112. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treeadapters/sax.pyi +5 -0
  2113. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treebuilders/__init__.pyi +6 -0
  2114. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treebuilders/base.pyi +56 -0
  2115. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treebuilders/dom.pyi +5 -0
  2116. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treebuilders/etree.pyi +7 -0
  2117. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treebuilders/etree_lxml.pyi +45 -0
  2118. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treewalkers/__init__.pyi +4 -0
  2119. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treewalkers/base.pyi +31 -0
  2120. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treewalkers/dom.pyi +7 -0
  2121. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treewalkers/etree.pyi +7 -0
  2122. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treewalkers/etree_lxml.pyi +54 -0
  2123. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treewalkers/genshi.pyi +5 -0
  2124. package/dist/typeshed-fallback/stubs/httplib2/METADATA.toml +2 -0
  2125. package/dist/typeshed-fallback/stubs/httplib2/httplib2/__init__.pyi +188 -0
  2126. package/dist/typeshed-fallback/stubs/httplib2/httplib2/auth.pyi +16 -0
  2127. package/dist/typeshed-fallback/stubs/httplib2/httplib2/certs.pyi +9 -0
  2128. package/dist/typeshed-fallback/stubs/httplib2/httplib2/error.pyi +18 -0
  2129. package/dist/typeshed-fallback/stubs/httplib2/httplib2/iri2uri.pyi +12 -0
  2130. package/dist/typeshed-fallback/stubs/httplib2/httplib2/socks.pyi +42 -0
  2131. package/dist/typeshed-fallback/stubs/humanfriendly/METADATA.toml +8 -0
  2132. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/__init__.pyi +57 -0
  2133. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/case.pyi +27 -0
  2134. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/cli.pyi +13 -0
  2135. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/compat.pyi +13 -0
  2136. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/decorators.pyi +3 -0
  2137. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/deprecation.pyi +14 -0
  2138. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/prompts.pyi +14 -0
  2139. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/sphinx.pyi +15 -0
  2140. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/tables.pyi +6 -0
  2141. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi +38 -0
  2142. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/html.pyi +32 -0
  2143. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/spinners.pyi +42 -0
  2144. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/testing.pyi +87 -0
  2145. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/text.pyi +17 -0
  2146. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/usage.pyi +7 -0
  2147. package/dist/typeshed-fallback/stubs/hvac/METADATA.toml +3 -0
  2148. package/dist/typeshed-fallback/stubs/hvac/hvac/__init__.pyi +3 -0
  2149. package/dist/typeshed-fallback/stubs/hvac/hvac/adapters.pyi +65 -0
  2150. package/dist/typeshed-fallback/stubs/hvac/hvac/api/__init__.pyi +7 -0
  2151. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/__init__.pyi +41 -0
  2152. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/approle.pyi +54 -0
  2153. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/aws.pyi +116 -0
  2154. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/azure.pyi +49 -0
  2155. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/cert.pyi +41 -0
  2156. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/gcp.pyi +44 -0
  2157. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/github.pyi +21 -0
  2158. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/jwt.pyi +61 -0
  2159. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/kubernetes.pyi +35 -0
  2160. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/ldap.pyi +60 -0
  2161. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/legacy_mfa.pyi +15 -0
  2162. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/oidc.pyi +35 -0
  2163. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/okta.pyi +29 -0
  2164. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/radius.pyi +23 -0
  2165. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/token.pyi +74 -0
  2166. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/userpass.pyi +15 -0
  2167. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/__init__.pyi +41 -0
  2168. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/active_directory.pyi +28 -0
  2169. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/aws.pyi +43 -0
  2170. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/azure.pyi +23 -0
  2171. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/consul.pyi +23 -0
  2172. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/database.pyi +47 -0
  2173. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/gcp.pyi +73 -0
  2174. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/identity.pyi +162 -0
  2175. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/kv.pyi +18 -0
  2176. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/kv_v1.pyi +11 -0
  2177. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/kv_v2.pyi +37 -0
  2178. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/ldap.pyi +41 -0
  2179. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/pki.pyi +50 -0
  2180. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/rabbitmq.pyi +18 -0
  2181. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/ssh.pyi +73 -0
  2182. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/transform.pyi +109 -0
  2183. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/transit.pyi +116 -0
  2184. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/__init__.pyi +63 -0
  2185. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/audit.pyi +16 -0
  2186. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/auth.pyi +30 -0
  2187. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/capabilities.pyi +6 -0
  2188. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/health.pyi +16 -0
  2189. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/init.pyi +18 -0
  2190. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/key.pyi +29 -0
  2191. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/leader.pyi +5 -0
  2192. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/lease.pyi +11 -0
  2193. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/mount.pyi +36 -0
  2194. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/namespace.pyi +6 -0
  2195. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/policies.pyi +15 -0
  2196. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/policy.pyi +7 -0
  2197. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/quota.pyi +19 -0
  2198. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/raft.pyi +27 -0
  2199. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/seal.pyi +10 -0
  2200. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/system_backend_mixin.pyi +8 -0
  2201. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/wrapping.pyi +7 -0
  2202. package/dist/typeshed-fallback/stubs/hvac/hvac/api/vault_api_base.pyi +10 -0
  2203. package/dist/typeshed-fallback/stubs/hvac/hvac/api/vault_api_category.pyi +25 -0
  2204. package/dist/typeshed-fallback/stubs/hvac/hvac/aws_utils.pyi +9 -0
  2205. package/dist/typeshed-fallback/stubs/hvac/hvac/constants/__init__.pyi +0 -0
  2206. package/dist/typeshed-fallback/stubs/hvac/hvac/constants/approle.pyi +4 -0
  2207. package/dist/typeshed-fallback/stubs/hvac/hvac/constants/aws.pyi +7 -0
  2208. package/dist/typeshed-fallback/stubs/hvac/hvac/constants/azure.pyi +3 -0
  2209. package/dist/typeshed-fallback/stubs/hvac/hvac/constants/client.pyi +8 -0
  2210. package/dist/typeshed-fallback/stubs/hvac/hvac/constants/gcp.pyi +8 -0
  2211. package/dist/typeshed-fallback/stubs/hvac/hvac/constants/identity.pyi +5 -0
  2212. package/dist/typeshed-fallback/stubs/hvac/hvac/constants/transit.pyi +12 -0
  2213. package/dist/typeshed-fallback/stubs/hvac/hvac/exceptions.pyi +44 -0
  2214. package/dist/typeshed-fallback/stubs/hvac/hvac/utils.pyi +45 -0
  2215. package/dist/typeshed-fallback/stubs/hvac/hvac/v1/__init__.pyi +84 -0
  2216. package/dist/typeshed-fallback/stubs/ibm-db/METADATA.toml +2 -0
  2217. package/dist/typeshed-fallback/stubs/ibm-db/ibm_db.pyi +353 -0
  2218. package/dist/typeshed-fallback/stubs/icalendar/METADATA.toml +6 -0
  2219. package/dist/typeshed-fallback/stubs/icalendar/icalendar/__init__.pyi +104 -0
  2220. package/dist/typeshed-fallback/stubs/icalendar/icalendar/alarms.pyi +54 -0
  2221. package/dist/typeshed-fallback/stubs/icalendar/icalendar/cal.pyi +282 -0
  2222. package/dist/typeshed-fallback/stubs/icalendar/icalendar/caselessdict.pyi +45 -0
  2223. package/dist/typeshed-fallback/stubs/icalendar/icalendar/parser.pyi +82 -0
  2224. package/dist/typeshed-fallback/stubs/icalendar/icalendar/parser_tools.pyi +21 -0
  2225. package/dist/typeshed-fallback/stubs/icalendar/icalendar/prop.pyi +266 -0
  2226. package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/__init__.pyi +9 -0
  2227. package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/equivalent_timezone_ids.pyi +15 -0
  2228. package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/equivalent_timezone_ids_result.pyi +6 -0
  2229. package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/provider.pyi +29 -0
  2230. package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/pytz.pyi +22 -0
  2231. package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/tzid.pyi +8 -0
  2232. package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/tzp.pyi +30 -0
  2233. package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/windows_to_olson.pyi +3 -0
  2234. package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/zoneinfo.pyi +33 -0
  2235. package/dist/typeshed-fallback/stubs/icalendar/icalendar/tools.pyi +23 -0
  2236. package/dist/typeshed-fallback/stubs/icalendar/icalendar/version.pyi +8 -0
  2237. package/dist/typeshed-fallback/stubs/influxdb-client/METADATA.toml +16 -0
  2238. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/__init__.pyi +427 -0
  2239. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_async/__init__.pyi +0 -0
  2240. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_async/api_client.pyi +65 -0
  2241. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_async/rest.pyi +96 -0
  2242. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_sync/__init__.pyi +0 -0
  2243. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_sync/api_client.pyi +65 -0
  2244. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_sync/rest.pyi +103 -0
  2245. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/__init__.pyi +41 -0
  2246. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/_base.pyi +60 -0
  2247. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/_pages.pyi +37 -0
  2248. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/authorizations_api.pyi +23 -0
  2249. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/bucket_api.pyi +24 -0
  2250. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/delete_api.pyi +10 -0
  2251. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/delete_api_async.pyi +10 -0
  2252. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/exceptions.pyi +13 -0
  2253. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/flux_csv_parser.pyi +75 -0
  2254. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/flux_table.pyi +56 -0
  2255. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/influxdb_client.pyi +72 -0
  2256. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/influxdb_client_async.pyi +56 -0
  2257. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/invokable_scripts_api.pyi +26 -0
  2258. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/labels_api.pyi +11 -0
  2259. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/logging_handler.pyi +14 -0
  2260. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/organizations_api.pyi +10 -0
  2261. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/query_api.pyi +51 -0
  2262. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/query_api_async.pyi +39 -0
  2263. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/tasks_api.pyi +40 -0
  2264. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/users_api.pyi +10 -0
  2265. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/__init__.pyi +0 -0
  2266. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/date_utils.pyi +16 -0
  2267. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/date_utils_pandas.pyi +5 -0
  2268. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/helpers.pyi +4 -0
  2269. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/multiprocessing_helper.pyi +25 -0
  2270. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/warnings.pyi +7 -0
  2271. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/__init__.pyi +41 -0
  2272. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/dataframe_serializer.pyi +15 -0
  2273. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/point.pyi +40 -0
  2274. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/retry.pyi +40 -0
  2275. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write_api.pyi +112 -0
  2276. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write_api_async.pyi +38 -0
  2277. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/configuration.pyi +50 -0
  2278. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/__init__.pyi +373 -0
  2279. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/add_resource_member_request_body.pyi +19 -0
  2280. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/analyze_query_response.pyi +15 -0
  2281. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/analyze_query_response_errors.pyi +33 -0
  2282. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/array_expression.pyi +21 -0
  2283. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/ast_response.pyi +15 -0
  2284. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorization.pyi +67 -0
  2285. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorization_post_request.pyi +32 -0
  2286. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorization_update_request.pyi +19 -0
  2287. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorizations.pyi +19 -0
  2288. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/axes.pyi +19 -0
  2289. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/axis.pyi +43 -0
  2290. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/axis_scale.pyi +12 -0
  2291. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bad_statement.pyi +21 -0
  2292. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/band_view_properties.pyi +157 -0
  2293. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/binary_expression.pyi +35 -0
  2294. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/block.pyi +21 -0
  2295. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/boolean_literal.pyi +21 -0
  2296. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket.pyi +73 -0
  2297. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_links.pyi +39 -0
  2298. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_metadata_manifest.pyi +48 -0
  2299. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_retention_rules.pyi +22 -0
  2300. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_shard_mapping.pyi +19 -0
  2301. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/buckets.pyi +19 -0
  2302. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_aggregate_function_type.pyi +12 -0
  2303. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_config.pyi +33 -0
  2304. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_config_aggregate_window.pyi +19 -0
  2305. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_functions_type.pyi +15 -0
  2306. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_tags_type.pyi +25 -0
  2307. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builtin_statement.pyi +21 -0
  2308. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/call_expression.pyi +27 -0
  2309. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell.pyi +48 -0
  2310. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell_links.pyi +15 -0
  2311. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell_update.pyi +29 -0
  2312. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell_with_view_properties.pyi +32 -0
  2313. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check.pyi +17 -0
  2314. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_base.pyi +88 -0
  2315. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_base_links.pyi +34 -0
  2316. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_discriminator.pyi +30 -0
  2317. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_patch.pyi +25 -0
  2318. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_status_level.pyi +15 -0
  2319. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_view_properties.pyi +67 -0
  2320. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/checks.pyi +19 -0
  2321. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/column_data_type.pyi +15 -0
  2322. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/column_semantic_type.pyi +13 -0
  2323. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/conditional_expression.pyi +35 -0
  2324. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/config.pyi +15 -0
  2325. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/constant_variable_properties.pyi +21 -0
  2326. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/create_cell.pyi +43 -0
  2327. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/create_dashboard_request.pyi +25 -0
  2328. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/custom_check.pyi +35 -0
  2329. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard.pyi +43 -0
  2330. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard_color.pyi +38 -0
  2331. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard_query.pyi +33 -0
  2332. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard_with_view_properties.pyi +43 -0
  2333. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboards.pyi +19 -0
  2334. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/date_time_literal.pyi +21 -0
  2335. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbr_ps.pyi +15 -0
  2336. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp.pyi +50 -0
  2337. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp_create.pyi +37 -0
  2338. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp_get.pyi +15 -0
  2339. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp_update.pyi +19 -0
  2340. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/deadman_check.pyi +75 -0
  2341. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/decimal_places.pyi +19 -0
  2342. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/delete_predicate_request.pyi +25 -0
  2343. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dialect.pyi +38 -0
  2344. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dict_expression.pyi +21 -0
  2345. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dict_item.pyi +23 -0
  2346. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/duration.pyi +25 -0
  2347. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/duration_literal.pyi +21 -0
  2348. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/error.pyi +33 -0
  2349. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/expression.pyi +13 -0
  2350. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/expression_statement.pyi +21 -0
  2351. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/field.pyi +33 -0
  2352. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/file.pyi +38 -0
  2353. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/float_literal.pyi +21 -0
  2354. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/flux_response.pyi +15 -0
  2355. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/flux_suggestion.pyi +19 -0
  2356. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/flux_suggestions.pyi +15 -0
  2357. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/function_expression.pyi +27 -0
  2358. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/gauge_view_properties.pyi +70 -0
  2359. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/greater_threshold.pyi +27 -0
  2360. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/health_check.pyi +43 -0
  2361. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/heatmap_view_properties.pyi +167 -0
  2362. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/histogram_view_properties.pyi +95 -0
  2363. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/http_notification_endpoint.pyi +66 -0
  2364. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/http_notification_rule.pyi +40 -0
  2365. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/http_notification_rule_base.pyi +48 -0
  2366. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/identifier.pyi +21 -0
  2367. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/import_declaration.pyi +19 -0
  2368. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/index_expression.pyi +27 -0
  2369. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/integer_literal.pyi +21 -0
  2370. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/is_onboarding.pyi +15 -0
  2371. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label.pyi +33 -0
  2372. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_create_request.pyi +25 -0
  2373. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_mapping.pyi +15 -0
  2374. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_response.pyi +19 -0
  2375. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_update.pyi +19 -0
  2376. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/labels_response.pyi +19 -0
  2377. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/language_request.pyi +15 -0
  2378. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/legacy_authorization_post_request.pyi +37 -0
  2379. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/lesser_threshold.pyi +27 -0
  2380. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/line_plus_single_stat_properties.pyi +162 -0
  2381. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/line_protocol_error.pyi +38 -0
  2382. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/line_protocol_length_error.pyi +19 -0
  2383. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/links.pyi +21 -0
  2384. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/list_stacks_response.pyi +15 -0
  2385. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/log_event.pyi +25 -0
  2386. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/logical_expression.pyi +35 -0
  2387. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/logs.pyi +15 -0
  2388. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/map_variable_properties.pyi +21 -0
  2389. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/markdown_view_properties.pyi +27 -0
  2390. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema.pyi +48 -0
  2391. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_column.pyi +25 -0
  2392. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_create_request.pyi +19 -0
  2393. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_list.pyi +15 -0
  2394. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_update_request.pyi +15 -0
  2395. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/member_assignment.pyi +27 -0
  2396. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/member_expression.pyi +23 -0
  2397. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/metadata_backup.pyi +25 -0
  2398. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/model_property.pyi +25 -0
  2399. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/mosaic_view_properties.pyi +160 -0
  2400. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/node.pyi +10 -0
  2401. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint.pyi +17 -0
  2402. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base.pyi +68 -0
  2403. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base_links.pyi +29 -0
  2404. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_discriminator.pyi +26 -0
  2405. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_type.pyi +14 -0
  2406. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_update.pyi +25 -0
  2407. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoints.pyi +19 -0
  2408. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule.pyi +17 -0
  2409. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_base.pyi +128 -0
  2410. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_base_links.pyi +34 -0
  2411. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_discriminator.pyi +38 -0
  2412. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_update.pyi +25 -0
  2413. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rules.pyi +19 -0
  2414. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/object_expression.pyi +21 -0
  2415. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/onboarding_request.pyi +48 -0
  2416. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/onboarding_response.pyi +33 -0
  2417. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/option_statement.pyi +21 -0
  2418. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/organization.pyi +50 -0
  2419. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/organization_links.pyi +49 -0
  2420. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/organizations.pyi +19 -0
  2421. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/package.pyi +33 -0
  2422. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/package_clause.pyi +19 -0
  2423. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_endpoint.pyi +36 -0
  2424. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule.pyi +40 -0
  2425. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule_base.pyi +48 -0
  2426. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/paren_expression.pyi +21 -0
  2427. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/password_reset_body.pyi +15 -0
  2428. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_bucket_request.pyi +25 -0
  2429. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_dashboard_request.pyi +25 -0
  2430. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_organization_request.pyi +19 -0
  2431. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_retention_rule.pyi +22 -0
  2432. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_stack_request.pyi +33 -0
  2433. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_stack_request_additional_resources.pyi +25 -0
  2434. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/permission.pyi +19 -0
  2435. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/permission_resource.pyi +38 -0
  2436. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pipe_expression.pyi +27 -0
  2437. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pipe_literal.pyi +17 -0
  2438. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_bucket_request.pyi +40 -0
  2439. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_check.pyi +17 -0
  2440. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_notification_endpoint.pyi +17 -0
  2441. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_notification_rule.pyi +17 -0
  2442. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_organization_request.pyi +19 -0
  2443. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_restore_kv_response.pyi +15 -0
  2444. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_stack_request.pyi +33 -0
  2445. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/property_key.pyi +13 -0
  2446. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query.pyi +43 -0
  2447. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query_edit_mode.pyi +12 -0
  2448. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query_variable_properties.pyi +21 -0
  2449. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query_variable_properties_values.pyi +19 -0
  2450. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/range_threshold.pyi +37 -0
  2451. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/ready.pyi +25 -0
  2452. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/regexp_literal.pyi +21 -0
  2453. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connection.pyi +48 -0
  2454. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connection_creation_request.pyi +48 -0
  2455. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connection_update_request.pyi +43 -0
  2456. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connections.pyi +15 -0
  2457. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/renamable_field.pyi +25 -0
  2458. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replication.pyi +77 -0
  2459. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replication_creation_request.pyi +57 -0
  2460. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replication_update_request.pyi +47 -0
  2461. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replications.pyi +15 -0
  2462. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_member.pyi +24 -0
  2463. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_members.pyi +19 -0
  2464. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_members_links.pyi +11 -0
  2465. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_owner.pyi +24 -0
  2466. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_owners.pyi +19 -0
  2467. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/restored_bucket_mappings.pyi +25 -0
  2468. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/retention_policy_manifest.pyi +43 -0
  2469. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/return_statement.pyi +21 -0
  2470. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes.pyi +103 -0
  2471. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes_external.pyi +15 -0
  2472. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes_query.pyi +29 -0
  2473. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes_system.pyi +25 -0
  2474. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/rule_status_level.pyi +16 -0
  2475. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/run.pyi +60 -0
  2476. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/run_links.pyi +21 -0
  2477. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/run_manually.pyi +15 -0
  2478. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/runs.pyi +19 -0
  2479. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scatter_view_properties.pyi +172 -0
  2480. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/schema_type.pyi +12 -0
  2481. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scraper_target_request.pyi +43 -0
  2482. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scraper_target_response.pyi +41 -0
  2483. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scraper_target_responses.pyi +15 -0
  2484. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script.pyi +58 -0
  2485. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_create_request.pyi +33 -0
  2486. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_invocation_params.pyi +15 -0
  2487. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_language.pyi +14 -0
  2488. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_update_request.pyi +19 -0
  2489. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scripts.pyi +15 -0
  2490. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/secret_keys.pyi +15 -0
  2491. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/secret_keys_response.pyi +17 -0
  2492. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/shard_group_manifest.pyi +43 -0
  2493. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/shard_manifest.pyi +19 -0
  2494. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/shard_owner.pyi +15 -0
  2495. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/simple_table_view_properties.pyi +45 -0
  2496. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/single_stat_view_properties.pyi +75 -0
  2497. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/slack_notification_endpoint.pyi +36 -0
  2498. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule.pyi +41 -0
  2499. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule_base.pyi +53 -0
  2500. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule.pyi +42 -0
  2501. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule_base.pyi +58 -0
  2502. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/source.pyi +93 -0
  2503. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/source_links.pyi +29 -0
  2504. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/sources.pyi +19 -0
  2505. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack.pyi +33 -0
  2506. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_associations.pyi +19 -0
  2507. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_events.pyi +48 -0
  2508. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_links.pyi +11 -0
  2509. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_resources.pyi +43 -0
  2510. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/statement.pyi +10 -0
  2511. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/static_legend.pyi +48 -0
  2512. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/status_rule.pyi +33 -0
  2513. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/string_literal.pyi +21 -0
  2514. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/subscription_manifest.pyi +25 -0
  2515. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/table_view_properties.pyi +65 -0
  2516. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/table_view_properties_table_options.pyi +33 -0
  2517. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/tag_rule.pyi +25 -0
  2518. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task.pyi +108 -0
  2519. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_create_request.pyi +38 -0
  2520. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_links.pyi +39 -0
  2521. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_status_type.pyi +12 -0
  2522. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_update_request.pyi +48 -0
  2523. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/tasks.pyi +17 -0
  2524. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf.pyi +35 -0
  2525. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin.pyi +33 -0
  2526. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request.pyi +43 -0
  2527. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request_plugins.pyi +38 -0
  2528. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugins.pyi +25 -0
  2529. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_request.pyi +38 -0
  2530. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_request_metadata.pyi +15 -0
  2531. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegrafs.pyi +15 -0
  2532. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegram_notification_endpoint.pyi +36 -0
  2533. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule.pyi +42 -0
  2534. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule_base.pyi +58 -0
  2535. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_apply.pyi +58 -0
  2536. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_apply_remotes.pyi +19 -0
  2537. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_apply_template.pyi +25 -0
  2538. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_chart.pyi +38 -0
  2539. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id.pyi +25 -0
  2540. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_org_ids.pyi +19 -0
  2541. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resource_filters.pyi +19 -0
  2542. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resources.pyi +23 -0
  2543. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_name.pyi +25 -0
  2544. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_name_resources.pyi +19 -0
  2545. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_kind.pyi +24 -0
  2546. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary.pyi +38 -0
  2547. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff.pyi +63 -0
  2548. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets.pyi +43 -0
  2549. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets_new_old.pyi +25 -0
  2550. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_checks.pyi +43 -0
  2551. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards.pyi +43 -0
  2552. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards_new_old.pyi +25 -0
  2553. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_label_mappings.pyi +53 -0
  2554. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels.pyi +43 -0
  2555. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels_new_old.pyi +25 -0
  2556. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_endpoints.pyi +43 -0
  2557. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules.pyi +43 -0
  2558. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules_new_old.pyi +68 -0
  2559. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks.pyi +43 -0
  2560. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks_new_old.pyi +48 -0
  2561. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_telegraf_configs.pyi +43 -0
  2562. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables.pyi +43 -0
  2563. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables_new_old.pyi +25 -0
  2564. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_errors.pyi +33 -0
  2565. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_label.pyi +48 -0
  2566. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_label_properties.pyi +19 -0
  2567. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary.pyi +73 -0
  2568. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_buckets.pyi +58 -0
  2569. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_dashboards.pyi +58 -0
  2570. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_label_mappings.pyi +53 -0
  2571. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_notification_rules.pyi +88 -0
  2572. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_status_rules.pyi +19 -0
  2573. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tag_rules.pyi +25 -0
  2574. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tasks.pyi +68 -0
  2575. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_variables.pyi +58 -0
  2576. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/test_statement.pyi +18 -0
  2577. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/threshold.pyi +17 -0
  2578. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/threshold_base.pyi +19 -0
  2579. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/threshold_check.pyi +60 -0
  2580. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/unary_expression.pyi +27 -0
  2581. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/unsigned_integer_literal.pyi +21 -0
  2582. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/user.pyi +23 -0
  2583. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/user_response.pyi +33 -0
  2584. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/user_response_links.pyi +11 -0
  2585. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/users.pyi +19 -0
  2586. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable.pyi +63 -0
  2587. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable_assignment.pyi +25 -0
  2588. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable_links.pyi +21 -0
  2589. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable_properties.pyi +10 -0
  2590. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variables.pyi +15 -0
  2591. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/view.pyi +33 -0
  2592. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/view_links.pyi +11 -0
  2593. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/view_properties.pyi +10 -0
  2594. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/views.pyi +19 -0
  2595. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/write_precision.pyi +18 -0
  2596. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/xy_geom.pyi +17 -0
  2597. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/xy_view_properties.pyi +157 -0
  2598. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/extras.pyi +4 -0
  2599. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/rest.pyi +29 -0
  2600. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/__init__.pyi +41 -0
  2601. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/_base_service.pyi +8 -0
  2602. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/authorizations_service.pyi +21 -0
  2603. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/backup_service.pyi +15 -0
  2604. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/bucket_schemas_service.pyi +20 -0
  2605. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/buckets_service.pyi +51 -0
  2606. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/cells_service.pyi +24 -0
  2607. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/checks_service.pyi +36 -0
  2608. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/config_service.pyi +12 -0
  2609. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/dashboards_service.pyi +66 -0
  2610. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/dbr_ps_service.pyi +21 -0
  2611. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/delete_service.pyi +9 -0
  2612. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/health_service.pyi +9 -0
  2613. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/invokable_scripts_service.pyi +27 -0
  2614. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/labels_service.pyi +21 -0
  2615. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/legacy_authorizations_service.pyi +24 -0
  2616. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/metrics_service.pyi +9 -0
  2617. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/notification_endpoints_service.pyi +33 -0
  2618. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/notification_rules_service.pyi +33 -0
  2619. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/organizations_service.pyi +39 -0
  2620. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/ping_service.pyi +12 -0
  2621. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/query_service.pyi +21 -0
  2622. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/ready_service.pyi +9 -0
  2623. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/remote_connections_service.pyi +21 -0
  2624. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/replications_service.pyi +24 -0
  2625. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/resources_service.pyi +9 -0
  2626. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/restore_service.pyi +21 -0
  2627. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/routes_service.pyi +9 -0
  2628. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/rules_service.pyi +9 -0
  2629. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/scraper_targets_service.pyi +48 -0
  2630. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/secrets_service.pyi +18 -0
  2631. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/setup_service.pyi +12 -0
  2632. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/signin_service.pyi +9 -0
  2633. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/signout_service.pyi +9 -0
  2634. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/sources_service.pyi +27 -0
  2635. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/tasks_service.pyi +130 -0
  2636. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/telegraf_plugins_service.pyi +9 -0
  2637. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/telegrafs_service.pyi +48 -0
  2638. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/templates_service.pyi +30 -0
  2639. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/users_service.pyi +33 -0
  2640. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/variables_service.pyi +33 -0
  2641. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/views_service.pyi +12 -0
  2642. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/write_service.pyi +9 -0
  2643. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/version.pyi +1 -0
  2644. package/dist/typeshed-fallback/stubs/inifile/METADATA.toml +2 -0
  2645. package/dist/typeshed-fallback/stubs/inifile/inifile.pyi +130 -0
  2646. package/dist/typeshed-fallback/stubs/jmespath/METADATA.toml +2 -0
  2647. package/dist/typeshed-fallback/stubs/jmespath/jmespath/__init__.pyi +7 -0
  2648. package/dist/typeshed-fallback/stubs/jmespath/jmespath/ast.pyi +22 -0
  2649. package/dist/typeshed-fallback/stubs/jmespath/jmespath/compat.pyi +10 -0
  2650. package/dist/typeshed-fallback/stubs/jmespath/jmespath/exceptions.pyi +47 -0
  2651. package/dist/typeshed-fallback/stubs/jmespath/jmespath/functions.pyi +22 -0
  2652. package/dist/typeshed-fallback/stubs/jmespath/jmespath/lexer.pyi +18 -0
  2653. package/dist/typeshed-fallback/stubs/jmespath/jmespath/parser.pyi +19 -0
  2654. package/dist/typeshed-fallback/stubs/jmespath/jmespath/visitor.pyi +59 -0
  2655. package/dist/typeshed-fallback/stubs/jsonschema/METADATA.toml +8 -0
  2656. package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/__init__.pyi +28 -0
  2657. package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/_format.pyi +49 -0
  2658. package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/_keywords.pyi +36 -0
  2659. package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/_legacy_keywords.pyi +23 -0
  2660. package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/_types.pyi +24 -0
  2661. package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/_typing.pyi +13 -0
  2662. package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/_utils.pyi +26 -0
  2663. package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/cli.pyi +32 -0
  2664. package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/exceptions.pyi +92 -0
  2665. package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/protocols.pyi +31 -0
  2666. package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/validators.pyi +119 -0
  2667. package/dist/typeshed-fallback/stubs/jwcrypto/METADATA.toml +3 -0
  2668. package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/__init__.pyi +0 -0
  2669. package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/common.pyi +48 -0
  2670. package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jwa.pyi +35 -0
  2671. package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jwe.pyi +51 -0
  2672. package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jwk.pyi +115 -0
  2673. package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jws.pyi +52 -0
  2674. package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jwt.pyi +78 -0
  2675. package/dist/typeshed-fallback/stubs/keyboard/METADATA.toml +9 -0
  2676. package/dist/typeshed-fallback/stubs/keyboard/keyboard/__init__.pyi +113 -0
  2677. package/dist/typeshed-fallback/stubs/keyboard/keyboard/_canonical_names.pyi +5 -0
  2678. package/dist/typeshed-fallback/stubs/keyboard/keyboard/_generic.pyi +24 -0
  2679. package/dist/typeshed-fallback/stubs/keyboard/keyboard/_keyboard_event.pyi +28 -0
  2680. package/dist/typeshed-fallback/stubs/keyboard/keyboard/_mouse_event.pyi +43 -0
  2681. package/dist/typeshed-fallback/stubs/keyboard/keyboard/mouse.pyi +84 -0
  2682. package/dist/typeshed-fallback/stubs/ldap3/METADATA.toml +12 -0
  2683. package/dist/typeshed-fallback/stubs/ldap3/ldap3/__init__.pyi +103 -0
  2684. package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/__init__.pyi +15 -0
  2685. package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/attrDef.pyi +34 -0
  2686. package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/attribute.pyi +34 -0
  2687. package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/cursor.pyi +110 -0
  2688. package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/entry.pyi +88 -0
  2689. package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/objectDef.pyi +23 -0
  2690. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/__init__.pyi +0 -0
  2691. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/connection.pyi +198 -0
  2692. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/exceptions.pyi +146 -0
  2693. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/pooling.pyi +48 -0
  2694. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/rdns.pyi +12 -0
  2695. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/results.pyi +56 -0
  2696. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/server.pyi +66 -0
  2697. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/timezone.pyi +11 -0
  2698. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/tls.pyi +37 -0
  2699. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/usage.pyi +41 -0
  2700. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/__init__.pyi +111 -0
  2701. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/microsoft/__init__.pyi +0 -0
  2702. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/microsoft/addMembersToGroups.pyi +1 -0
  2703. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/microsoft/dirSync.pyi +30 -0
  2704. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/microsoft/modifyPassword.pyi +3 -0
  2705. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/microsoft/persistentSearch.pyi +16 -0
  2706. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/microsoft/removeMembersFromGroups.pyi +1 -0
  2707. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/microsoft/unlockAccount.pyi +3 -0
  2708. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/novell/__init__.pyi +0 -0
  2709. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/novell/addMembersToGroups.pyi +1 -0
  2710. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/novell/checkGroupsMemberships.pyi +1 -0
  2711. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/novell/endTransaction.pyi +15 -0
  2712. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/novell/getBindDn.pyi +10 -0
  2713. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/novell/listReplicas.pyi +15 -0
  2714. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/novell/nmasGetUniversalPassword.pyi +14 -0
  2715. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/novell/nmasSetUniversalPassword.pyi +14 -0
  2716. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/novell/partition_entry_count.pyi +13 -0
  2717. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/novell/removeMembersFromGroups.pyi +1 -0
  2718. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/novell/replicaInfo.pyi +13 -0
  2719. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/novell/startTransaction.pyi +15 -0
  2720. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/operation.pyi +21 -0
  2721. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/standard/PagedSearch.pyi +32 -0
  2722. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/standard/PersistentSearch.pyi +37 -0
  2723. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/standard/__init__.pyi +0 -0
  2724. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/standard/modifyPassword.pyi +22 -0
  2725. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/standard/whoAmI.pyi +7 -0
  2726. package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/__init__.pyi +0 -0
  2727. package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/abandon.pyi +2 -0
  2728. package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/add.pyi +7 -0
  2729. package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/bind.pyi +23 -0
  2730. package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/compare.pyi +13 -0
  2731. package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/delete.pyi +3 -0
  2732. package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/extended.pyi +14 -0
  2733. package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/modify.pyi +10 -0
  2734. package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/modifyDn.pyi +5 -0
  2735. package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/search.pyi +68 -0
  2736. package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/unbind.pyi +1 -0
  2737. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/__init__.pyi +0 -0
  2738. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/controls.pyi +1 -0
  2739. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/convert.pyi +24 -0
  2740. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/formatters/__init__.pyi +0 -0
  2741. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/formatters/formatters.pyi +16 -0
  2742. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/formatters/standard.pyi +7 -0
  2743. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/formatters/validators.pyi +16 -0
  2744. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/microsoft.pyi +25 -0
  2745. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/novell.pyi +67 -0
  2746. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/oid.pyi +29 -0
  2747. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/persistentSearch.pyi +14 -0
  2748. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/rfc2696.pyi +20 -0
  2749. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/rfc2849.pyi +19 -0
  2750. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/rfc3062.pyi +25 -0
  2751. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/rfc4511.pyi +321 -0
  2752. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/rfc4512.pyi +219 -0
  2753. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/rfc4527.pyi +2 -0
  2754. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/sasl/__init__.pyi +0 -0
  2755. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/sasl/digestMd5.pyi +9 -0
  2756. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/sasl/external.pyi +1 -0
  2757. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/sasl/kerberos.pyi +8 -0
  2758. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/sasl/plain.pyi +1 -0
  2759. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/sasl/sasl.pyi +5 -0
  2760. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/schemas/__init__.pyi +0 -0
  2761. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/schemas/ad2012R2.pyi +2 -0
  2762. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/schemas/ds389.pyi +2 -0
  2763. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/schemas/edir888.pyi +2 -0
  2764. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/schemas/edir914.pyi +2 -0
  2765. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/schemas/slapd24.pyi +2 -0
  2766. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/__init__.pyi +0 -0
  2767. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/asyncStream.pyi +18 -0
  2768. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/asynchronous.pyi +28 -0
  2769. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/base.pyi +43 -0
  2770. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/ldifProducer.pyi +22 -0
  2771. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/mockAsync.pyi +12 -0
  2772. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/mockBase.pyi +38 -0
  2773. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/mockSync.pyi +10 -0
  2774. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/restartable.pyi +20 -0
  2775. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/reusable.pyi +76 -0
  2776. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/safeRestartable.pyi +5 -0
  2777. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/safeSync.pyi +5 -0
  2778. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/sync.pyi +19 -0
  2779. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/__init__.pyi +0 -0
  2780. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/asn1.pyi +47 -0
  2781. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/ciDict.pyi +30 -0
  2782. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/config.pyi +6 -0
  2783. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/conv.pyi +14 -0
  2784. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/dn.pyi +11 -0
  2785. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/hashed.pyi +7 -0
  2786. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/log.pyi +25 -0
  2787. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/ntlm.pyi +117 -0
  2788. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/port_validators.pyi +2 -0
  2789. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/repr.pyi +5 -0
  2790. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/tls_backport.pyi +3 -0
  2791. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/uri.pyi +1 -0
  2792. package/dist/typeshed-fallback/stubs/ldap3/ldap3/version.pyi +3 -0
  2793. package/dist/typeshed-fallback/stubs/libsass/METADATA.toml +7 -0
  2794. package/dist/typeshed-fallback/stubs/libsass/sass.pyi +185 -0
  2795. package/dist/typeshed-fallback/stubs/libsass/sassutils/__init__.pyi +0 -0
  2796. package/dist/typeshed-fallback/stubs/libsass/sassutils/builder.pyi +34 -0
  2797. package/dist/typeshed-fallback/stubs/libsass/sassutils/distutils.pyi +16 -0
  2798. package/dist/typeshed-fallback/stubs/libsass/sassutils/wsgi.pyi +22 -0
  2799. package/dist/typeshed-fallback/stubs/lupa/METADATA.toml +2 -0
  2800. package/dist/typeshed-fallback/stubs/lupa/lupa/__init__.pyi +17 -0
  2801. package/dist/typeshed-fallback/stubs/lupa/lupa/lua51.pyi +93 -0
  2802. package/dist/typeshed-fallback/stubs/lupa/lupa/lua52.pyi +93 -0
  2803. package/dist/typeshed-fallback/stubs/lupa/lupa/lua53.pyi +93 -0
  2804. package/dist/typeshed-fallback/stubs/lupa/lupa/lua54.pyi +93 -0
  2805. package/dist/typeshed-fallback/stubs/lupa/lupa/luajit20.pyi +93 -0
  2806. package/dist/typeshed-fallback/stubs/lupa/lupa/luajit21.pyi +93 -0
  2807. package/dist/typeshed-fallback/stubs/lupa/lupa/version.pyi +3 -0
  2808. package/dist/typeshed-fallback/stubs/lzstring/METADATA.toml +2 -0
  2809. package/dist/typeshed-fallback/stubs/lzstring/lzstring/__init__.pyi +17 -0
  2810. package/dist/typeshed-fallback/stubs/m3u8/METADATA.toml +2 -0
  2811. package/dist/typeshed-fallback/stubs/m3u8/m3u8/__init__.pyi +74 -0
  2812. package/dist/typeshed-fallback/stubs/m3u8/m3u8/httpclient.pyi +19 -0
  2813. package/dist/typeshed-fallback/stubs/m3u8/m3u8/mixins.pyi +25 -0
  2814. package/dist/typeshed-fallback/stubs/m3u8/m3u8/model.pyi +406 -0
  2815. package/dist/typeshed-fallback/stubs/m3u8/m3u8/parser.pyi +14 -0
  2816. package/dist/typeshed-fallback/stubs/m3u8/m3u8/protocol.pyi +41 -0
  2817. package/dist/typeshed-fallback/stubs/m3u8/m3u8/version_matching.pyi +5 -0
  2818. package/dist/typeshed-fallback/stubs/m3u8/m3u8/version_matching_rules.pyi +24 -0
  2819. package/dist/typeshed-fallback/stubs/mock/METADATA.toml +2 -0
  2820. package/dist/typeshed-fallback/stubs/mock/mock/__init__.pyi +24 -0
  2821. package/dist/typeshed-fallback/stubs/mock/mock/backports.pyi +7 -0
  2822. package/dist/typeshed-fallback/stubs/mock/mock/mock.pyi +400 -0
  2823. package/dist/typeshed-fallback/stubs/mypy-extensions/METADATA.toml +2 -0
  2824. package/dist/typeshed-fallback/stubs/mypy-extensions/mypy_extensions.pyi +86 -0
  2825. package/dist/typeshed-fallback/stubs/mysqlclient/METADATA.toml +5 -0
  2826. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/__init__.pyi +51 -0
  2827. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/_exceptions.pyi +13 -0
  2828. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/_mysql.pyi +89 -0
  2829. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/connections.pyi +59 -0
  2830. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/constants/CLIENT.pyi +18 -0
  2831. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/constants/CR.pyi +69 -0
  2832. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/constants/ER.pyi +790 -0
  2833. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/constants/FIELD_TYPE.pyi +29 -0
  2834. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/constants/FLAG.pyi +16 -0
  2835. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/constants/__init__.pyi +1 -0
  2836. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/converters.pyi +30 -0
  2837. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/cursors.pyi +70 -0
  2838. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/release.pyi +1 -0
  2839. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/times.pyi +27 -0
  2840. package/dist/typeshed-fallback/stubs/nanoid/METADATA.toml +2 -0
  2841. package/dist/typeshed-fallback/stubs/nanoid/nanoid/__init__.pyi +4 -0
  2842. package/dist/typeshed-fallback/stubs/nanoid/nanoid/algorithm.pyi +1 -0
  2843. package/dist/typeshed-fallback/stubs/nanoid/nanoid/generate.pyi +3 -0
  2844. package/dist/typeshed-fallback/stubs/nanoid/nanoid/method.pyi +6 -0
  2845. package/dist/typeshed-fallback/stubs/nanoid/nanoid/non_secure_generate.pyi +3 -0
  2846. package/dist/typeshed-fallback/stubs/nanoid/nanoid/resources.pyi +2 -0
  2847. package/dist/typeshed-fallback/stubs/nanoleafapi/METADATA.toml +2 -0
  2848. package/dist/typeshed-fallback/stubs/nanoleafapi/nanoleafapi/__init__.pyi +16 -0
  2849. package/dist/typeshed-fallback/stubs/nanoleafapi/nanoleafapi/digital_twin.pyi +12 -0
  2850. package/dist/typeshed-fallback/stubs/nanoleafapi/nanoleafapi/discovery.pyi +1 -0
  2851. package/dist/typeshed-fallback/stubs/nanoleafapi/nanoleafapi/nanoleaf.pyi +68 -0
  2852. package/dist/typeshed-fallback/stubs/netaddr/METADATA.toml +2 -0
  2853. package/dist/typeshed-fallback/stubs/netaddr/netaddr/__init__.pyi +124 -0
  2854. package/dist/typeshed-fallback/stubs/netaddr/netaddr/cli.pyi +8 -0
  2855. package/dist/typeshed-fallback/stubs/netaddr/netaddr/compat.pyi +0 -0
  2856. package/dist/typeshed-fallback/stubs/netaddr/netaddr/contrib/__init__.pyi +0 -0
  2857. package/dist/typeshed-fallback/stubs/netaddr/netaddr/contrib/subnet_splitter.pyi +7 -0
  2858. package/dist/typeshed-fallback/stubs/netaddr/netaddr/core.pyi +34 -0
  2859. package/dist/typeshed-fallback/stubs/netaddr/netaddr/eui/__init__.pyi +82 -0
  2860. package/dist/typeshed-fallback/stubs/netaddr/netaddr/eui/ieee.pyi +33 -0
  2861. package/dist/typeshed-fallback/stubs/netaddr/netaddr/fbsocket.pyi +8 -0
  2862. package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/__init__.pyi +176 -0
  2863. package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/glob.pyi +17 -0
  2864. package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/iana.pyi +52 -0
  2865. package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/nmap.pyi +6 -0
  2866. package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/rfc1924.pyi +9 -0
  2867. package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/sets.pyi +45 -0
  2868. package/dist/typeshed-fallback/stubs/netaddr/netaddr/strategy/__init__.pyi +15 -0
  2869. package/dist/typeshed-fallback/stubs/netaddr/netaddr/strategy/eui48.pyi +39 -0
  2870. package/dist/typeshed-fallback/stubs/netaddr/netaddr/strategy/eui64.pyi +38 -0
  2871. package/dist/typeshed-fallback/stubs/netaddr/netaddr/strategy/ipv4.pyi +39 -0
  2872. package/dist/typeshed-fallback/stubs/netaddr/netaddr/strategy/ipv6.pyi +43 -0
  2873. package/dist/typeshed-fallback/stubs/netifaces/METADATA.toml +2 -0
  2874. package/dist/typeshed-fallback/stubs/netifaces/netifaces.pyi +72 -0
  2875. package/dist/typeshed-fallback/stubs/networkx/METADATA.toml +10 -0
  2876. package/dist/typeshed-fallback/stubs/networkx/networkx/__init__.pyi +26 -0
  2877. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/__init__.pyi +138 -0
  2878. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/__init__.pyi +13 -0
  2879. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/clique.pyi +11 -0
  2880. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/clustering_coefficient.pyi +6 -0
  2881. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/connectivity.pyi +12 -0
  2882. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/distance_measures.pyi +6 -0
  2883. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/dominating_set.pyi +7 -0
  2884. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/kcomponents.pyi +5 -0
  2885. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/matching.pyi +5 -0
  2886. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/maxcut.pyi +14 -0
  2887. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/ramsey.pyi +5 -0
  2888. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/steinertree.pyi +10 -0
  2889. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/traveling_salesman.pyi +51 -0
  2890. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/treewidth.pyi +17 -0
  2891. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/vertex_cover.pyi +5 -0
  2892. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/__init__.pyi +5 -0
  2893. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/connectivity.pyi +10 -0
  2894. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/correlation.pyi +18 -0
  2895. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/mixing.pyi +34 -0
  2896. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/neighbor_degree.pyi +14 -0
  2897. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/pairs.pyi +14 -0
  2898. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/asteroidal.pyi +7 -0
  2899. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/__init__.pyi +12 -0
  2900. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/basic.pyi +18 -0
  2901. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/centrality.pyi +9 -0
  2902. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/cluster.pyi +15 -0
  2903. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/covering.pyi +8 -0
  2904. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/edgelist.pyi +30 -0
  2905. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/extendability.pyi +5 -0
  2906. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/generators.pyi +34 -0
  2907. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matching.pyi +21 -0
  2908. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matrix.pyi +17 -0
  2909. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/projection.pyi +18 -0
  2910. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/redundancy.pyi +8 -0
  2911. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/spectral.pyi +5 -0
  2912. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/boundary.pyi +110 -0
  2913. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bridges.pyi +18 -0
  2914. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/broadcasting.pyi +9 -0
  2915. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/__init__.pyi +20 -0
  2916. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/betweenness.pyi +21 -0
  2917. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/betweenness_subset.pyi +21 -0
  2918. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/closeness.pyi +17 -0
  2919. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness.pyi +23 -0
  2920. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness_subset.pyi +25 -0
  2921. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_closeness.pyi +7 -0
  2922. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/degree_alg.pyi +9 -0
  2923. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/dispersion.pyi +13 -0
  2924. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/eigenvector.pyi +17 -0
  2925. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/flow_matrix.pyi +43 -0
  2926. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/group.pyi +28 -0
  2927. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/harmonic.pyi +10 -0
  2928. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/katz.pyi +24 -0
  2929. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/laplacian.pyi +15 -0
  2930. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/load.pyi +14 -0
  2931. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/percolation.pyi +12 -0
  2932. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/reaching.pyi +16 -0
  2933. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/second_order.pyi +5 -0
  2934. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/subgraph_alg.pyi +11 -0
  2935. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/trophic.pyi +10 -0
  2936. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/voterank_alg.pyi +5 -0
  2937. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/chains.pyi +7 -0
  2938. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/chordal.pyi +17 -0
  2939. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/clique.pyi +25 -0
  2940. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cluster.pyi +19 -0
  2941. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/coloring/__init__.pyi +4 -0
  2942. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/coloring/equitable_coloring.pyi +5 -0
  2943. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/coloring/greedy_coloring.pyi +36 -0
  2944. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/communicability_alg.pyi +7 -0
  2945. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/__init__.pyi +11 -0
  2946. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/asyn_fluid.pyi +6 -0
  2947. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/centrality.pyi +10 -0
  2948. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/community_utils.pyi +5 -0
  2949. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/divisive.pyi +13 -0
  2950. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/kclique.pyi +8 -0
  2951. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/kernighan_lin.pyi +14 -0
  2952. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/label_propagation.pyi +13 -0
  2953. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/louvain.pyi +24 -0
  2954. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/lukes.pyi +5 -0
  2955. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/modularity_max.pyi +9 -0
  2956. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/quality.pyi +13 -0
  2957. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/__init__.pyi +6 -0
  2958. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/attracting.pyi +11 -0
  2959. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/biconnected.pyi +14 -0
  2960. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/connected.pyi +14 -0
  2961. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/semiconnected.pyi +5 -0
  2962. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/strongly_connected.pyi +16 -0
  2963. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/weakly_connected.pyi +11 -0
  2964. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/__init__.pyi +9 -0
  2965. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/connectivity.pyi +56 -0
  2966. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/cuts.pyi +37 -0
  2967. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/disjoint_paths.pyi +31 -0
  2968. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/edge_augmentation.pyi +18 -0
  2969. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/edge_kcomponents.pyi +21 -0
  2970. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/kcomponents.pyi +12 -0
  2971. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/kcutsets.pyi +14 -0
  2972. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/stoerwagner.pyi +5 -0
  2973. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/utils.pyi +6 -0
  2974. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/core.pyi +19 -0
  2975. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/covering.pyi +10 -0
  2976. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cuts.pyi +21 -0
  2977. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cycles.pyi +26 -0
  2978. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/d_separation.pyi +10 -0
  2979. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dag.pyi +44 -0
  2980. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/distance_measures.pyi +17 -0
  2981. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/distance_regular.pyi +11 -0
  2982. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dominance.pyi +7 -0
  2983. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dominating.pyi +10 -0
  2984. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/efficiency_measures.pyi +9 -0
  2985. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/euler.pyi +20 -0
  2986. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/__init__.pyi +11 -0
  2987. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/boykovkolmogorov.pyi +13 -0
  2988. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/capacityscaling.pyi +7 -0
  2989. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/dinitz_alg.pyi +13 -0
  2990. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/edmondskarp.pyi +13 -0
  2991. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/gomory_hu.pyi +13 -0
  2992. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/maxflow.pyi +47 -0
  2993. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/mincost.pyi +13 -0
  2994. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/networksimplex.pyi +44 -0
  2995. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/preflowpush.pyi +13 -0
  2996. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/shortestaugmentingpath.pyi +14 -0
  2997. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/utils.pyi +27 -0
  2998. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/graph_hashing.pyi +20 -0
  2999. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/graphical.pyi +17 -0
  3000. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/hierarchy.pyi +4 -0
  3001. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/hybrid.pyi +7 -0
  3002. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isolate.pyi +9 -0
  3003. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/__init__.pyi +7 -0
  3004. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/ismags.pyi +24 -0
  3005. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/isomorph.pyi +30 -0
  3006. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/isomorphvf2.pyi +67 -0
  3007. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/matchhelpers.pyi +25 -0
  3008. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/temporalisomorphvf2.pyi +30 -0
  3009. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/tree_isomorphism.pyi +7 -0
  3010. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/vf2pp.pyi +38 -0
  3011. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/vf2userfunc.pyi +26 -0
  3012. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_analysis/__init__.pyi +2 -0
  3013. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_analysis/hits_alg.pyi +13 -0
  3014. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_analysis/pagerank_alg.pyi +26 -0
  3015. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_prediction.pyi +19 -0
  3016. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/lowest_common_ancestors.pyi +15 -0
  3017. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/matching.pyi +15 -0
  3018. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/minors/__init__.pyi +7 -0
  3019. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/minors/contraction.pyi +26 -0
  3020. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/mis.pyi +11 -0
  3021. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/moral.pyi +5 -0
  3022. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/node_classification.pyi +7 -0
  3023. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/non_randomness.pyi +5 -0
  3024. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/__init__.pyi +4 -0
  3025. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/all.pyi +13 -0
  3026. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/binary.pyi +24 -0
  3027. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/product.pyi +23 -0
  3028. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/unary.pyi +12 -0
  3029. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/planar_drawing.pyi +4 -0
  3030. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/planarity.pyi +78 -0
  3031. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/polynomials.pyi +7 -0
  3032. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/reciprocity.pyi +9 -0
  3033. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/regular.pyi +9 -0
  3034. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/richclub.pyi +6 -0
  3035. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/__init__.pyi +5 -0
  3036. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/astar.pyi +27 -0
  3037. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/dense.pyi +14 -0
  3038. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/generic.pyi +53 -0
  3039. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/unweighted.pyi +24 -0
  3040. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/weighted.pyi +158 -0
  3041. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/similarity.pyi +97 -0
  3042. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/simple_paths.pyi +34 -0
  3043. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/smallworld.pyi +14 -0
  3044. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/smetric.pyi +5 -0
  3045. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/sparsifiers.pyi +6 -0
  3046. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/structuralholes.pyi +12 -0
  3047. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/summarization.pyi +17 -0
  3048. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/swap.pyi +13 -0
  3049. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/threshold.pyi +7 -0
  3050. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/time_dependent.pyi +5 -0
  3051. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tournament.pyi +16 -0
  3052. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/__init__.pyi +5 -0
  3053. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/beamsearch.pyi +10 -0
  3054. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/breadth_first_search.pyi +34 -0
  3055. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/depth_first_search.pyi +34 -0
  3056. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/edgebfs.pyi +8 -0
  3057. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/edgedfs.pyi +8 -0
  3058. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/__init__.pyi +6 -0
  3059. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/branchings.pyi +60 -0
  3060. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/coding.pyi +17 -0
  3061. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/decomposition.pyi +4 -0
  3062. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/mst.pyi +62 -0
  3063. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/operations.pyi +7 -0
  3064. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/recognition.pyi +12 -0
  3065. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/triads.pyi +22 -0
  3066. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/vitality.pyi +9 -0
  3067. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/voronoi.pyi +13 -0
  3068. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/walks.pyi +5 -0
  3069. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/wiener.pyi +5 -0
  3070. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/__init__.pyi +7 -0
  3071. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/coreviews.pyi +56 -0
  3072. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/digraph.pyi +28 -0
  3073. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/filters.pyi +18 -0
  3074. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/function.pyi +135 -0
  3075. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/graph.pyi +97 -0
  3076. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/graphviews.pyi +38 -0
  3077. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/multidigraph.pyi +27 -0
  3078. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/multigraph.pyi +28 -0
  3079. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/reportviews.pyi +175 -0
  3080. package/dist/typeshed-fallback/stubs/networkx/networkx/convert.pyi +30 -0
  3081. package/dist/typeshed-fallback/stubs/networkx/networkx/convert_matrix.pyi +88 -0
  3082. package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/__init__.pyi +4 -0
  3083. package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/layout.pyi +63 -0
  3084. package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_agraph.pyi +35 -0
  3085. package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_latex.pyi +36 -0
  3086. package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_pydot.pyi +12 -0
  3087. package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_pylab.pyi +92 -0
  3088. package/dist/typeshed-fallback/stubs/networkx/networkx/exception.pyi +16 -0
  3089. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/__init__.pyi +29 -0
  3090. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/atlas.pyi +6 -0
  3091. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/classic.pyi +42 -0
  3092. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/cographs.pyi +6 -0
  3093. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/community.pyi +45 -0
  3094. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/degree_seq.pyi +47 -0
  3095. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/directed.pyi +24 -0
  3096. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/duplication.pyi +8 -0
  3097. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/ego.pyi +6 -0
  3098. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/expanders.pyi +10 -0
  3099. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/geometric.pyi +56 -0
  3100. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/harary_graph.pyi +8 -0
  3101. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/internet_as_graphs.pyi +41 -0
  3102. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/intersection.pyi +10 -0
  3103. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/interval_graph.pyi +4 -0
  3104. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/joint_degree_seq.pyi +12 -0
  3105. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/lattice.pyi +18 -0
  3106. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/line.pyi +8 -0
  3107. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/mycielski.pyi +6 -0
  3108. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/nonisomorphic_trees.pyi +9 -0
  3109. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/random_clustered.pyi +17 -0
  3110. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/random_graphs.pyi +42 -0
  3111. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/small.pyi +50 -0
  3112. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/social.pyi +10 -0
  3113. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/spectral_graph_forge.pyi +6 -0
  3114. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/stochastic.pyi +4 -0
  3115. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/sudoku.pyi +4 -0
  3116. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/time_series.pyi +4 -0
  3117. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/trees.pyi +6 -0
  3118. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/triads.pyi +4 -0
  3119. package/dist/typeshed-fallback/stubs/networkx/networkx/lazy_imports.pyi +12 -0
  3120. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/__init__.pyi +15 -0
  3121. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/algebraicconnectivity.pyi +48 -0
  3122. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/attrmatrix.pyi +23 -0
  3123. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/bethehessianmatrix.pyi +6 -0
  3124. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/graphmatrix.pyi +14 -0
  3125. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/laplacianmatrix.pyi +18 -0
  3126. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/modularitymatrix.pyi +8 -0
  3127. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/spectrum.pyi +14 -0
  3128. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/__init__.pyi +12 -0
  3129. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/adjlist.pyi +24 -0
  3130. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/edgelist.pyi +37 -0
  3131. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/gexf.pyi +72 -0
  3132. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/gml.pyi +33 -0
  3133. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/graph6.pyi +10 -0
  3134. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/graphml.pyi +132 -0
  3135. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/__init__.pyi +4 -0
  3136. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/adjacency.pyi +6 -0
  3137. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/cytoscape.pyi +5 -0
  3138. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/node_link.pyi +30 -0
  3139. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/tree.pyi +5 -0
  3140. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/leda.pyi +6 -0
  3141. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/multiline_adjlist.pyi +26 -0
  3142. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/p2g.pyi +7 -0
  3143. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/pajek.pyi +11 -0
  3144. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/sparse6.pyi +10 -0
  3145. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/text.pyi +60 -0
  3146. package/dist/typeshed-fallback/stubs/networkx/networkx/relabel.pyi +28 -0
  3147. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/__init__.pyi +25 -0
  3148. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/backends.pyi +64 -0
  3149. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/configs.pyi +50 -0
  3150. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/decorators.pyi +26 -0
  3151. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/heaps.pyi +38 -0
  3152. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/mapped_queue.pyi +23 -0
  3153. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/misc.pyi +59 -0
  3154. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/random_sequence.pyi +10 -0
  3155. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/rcm.pyi +5 -0
  3156. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/union_find.pyi +11 -0
  3157. package/dist/typeshed-fallback/stubs/oauthlib/METADATA.toml +6 -0
  3158. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/__init__.pyi +2 -0
  3159. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/common.pyi +64 -0
  3160. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/__init__.pyi +31 -0
  3161. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/__init__.pyi +64 -0
  3162. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/__init__.pyi +7 -0
  3163. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/access_token.pyi +18 -0
  3164. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/authorization.pyi +18 -0
  3165. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/base.pyi +7 -0
  3166. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/pre_configured.pyi +9 -0
  3167. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/request_token.pyi +18 -0
  3168. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/resource.pyi +16 -0
  3169. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/signature_only.pyi +11 -0
  3170. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/errors.pyi +33 -0
  3171. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/parameters.pyi +5 -0
  3172. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/request_validator.pyi +67 -0
  3173. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/signature.pyi +33 -0
  3174. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/utils.pyi +9 -0
  3175. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/__init__.pyi +59 -0
  3176. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/__init__.pyi +11 -0
  3177. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/__init__.pyi +6 -0
  3178. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/backend_application.pyi +9 -0
  3179. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/base.pyi +97 -0
  3180. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/legacy_application.pyi +10 -0
  3181. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/mobile_application.pyi +17 -0
  3182. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/service_application.pyi +34 -0
  3183. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/web_application.pyi +29 -0
  3184. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/__init__.pyi +13 -0
  3185. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/authorization.pyi +29 -0
  3186. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/base.pyi +20 -0
  3187. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/introspect.pyi +17 -0
  3188. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/metadata.pyi +24 -0
  3189. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/pre_configured.pyi +75 -0
  3190. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/resource.pyi +24 -0
  3191. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/revocation.pyi +20 -0
  3192. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/token.pyi +29 -0
  3193. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/errors.pyi +141 -0
  3194. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/__init__.pyi +5 -0
  3195. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/authorization_code.pyi +18 -0
  3196. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/base.pyi +32 -0
  3197. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/client_credentials.pyi +9 -0
  3198. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/implicit.pyi +13 -0
  3199. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyi +11 -0
  3200. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.pyi +9 -0
  3201. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/parameters.pyi +23 -0
  3202. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi +58 -0
  3203. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi +60 -0
  3204. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/utils.pyi +7 -0
  3205. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/__init__.pyi +2 -0
  3206. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/__init__.pyi +0 -0
  3207. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/__init__.pyi +0 -0
  3208. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/__init__.pyi +2 -0
  3209. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/pre_configured.pyi +36 -0
  3210. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/userinfo.pyi +15 -0
  3211. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/exceptions.pyi +53 -0
  3212. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/__init__.pyi +10 -0
  3213. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/authorization_code.pyi +11 -0
  3214. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/base.pyi +14 -0
  3215. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/dispatchers.pyi +31 -0
  3216. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/hybrid.pyi +16 -0
  3217. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/implicit.pyi +12 -0
  3218. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/refresh_token.pyi +10 -0
  3219. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/request_validator.pyi +18 -0
  3220. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/tokens.pyi +20 -0
  3221. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/signals.pyi +21 -0
  3222. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/uri_validate.pyi +43 -0
  3223. package/dist/typeshed-fallback/stubs/objgraph/METADATA.toml +2 -0
  3224. package/dist/typeshed-fallback/stubs/objgraph/objgraph.pyi +91 -0
  3225. package/dist/typeshed-fallback/stubs/olefile/METADATA.toml +2 -0
  3226. package/dist/typeshed-fallback/stubs/olefile/olefile/__init__.pyi +2 -0
  3227. package/dist/typeshed-fallback/stubs/olefile/olefile/olefile.pyi +247 -0
  3228. package/dist/typeshed-fallback/stubs/openpyxl/METADATA.toml +2 -0
  3229. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/__init__.pyi +31 -0
  3230. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/_constants.pyi +7 -0
  3231. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/cell/__init__.pyi +26 -0
  3232. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/cell/_writer.pyi +9 -0
  3233. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/cell/cell.pyi +99 -0
  3234. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/cell/read_only.pyi +70 -0
  3235. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/cell/rich_text.pyi +29 -0
  3236. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/cell/text.pyi +98 -0
  3237. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/_3d.pyi +66 -0
  3238. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/__init__.pyi +15 -0
  3239. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/_chart.pyi +51 -0
  3240. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/area_chart.pyi +60 -0
  3241. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/axis.pyi +311 -0
  3242. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/bar_chart.pyi +92 -0
  3243. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/bubble_chart.pyi +41 -0
  3244. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/chartspace.pyi +145 -0
  3245. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/data_source.pyi +120 -0
  3246. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/descriptors.pyi +21 -0
  3247. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/error_bar.pyi +45 -0
  3248. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/label.pyi +92 -0
  3249. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/layout.pyi +49 -0
  3250. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/legend.pyi +54 -0
  3251. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/line_chart.pyi +87 -0
  3252. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/marker.pyi +56 -0
  3253. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/picture.pyi +28 -0
  3254. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/pie_chart.pyi +105 -0
  3255. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/pivot.pyi +50 -0
  3256. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/plotarea.pyi +77 -0
  3257. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/print_settings.pyi +42 -0
  3258. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/radar_chart.pyi +36 -0
  3259. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/reader.pyi +1 -0
  3260. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/reference.pyi +50 -0
  3261. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/scatter_chart.pyi +35 -0
  3262. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/series.pyi +107 -0
  3263. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/series_factory.pyi +9 -0
  3264. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/shapes.pyi +51 -0
  3265. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/stock_chart.pyi +33 -0
  3266. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/surface_chart.pyi +65 -0
  3267. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/text.pyi +28 -0
  3268. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/title.pyi +42 -0
  3269. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/trendline.pyi +68 -0
  3270. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chart/updown_bars.pyi +18 -0
  3271. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chartsheet/__init__.pyi +1 -0
  3272. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chartsheet/chartsheet.pyi +59 -0
  3273. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chartsheet/custom.pyi +48 -0
  3274. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chartsheet/properties.pyi +15 -0
  3275. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chartsheet/protection.pyi +27 -0
  3276. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chartsheet/publish.pyi +53 -0
  3277. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chartsheet/relation.pyi +71 -0
  3278. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/chartsheet/views.pyi +30 -0
  3279. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/comments/__init__.pyi +1 -0
  3280. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/comments/author.pyi +11 -0
  3281. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/comments/comment_sheet.pyi +124 -0
  3282. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/comments/comments.pyi +19 -0
  3283. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/comments/shape_writer.pyi +21 -0
  3284. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/compat/__init__.pyi +10 -0
  3285. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/compat/abc.pyi +1 -0
  3286. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/compat/numbers.pyi +14 -0
  3287. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/compat/product.pyi +3 -0
  3288. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/compat/singleton.pyi +15 -0
  3289. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/compat/strings.pyi +6 -0
  3290. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/descriptors/__init__.pyi +12 -0
  3291. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/descriptors/base.pyi +354 -0
  3292. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/descriptors/container.pyi +18 -0
  3293. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/descriptors/excel.pyi +48 -0
  3294. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/descriptors/namespace.pyi +2 -0
  3295. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/descriptors/nested.pyi +276 -0
  3296. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/descriptors/sequence.pyi +75 -0
  3297. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/descriptors/serialisable.pyi +51 -0
  3298. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/descriptors/slots.pyi +4 -0
  3299. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/__init__.pyi +1 -0
  3300. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/colors.pyi +510 -0
  3301. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/connector.pyi +98 -0
  3302. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/drawing.pyi +28 -0
  3303. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/effect.pyi +254 -0
  3304. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/fill.pyi +317 -0
  3305. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/geometry.pyi +579 -0
  3306. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/graphic.pyi +84 -0
  3307. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/image.pyi +24 -0
  3308. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/line.pyi +89 -0
  3309. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/picture.pyi +81 -0
  3310. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/properties.pyi +122 -0
  3311. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/relation.pyi +10 -0
  3312. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/spreadsheet_drawing.pyi +121 -0
  3313. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/text.pyi +520 -0
  3314. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/drawing/xdr.pyi +26 -0
  3315. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/formatting/__init__.pyi +1 -0
  3316. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/formatting/formatting.pyi +32 -0
  3317. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/formatting/rule.pyi +229 -0
  3318. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/formula/__init__.pyi +1 -0
  3319. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/formula/tokenizer.pyi +62 -0
  3320. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/formula/translate.pyi +22 -0
  3321. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/packaging/__init__.pyi +0 -0
  3322. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/packaging/core.pyi +60 -0
  3323. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/packaging/custom.pyi +66 -0
  3324. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/packaging/extended.pyi +81 -0
  3325. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/packaging/interface.pyi +8 -0
  3326. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/packaging/manifest.pyi +41 -0
  3327. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/packaging/relationship.pyi +56 -0
  3328. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/packaging/workbook.pyi +105 -0
  3329. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/pivot/__init__.pyi +0 -0
  3330. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/pivot/cache.pyi +647 -0
  3331. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/pivot/fields.pyi +242 -0
  3332. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/pivot/record.pyi +43 -0
  3333. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/pivot/table.pyi +959 -0
  3334. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/reader/__init__.pyi +0 -0
  3335. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/reader/drawings.pyi +6 -0
  3336. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/reader/excel.pyi +54 -0
  3337. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/reader/strings.pyi +6 -0
  3338. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/reader/workbook.pyi +24 -0
  3339. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/__init__.pyi +8 -0
  3340. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/alignment.pyi +47 -0
  3341. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/borders.pyi +86 -0
  3342. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/builtins.pyi +53 -0
  3343. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/cell_style.pyi +98 -0
  3344. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/colors.pyi +90 -0
  3345. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/differential.pyi +42 -0
  3346. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/fills.pyi +118 -0
  3347. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/fonts.pyi +77 -0
  3348. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/named_styles.pyi +83 -0
  3349. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/numbers.pyi +84 -0
  3350. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/protection.pyi +10 -0
  3351. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/proxy.pyi +12 -0
  3352. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/styleable.pyi +53 -0
  3353. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/stylesheet.pyi +59 -0
  3354. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/table.pyi +80 -0
  3355. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/utils/__init__.pyi +13 -0
  3356. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/utils/bound_dictionary.pyi +9 -0
  3357. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/utils/cell.pyi +27 -0
  3358. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/utils/dataframe.pyi +5 -0
  3359. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/utils/datetime.pyi +21 -0
  3360. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/utils/escape.pyi +2 -0
  3361. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/utils/exceptions.pyi +7 -0
  3362. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/utils/formulas.pyi +5 -0
  3363. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/utils/indexed_list.pyi +12 -0
  3364. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/utils/inference.pyi +10 -0
  3365. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/utils/protection.pyi +1 -0
  3366. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/utils/units.pyi +24 -0
  3367. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/__init__.pyi +1 -0
  3368. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/_writer.pyi +20 -0
  3369. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/child.pyi +49 -0
  3370. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/defined_name.pyi +71 -0
  3371. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/external_link/__init__.pyi +1 -0
  3372. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/external_link/external.pyi +81 -0
  3373. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/external_reference.pyi +9 -0
  3374. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/function_group.pyi +17 -0
  3375. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/properties.pyi +103 -0
  3376. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/protection.pyi +92 -0
  3377. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/smart_tags.pyi +29 -0
  3378. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/views.pyi +134 -0
  3379. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/web.pyi +84 -0
  3380. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/workbook/workbook.pyi +122 -0
  3381. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/__init__.pyi +0 -0
  3382. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/_read_only.pyi +40 -0
  3383. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/_reader.pyi +117 -0
  3384. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/_write_only.pyi +45 -0
  3385. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/_writer.pyi +58 -0
  3386. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/cell_range.pyi +104 -0
  3387. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/cell_watch.pyi +16 -0
  3388. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/controls.pyi +64 -0
  3389. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/copier.pyi +7 -0
  3390. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/custom.pyi +16 -0
  3391. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/datavalidation.pyi +109 -0
  3392. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/dimensions.pyi +149 -0
  3393. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/drawing.pyi +9 -0
  3394. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/errors.pyi +49 -0
  3395. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/filters.pyi +318 -0
  3396. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/formula.pyi +37 -0
  3397. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/header_footer.pyi +73 -0
  3398. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/hyperlink.pyi +30 -0
  3399. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/merge.pyi +37 -0
  3400. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/ole.pyi +115 -0
  3401. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/page.pyi +105 -0
  3402. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/pagebreak.pyi +48 -0
  3403. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/picture.pyi +6 -0
  3404. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/print_settings.pyi +51 -0
  3405. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/properties.pyi +56 -0
  3406. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/protection.pyi +76 -0
  3407. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/related.pyi +9 -0
  3408. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/scenario.pyi +87 -0
  3409. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/smart_tag.pyi +49 -0
  3410. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/table.pyi +222 -0
  3411. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/views.pyi +99 -0
  3412. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/worksheet/worksheet.pyi +280 -0
  3413. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/writer/__init__.pyi +0 -0
  3414. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/writer/excel.pyi +18 -0
  3415. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/writer/theme.pyi +3 -0
  3416. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/xml/__init__.pyi +11 -0
  3417. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/xml/_functions_overloads.pyi +129 -0
  3418. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/xml/constants.pyi +91 -0
  3419. package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/xml/functions.pyi +28 -0
  3420. package/dist/typeshed-fallback/stubs/opentracing/METADATA.toml +6 -0
  3421. package/dist/typeshed-fallback/stubs/opentracing/opentracing/__init__.pyi +24 -0
  3422. package/dist/typeshed-fallback/stubs/opentracing/opentracing/ext/__init__.pyi +0 -0
  3423. package/dist/typeshed-fallback/stubs/opentracing/opentracing/ext/tags.pyi +1 -0
  3424. package/dist/typeshed-fallback/stubs/opentracing/opentracing/harness/__init__.pyi +0 -0
  3425. package/dist/typeshed-fallback/stubs/opentracing/opentracing/harness/api_check.pyi +34 -0
  3426. package/dist/typeshed-fallback/stubs/opentracing/opentracing/harness/scope_check.pyi +15 -0
  3427. package/dist/typeshed-fallback/stubs/opentracing/opentracing/logs.pyi +5 -0
  3428. package/dist/typeshed-fallback/stubs/opentracing/opentracing/mocktracer/__init__.pyi +2 -0
  3429. package/dist/typeshed-fallback/stubs/opentracing/opentracing/mocktracer/binary_propagator.pyi +8 -0
  3430. package/dist/typeshed-fallback/stubs/opentracing/opentracing/mocktracer/context.pyi +13 -0
  3431. package/dist/typeshed-fallback/stubs/opentracing/opentracing/mocktracer/propagator.pyi +7 -0
  3432. package/dist/typeshed-fallback/stubs/opentracing/opentracing/mocktracer/span.pyi +38 -0
  3433. package/dist/typeshed-fallback/stubs/opentracing/opentracing/mocktracer/text_propagator.pyi +14 -0
  3434. package/dist/typeshed-fallback/stubs/opentracing/opentracing/mocktracer/tracer.pyi +26 -0
  3435. package/dist/typeshed-fallback/stubs/opentracing/opentracing/propagation.pyi +8 -0
  3436. package/dist/typeshed-fallback/stubs/opentracing/opentracing/scope.pyi +17 -0
  3437. package/dist/typeshed-fallback/stubs/opentracing/opentracing/scope_manager.pyi +8 -0
  3438. package/dist/typeshed-fallback/stubs/opentracing/opentracing/scope_managers/__init__.pyi +9 -0
  3439. package/dist/typeshed-fallback/stubs/opentracing/opentracing/scope_managers/asyncio.pyi +8 -0
  3440. package/dist/typeshed-fallback/stubs/opentracing/opentracing/scope_managers/constants.pyi +1 -0
  3441. package/dist/typeshed-fallback/stubs/opentracing/opentracing/scope_managers/contextvars.pyi +10 -0
  3442. package/dist/typeshed-fallback/stubs/opentracing/opentracing/scope_managers/gevent.pyi +8 -0
  3443. package/dist/typeshed-fallback/stubs/opentracing/opentracing/scope_managers/tornado.pyi +16 -0
  3444. package/dist/typeshed-fallback/stubs/opentracing/opentracing/span.pyi +30 -0
  3445. package/dist/typeshed-fallback/stubs/opentracing/opentracing/tags.pyi +23 -0
  3446. package/dist/typeshed-fallback/stubs/opentracing/opentracing/tracer.pyi +47 -0
  3447. package/dist/typeshed-fallback/stubs/paramiko/METADATA.toml +10 -0
  3448. package/dist/typeshed-fallback/stubs/paramiko/paramiko/__init__.pyi +46 -0
  3449. package/dist/typeshed-fallback/stubs/paramiko/paramiko/_version.pyi +2 -0
  3450. package/dist/typeshed-fallback/stubs/paramiko/paramiko/_winapi.pyi +95 -0
  3451. package/dist/typeshed-fallback/stubs/paramiko/paramiko/agent.pyi +69 -0
  3452. package/dist/typeshed-fallback/stubs/paramiko/paramiko/auth_handler.pyi +48 -0
  3453. package/dist/typeshed-fallback/stubs/paramiko/paramiko/auth_strategy.pyi +57 -0
  3454. package/dist/typeshed-fallback/stubs/paramiko/paramiko/ber.pyi +18 -0
  3455. package/dist/typeshed-fallback/stubs/paramiko/paramiko/buffered_pipe.pyi +14 -0
  3456. package/dist/typeshed-fallback/stubs/paramiko/paramiko/channel.pyi +101 -0
  3457. package/dist/typeshed-fallback/stubs/paramiko/paramiko/client.pyi +89 -0
  3458. package/dist/typeshed-fallback/stubs/paramiko/paramiko/common.pyi +128 -0
  3459. package/dist/typeshed-fallback/stubs/paramiko/paramiko/compress.pyi +12 -0
  3460. package/dist/typeshed-fallback/stubs/paramiko/paramiko/config.pyi +34 -0
  3461. package/dist/typeshed-fallback/stubs/paramiko/paramiko/dsskey.pyi +35 -0
  3462. package/dist/typeshed-fallback/stubs/paramiko/paramiko/ecdsakey.pyi +55 -0
  3463. package/dist/typeshed-fallback/stubs/paramiko/paramiko/ed25519key.pyi +23 -0
  3464. package/dist/typeshed-fallback/stubs/paramiko/paramiko/file.pyi +39 -0
  3465. package/dist/typeshed-fallback/stubs/paramiko/paramiko/hostkeys.pyi +47 -0
  3466. package/dist/typeshed-fallback/stubs/paramiko/paramiko/kex_curve25519.pyi +20 -0
  3467. package/dist/typeshed-fallback/stubs/paramiko/paramiko/kex_ecdh_nist.pyi +32 -0
  3468. package/dist/typeshed-fallback/stubs/paramiko/paramiko/kex_gex.pyi +34 -0
  3469. package/dist/typeshed-fallback/stubs/paramiko/paramiko/kex_group1.pyi +24 -0
  3470. package/dist/typeshed-fallback/stubs/paramiko/paramiko/kex_group14.pyi +15 -0
  3471. package/dist/typeshed-fallback/stubs/paramiko/paramiko/kex_group16.pyi +11 -0
  3472. package/dist/typeshed-fallback/stubs/paramiko/paramiko/kex_gss.pyi +64 -0
  3473. package/dist/typeshed-fallback/stubs/paramiko/paramiko/message.pyi +42 -0
  3474. package/dist/typeshed-fallback/stubs/paramiko/paramiko/packet.pyi +67 -0
  3475. package/dist/typeshed-fallback/stubs/paramiko/paramiko/pipe.pyi +35 -0
  3476. package/dist/typeshed-fallback/stubs/paramiko/paramiko/pkey.pyi +61 -0
  3477. package/dist/typeshed-fallback/stubs/paramiko/paramiko/primes.pyi +8 -0
  3478. package/dist/typeshed-fallback/stubs/paramiko/paramiko/proxy.pyi +17 -0
  3479. package/dist/typeshed-fallback/stubs/paramiko/paramiko/rsakey.pyi +35 -0
  3480. package/dist/typeshed-fallback/stubs/paramiko/paramiko/server.pyi +50 -0
  3481. package/dist/typeshed-fallback/stubs/paramiko/paramiko/sftp.pyi +60 -0
  3482. package/dist/typeshed-fallback/stubs/paramiko/paramiko/sftp_attr.pyi +22 -0
  3483. package/dist/typeshed-fallback/stubs/paramiko/paramiko/sftp_client.pyi +73 -0
  3484. package/dist/typeshed-fallback/stubs/paramiko/paramiko/sftp_file.pyi +33 -0
  3485. package/dist/typeshed-fallback/stubs/paramiko/paramiko/sftp_handle.pyi +12 -0
  3486. package/dist/typeshed-fallback/stubs/paramiko/paramiko/sftp_server.pyi +29 -0
  3487. package/dist/typeshed-fallback/stubs/paramiko/paramiko/sftp_si.pyi +23 -0
  3488. package/dist/typeshed-fallback/stubs/paramiko/paramiko/ssh_exception.pyi +43 -0
  3489. package/dist/typeshed-fallback/stubs/paramiko/paramiko/ssh_gss.pyi +52 -0
  3490. package/dist/typeshed-fallback/stubs/paramiko/paramiko/transport.pyi +203 -0
  3491. package/dist/typeshed-fallback/stubs/paramiko/paramiko/util.pyi +48 -0
  3492. package/dist/typeshed-fallback/stubs/paramiko/paramiko/win_openssh.pyi +12 -0
  3493. package/dist/typeshed-fallback/stubs/paramiko/paramiko/win_pageant.pyi +18 -0
  3494. package/dist/typeshed-fallback/stubs/parsimonious/METADATA.toml +2 -0
  3495. package/dist/typeshed-fallback/stubs/parsimonious/parsimonious/__init__.pyi +8 -0
  3496. package/dist/typeshed-fallback/stubs/parsimonious/parsimonious/exceptions.pyi +25 -0
  3497. package/dist/typeshed-fallback/stubs/parsimonious/parsimonious/expressions.pyi +76 -0
  3498. package/dist/typeshed-fallback/stubs/parsimonious/parsimonious/grammar.pyi +60 -0
  3499. package/dist/typeshed-fallback/stubs/parsimonious/parsimonious/nodes.pyi +46 -0
  3500. package/dist/typeshed-fallback/stubs/parsimonious/parsimonious/utils.pyi +10 -0
  3501. package/dist/typeshed-fallback/stubs/passlib/METADATA.toml +6 -0
  3502. package/dist/typeshed-fallback/stubs/passlib/passlib/__init__.pyi +0 -0
  3503. package/dist/typeshed-fallback/stubs/passlib/passlib/apache.pyi +59 -0
  3504. package/dist/typeshed-fallback/stubs/passlib/passlib/apps.pyi +35 -0
  3505. package/dist/typeshed-fallback/stubs/passlib/passlib/context.pyi +87 -0
  3506. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/__init__.pyi +0 -0
  3507. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_blowfish/__init__.pyi +3 -0
  3508. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_blowfish/_gen_files.pyi +11 -0
  3509. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_blowfish/base.pyi +13 -0
  3510. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_blowfish/unrolled.pyi +5 -0
  3511. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_md4.pyi +12 -0
  3512. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/des.pyi +5 -0
  3513. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/digest.pyi +28 -0
  3514. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/scrypt/__init__.pyi +2 -0
  3515. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/scrypt/_builtin.pyi +19 -0
  3516. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/scrypt/_gen_files.pyi +1 -0
  3517. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/scrypt/_salsa.pyi +1 -0
  3518. package/dist/typeshed-fallback/stubs/passlib/passlib/exc.pyi +56 -0
  3519. package/dist/typeshed-fallback/stubs/passlib/passlib/ext/__init__.pyi +0 -0
  3520. package/dist/typeshed-fallback/stubs/passlib/passlib/ext/django/__init__.pyi +0 -0
  3521. package/dist/typeshed-fallback/stubs/passlib/passlib/ext/django/models.pyi +3 -0
  3522. package/dist/typeshed-fallback/stubs/passlib/passlib/ext/django/utils.pyi +56 -0
  3523. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/__init__.pyi +0 -0
  3524. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/argon2.pyi +85 -0
  3525. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/bcrypt.pyi +55 -0
  3526. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/cisco.pyi +27 -0
  3527. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/des_crypt.pyi +52 -0
  3528. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/digests.pyi +32 -0
  3529. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/django.pyi +81 -0
  3530. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/fshp.pyi +26 -0
  3531. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/ldap_digests.pyi +81 -0
  3532. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/md5_crypt.pyi +20 -0
  3533. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/misc.pyi +50 -0
  3534. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/mssql.pyi +21 -0
  3535. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/mysql.pyi +15 -0
  3536. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/oracle.pyi +20 -0
  3537. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/pbkdf2.pyi +89 -0
  3538. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/phpass.pyi +20 -0
  3539. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/postgres.pyi +8 -0
  3540. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/roundup.pyi +5 -0
  3541. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/scram.pyi +29 -0
  3542. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/scrypt.pyi +33 -0
  3543. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/sha1_crypt.pyi +23 -0
  3544. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/sha2_crypt.pyi +29 -0
  3545. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/sun_md5_crypt.pyi +24 -0
  3546. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/windows.pyi +37 -0
  3547. package/dist/typeshed-fallback/stubs/passlib/passlib/hash.pyi +75 -0
  3548. package/dist/typeshed-fallback/stubs/passlib/passlib/hosts.pyi +13 -0
  3549. package/dist/typeshed-fallback/stubs/passlib/passlib/ifc.pyi +37 -0
  3550. package/dist/typeshed-fallback/stubs/passlib/passlib/pwd.pyi +60 -0
  3551. package/dist/typeshed-fallback/stubs/passlib/passlib/registry.pyi +14 -0
  3552. package/dist/typeshed-fallback/stubs/passlib/passlib/totp.pyi +148 -0
  3553. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/__init__.pyi +75 -0
  3554. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/binary.pyi +51 -0
  3555. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/compat/__init__.pyi +8 -0
  3556. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/compat/_ordered_dict.pyi +27 -0
  3557. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/decor.pyi +42 -0
  3558. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/des.pyi +8 -0
  3559. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/handlers.pyi +185 -0
  3560. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/md4.pyi +3 -0
  3561. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/pbkdf2.pyi +7 -0
  3562. package/dist/typeshed-fallback/stubs/passlib/passlib/win32.pyi +7 -0
  3563. package/dist/typeshed-fallback/stubs/passpy/METADATA.toml +2 -0
  3564. package/dist/typeshed-fallback/stubs/passpy/passpy/__init__.pyi +5 -0
  3565. package/dist/typeshed-fallback/stubs/passpy/passpy/exceptions.pyi +2 -0
  3566. package/dist/typeshed-fallback/stubs/passpy/passpy/store.pyi +31 -0
  3567. package/dist/typeshed-fallback/stubs/passpy/passpy/util.pyi +13 -0
  3568. package/dist/typeshed-fallback/stubs/peewee/METADATA.toml +10 -0
  3569. package/dist/typeshed-fallback/stubs/peewee/peewee.pyi +1847 -0
  3570. package/dist/typeshed-fallback/stubs/peewee/playhouse/__init__.pyi +0 -0
  3571. package/dist/typeshed-fallback/stubs/peewee/playhouse/flask_utils.pyi +28 -0
  3572. package/dist/typeshed-fallback/stubs/pep8-naming/METADATA.toml +6 -0
  3573. package/dist/typeshed-fallback/stubs/pep8-naming/pep8ext_naming.pyi +30 -0
  3574. package/dist/typeshed-fallback/stubs/pexpect/METADATA.toml +2 -0
  3575. package/dist/typeshed-fallback/stubs/pexpect/pexpect/ANSI.pyi +43 -0
  3576. package/dist/typeshed-fallback/stubs/pexpect/pexpect/FSM.pyi +39 -0
  3577. package/dist/typeshed-fallback/stubs/pexpect/pexpect/__init__.pyi +20 -0
  3578. package/dist/typeshed-fallback/stubs/pexpect/pexpect/_async.pyi +19 -0
  3579. package/dist/typeshed-fallback/stubs/pexpect/pexpect/exceptions.pyi +6 -0
  3580. package/dist/typeshed-fallback/stubs/pexpect/pexpect/expect.pyi +38 -0
  3581. package/dist/typeshed-fallback/stubs/pexpect/pexpect/fdpexpect.pyi +36 -0
  3582. package/dist/typeshed-fallback/stubs/pexpect/pexpect/popen_spawn.pyi +34 -0
  3583. package/dist/typeshed-fallback/stubs/pexpect/pexpect/pty_spawn.pyi +95 -0
  3584. package/dist/typeshed-fallback/stubs/pexpect/pexpect/pxssh.pyi +66 -0
  3585. package/dist/typeshed-fallback/stubs/pexpect/pexpect/replwrap.pyi +27 -0
  3586. package/dist/typeshed-fallback/stubs/pexpect/pexpect/run.pyi +28 -0
  3587. package/dist/typeshed-fallback/stubs/pexpect/pexpect/screen.pyi +80 -0
  3588. package/dist/typeshed-fallback/stubs/pexpect/pexpect/socket_pexpect.pyi +35 -0
  3589. package/dist/typeshed-fallback/stubs/pexpect/pexpect/spawnbase.pyi +146 -0
  3590. package/dist/typeshed-fallback/stubs/pexpect/pexpect/utils.pyi +10 -0
  3591. package/dist/typeshed-fallback/stubs/pika/METADATA.toml +10 -0
  3592. package/dist/typeshed-fallback/stubs/pika/pika/__init__.pyi +11 -0
  3593. package/dist/typeshed-fallback/stubs/pika/pika/adapters/__init__.pyi +3 -0
  3594. package/dist/typeshed-fallback/stubs/pika/pika/adapters/asyncio_connection.pyi +53 -0
  3595. package/dist/typeshed-fallback/stubs/pika/pika/adapters/base_connection.pyi +36 -0
  3596. package/dist/typeshed-fallback/stubs/pika/pika/adapters/blocking_connection.pyi +266 -0
  3597. package/dist/typeshed-fallback/stubs/pika/pika/adapters/gevent_connection.pyi +56 -0
  3598. package/dist/typeshed-fallback/stubs/pika/pika/adapters/select_connection.pyi +99 -0
  3599. package/dist/typeshed-fallback/stubs/pika/pika/adapters/tornado_connection.pyi +20 -0
  3600. package/dist/typeshed-fallback/stubs/pika/pika/adapters/twisted_connection.pyi +149 -0
  3601. package/dist/typeshed-fallback/stubs/pika/pika/adapters/utils/__init__.pyi +0 -0
  3602. package/dist/typeshed-fallback/stubs/pika/pika/adapters/utils/connection_workflow.pyi +37 -0
  3603. package/dist/typeshed-fallback/stubs/pika/pika/adapters/utils/io_services_utils.pyi +46 -0
  3604. package/dist/typeshed-fallback/stubs/pika/pika/adapters/utils/nbio_interface.pyi +64 -0
  3605. package/dist/typeshed-fallback/stubs/pika/pika/adapters/utils/selector_ioloop_adapter.pyi +76 -0
  3606. package/dist/typeshed-fallback/stubs/pika/pika/amqp_object.pyi +18 -0
  3607. package/dist/typeshed-fallback/stubs/pika/pika/callback.pyi +31 -0
  3608. package/dist/typeshed-fallback/stubs/pika/pika/channel.pyi +163 -0
  3609. package/dist/typeshed-fallback/stubs/pika/pika/compat.pyi +49 -0
  3610. package/dist/typeshed-fallback/stubs/pika/pika/connection.pyi +188 -0
  3611. package/dist/typeshed-fallback/stubs/pika/pika/credentials.pyi +36 -0
  3612. package/dist/typeshed-fallback/stubs/pika/pika/data.pyi +14 -0
  3613. package/dist/typeshed-fallback/stubs/pika/pika/delivery_mode.pyi +5 -0
  3614. package/dist/typeshed-fallback/stubs/pika/pika/diagnostic_utils.pyi +1 -0
  3615. package/dist/typeshed-fallback/stubs/pika/pika/exceptions.pyi +60 -0
  3616. package/dist/typeshed-fallback/stubs/pika/pika/exchange_type.pyi +7 -0
  3617. package/dist/typeshed-fallback/stubs/pika/pika/frame.pyi +47 -0
  3618. package/dist/typeshed-fallback/stubs/pika/pika/heartbeat.pyi +12 -0
  3619. package/dist/typeshed-fallback/stubs/pika/pika/spec.pyi +921 -0
  3620. package/dist/typeshed-fallback/stubs/pika/pika/tcp_socket_opts.pyi +6 -0
  3621. package/dist/typeshed-fallback/stubs/pika/pika/validators.pyi +4 -0
  3622. package/dist/typeshed-fallback/stubs/polib/METADATA.toml +2 -0
  3623. package/dist/typeshed-fallback/stubs/polib/polib.pyi +157 -0
  3624. package/dist/typeshed-fallback/stubs/portpicker/METADATA.toml +2 -0
  3625. package/dist/typeshed-fallback/stubs/portpicker/portpicker.pyi +21 -0
  3626. package/dist/typeshed-fallback/stubs/protobuf/METADATA.toml +8 -0
  3627. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/__init__.pyi +1 -0
  3628. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/any_pb2.pyi +177 -0
  3629. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/api_pb2.pyi +274 -0
  3630. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/compiler/__init__.pyi +0 -0
  3631. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/compiler/plugin_pb2.pyi +284 -0
  3632. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/descriptor.pyi +360 -0
  3633. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/descriptor_pb2.pyi +2170 -0
  3634. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/descriptor_pool.pyi +22 -0
  3635. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/duration_pb2.pyi +131 -0
  3636. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/empty_pb2.pyi +59 -0
  3637. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/field_mask_pb2.pyi +263 -0
  3638. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/__init__.pyi +0 -0
  3639. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/api_implementation.pyi +3 -0
  3640. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/builder.pyi +4 -0
  3641. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/containers.pyi +101 -0
  3642. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/decoder.pyi +63 -0
  3643. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/encoder.pyi +41 -0
  3644. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/enum_type_wrapper.pyi +21 -0
  3645. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/extension_dict.pyi +27 -0
  3646. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/message_listener.pyi +5 -0
  3647. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/python_message.pyi +3 -0
  3648. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/type_checkers.pyi +11 -0
  3649. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/well_known_types.pyi +100 -0
  3650. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/wire_format.pyi +50 -0
  3651. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/json_format.pyi +44 -0
  3652. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/message.pyi +46 -0
  3653. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/message_factory.pyi +17 -0
  3654. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/reflection.pyi +5 -0
  3655. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/runtime_version.pyi +23 -0
  3656. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/service.pyi +39 -0
  3657. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/source_context_pb2.pyi +63 -0
  3658. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/struct_pb2.pyi +190 -0
  3659. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/symbol_database.pyi +16 -0
  3660. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/text_format.pyi +218 -0
  3661. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/timestamp_pb2.pyi +160 -0
  3662. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/type_pb2.pyi +409 -0
  3663. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/util/__init__.pyi +0 -0
  3664. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/wrappers_pb2.pyi +240 -0
  3665. package/dist/typeshed-fallback/stubs/psutil/METADATA.toml +5 -0
  3666. package/dist/typeshed-fallback/stubs/psutil/psutil/__init__.pyi +283 -0
  3667. package/dist/typeshed-fallback/stubs/psutil/psutil/_common.pyi +285 -0
  3668. package/dist/typeshed-fallback/stubs/psutil/psutil/_psaix.pyi +98 -0
  3669. package/dist/typeshed-fallback/stubs/psutil/psutil/_psbsd.pyi +168 -0
  3670. package/dist/typeshed-fallback/stubs/psutil/psutil/_pslinux.pyi +237 -0
  3671. package/dist/typeshed-fallback/stubs/psutil/psutil/_psosx.pyi +108 -0
  3672. package/dist/typeshed-fallback/stubs/psutil/psutil/_psposix.pyi +15 -0
  3673. package/dist/typeshed-fallback/stubs/psutil/psutil/_pssunos.pyi +129 -0
  3674. package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_linux.pyi +17 -0
  3675. package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_osx.pyi +51 -0
  3676. package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_posix.pyi +34 -0
  3677. package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_windows.pyi +94 -0
  3678. package/dist/typeshed-fallback/stubs/psutil/psutil/_pswindows.pyi +200 -0
  3679. package/dist/typeshed-fallback/stubs/psycopg2/METADATA.toml +3 -0
  3680. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/__init__.pyi +59 -0
  3681. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/_ipaddress.pyi +9 -0
  3682. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/_json.pyi +33 -0
  3683. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/_psycopg.pyi +611 -0
  3684. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/_range.pyi +84 -0
  3685. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/errorcodes.pyi +309 -0
  3686. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/errors.pyi +269 -0
  3687. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/extensions.pyi +125 -0
  3688. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/extras.pyi +258 -0
  3689. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/pool.pyi +24 -0
  3690. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/sql.pyi +49 -0
  3691. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/tz.pyi +26 -0
  3692. package/dist/typeshed-fallback/stubs/pyRFC3339/METADATA.toml +2 -0
  3693. package/dist/typeshed-fallback/stubs/pyRFC3339/pyrfc3339/__init__.pyi +4 -0
  3694. package/dist/typeshed-fallback/stubs/pyRFC3339/pyrfc3339/generator.pyi +3 -0
  3695. package/dist/typeshed-fallback/stubs/pyRFC3339/pyrfc3339/parser.pyi +3 -0
  3696. package/dist/typeshed-fallback/stubs/pyRFC3339/pyrfc3339/utils.pyi +1 -0
  3697. package/dist/typeshed-fallback/stubs/pyasn1/METADATA.toml +2 -0
  3698. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/__init__.pyi +3 -0
  3699. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/__init__.pyi +0 -0
  3700. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/ber/__init__.pyi +0 -0
  3701. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/ber/decoder.pyi +356 -0
  3702. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/ber/encoder.pyi +84 -0
  3703. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/ber/eoo.pyi +11 -0
  3704. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/cer/__init__.pyi +0 -0
  3705. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/cer/decoder.pyi +43 -0
  3706. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/cer/encoder.pyi +55 -0
  3707. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/der/__init__.pyi +0 -0
  3708. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/der/decoder.pyi +33 -0
  3709. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/der/encoder.pyi +25 -0
  3710. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/native/__init__.pyi +0 -0
  3711. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/native/decoder.pyi +42 -0
  3712. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/native/encoder.pyi +71 -0
  3713. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/codec/streaming.pyi +21 -0
  3714. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/compat/__init__.pyi +0 -0
  3715. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/compat/integer.pyi +1 -0
  3716. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/debug.pyi +28 -0
  3717. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/error.pyi +15 -0
  3718. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/type/__init__.pyi +0 -0
  3719. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/type/base.pyi +150 -0
  3720. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/type/char.pyi +88 -0
  3721. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/type/constraint.pyi +52 -0
  3722. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/type/error.pyi +3 -0
  3723. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/type/namedtype.pyi +73 -0
  3724. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/type/namedval.pyi +26 -0
  3725. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/type/opentype.pyi +17 -0
  3726. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/type/tag.pyi +64 -0
  3727. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/type/tagmap.pyi +25 -0
  3728. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/type/univ.pyi +398 -0
  3729. package/dist/typeshed-fallback/stubs/pyasn1/pyasn1/type/useful.pyi +31 -0
  3730. package/dist/typeshed-fallback/stubs/pyaudio/METADATA.toml +9 -0
  3731. package/dist/typeshed-fallback/stubs/pyaudio/pyaudio.pyi +179 -0
  3732. package/dist/typeshed-fallback/stubs/pycocotools/METADATA.toml +3 -0
  3733. package/dist/typeshed-fallback/stubs/pycocotools/pycocotools/__init__.pyi +6 -0
  3734. package/dist/typeshed-fallback/stubs/pycocotools/pycocotools/coco.pyi +89 -0
  3735. package/dist/typeshed-fallback/stubs/pycocotools/pycocotools/cocoeval.pyi +63 -0
  3736. package/dist/typeshed-fallback/stubs/pycocotools/pycocotools/mask.pyi +29 -0
  3737. package/dist/typeshed-fallback/stubs/pycurl/METADATA.toml +5 -0
  3738. package/dist/typeshed-fallback/stubs/pycurl/pycurl.pyi +733 -0
  3739. package/dist/typeshed-fallback/stubs/pyfarmhash/METADATA.toml +2 -0
  3740. package/dist/typeshed-fallback/stubs/pyfarmhash/farmhash.pyi +9 -0
  3741. package/dist/typeshed-fallback/stubs/pyflakes/METADATA.toml +6 -0
  3742. package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/__init__.pyi +1 -0
  3743. package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/api.pyi +16 -0
  3744. package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/checker.pyi +336 -0
  3745. package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/messages.pyi +143 -0
  3746. package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/reporter.pyi +5 -0
  3747. package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/scripts/__init__.pyi +0 -0
  3748. package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/scripts/pyflakes.pyi +8 -0
  3749. package/dist/typeshed-fallback/stubs/pygit2/METADATA.toml +9 -0
  3750. package/dist/typeshed-fallback/stubs/pygit2/pygit2/__init__.pyi +60 -0
  3751. package/dist/typeshed-fallback/stubs/pygit2/pygit2/_build.pyi +5 -0
  3752. package/dist/typeshed-fallback/stubs/pygit2/pygit2/_libgit2.pyi +4 -0
  3753. package/dist/typeshed-fallback/stubs/pygit2/pygit2/_pygit2.pyi +763 -0
  3754. package/dist/typeshed-fallback/stubs/pygit2/pygit2/_run.pyi +15 -0
  3755. package/dist/typeshed-fallback/stubs/pygit2/pygit2/blame.pyi +34 -0
  3756. package/dist/typeshed-fallback/stubs/pygit2/pygit2/blob.pyi +25 -0
  3757. package/dist/typeshed-fallback/stubs/pygit2/pygit2/branches.pyi +17 -0
  3758. package/dist/typeshed-fallback/stubs/pygit2/pygit2/callbacks.pyi +78 -0
  3759. package/dist/typeshed-fallback/stubs/pygit2/pygit2/config.pyi +59 -0
  3760. package/dist/typeshed-fallback/stubs/pygit2/pygit2/credentials.pyi +34 -0
  3761. package/dist/typeshed-fallback/stubs/pygit2/pygit2/enums.pyi +394 -0
  3762. package/dist/typeshed-fallback/stubs/pygit2/pygit2/errors.pyi +6 -0
  3763. package/dist/typeshed-fallback/stubs/pygit2/pygit2/ffi.pyi +1 -0
  3764. package/dist/typeshed-fallback/stubs/pygit2/pygit2/filter.pyi +11 -0
  3765. package/dist/typeshed-fallback/stubs/pygit2/pygit2/index.pyi +59 -0
  3766. package/dist/typeshed-fallback/stubs/pygit2/pygit2/legacyenums.pyi +62 -0
  3767. package/dist/typeshed-fallback/stubs/pygit2/pygit2/packbuilder.pyi +15 -0
  3768. package/dist/typeshed-fallback/stubs/pygit2/pygit2/references.pyi +18 -0
  3769. package/dist/typeshed-fallback/stubs/pygit2/pygit2/refspec.pyi +18 -0
  3770. package/dist/typeshed-fallback/stubs/pygit2/pygit2/remotes.pyi +84 -0
  3771. package/dist/typeshed-fallback/stubs/pygit2/pygit2/repository.pyi +211 -0
  3772. package/dist/typeshed-fallback/stubs/pygit2/pygit2/settings.pyi +37 -0
  3773. package/dist/typeshed-fallback/stubs/pygit2/pygit2/submodules.pyi +44 -0
  3774. package/dist/typeshed-fallback/stubs/pygit2/pygit2/utils.pyi +49 -0
  3775. package/dist/typeshed-fallback/stubs/pyinstaller/METADATA.toml +2 -0
  3776. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/__init__.pyi +12 -0
  3777. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/__main__.pyi +12 -0
  3778. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/building/__init__.pyi +7 -0
  3779. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/building/api.pyi +176 -0
  3780. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/building/build_main.pyi +55 -0
  3781. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/building/datastruct.pyi +47 -0
  3782. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/building/splash.pyi +47 -0
  3783. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/compat.pyi +82 -0
  3784. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/depend/__init__.pyi +0 -0
  3785. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/depend/analysis.pyi +27 -0
  3786. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/depend/imphookapi.pyi +71 -0
  3787. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/isolated/__init__.pyi +2 -0
  3788. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/isolated/_parent.pyi +19 -0
  3789. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/lib/__init__.pyi +0 -0
  3790. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/lib/modulegraph/__init__.pyi +0 -0
  3791. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/lib/modulegraph/modulegraph.pyi +45 -0
  3792. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/utils/__init__.pyi +0 -0
  3793. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/utils/hooks/__init__.pyi +76 -0
  3794. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/utils/hooks/conda.pyi +47 -0
  3795. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/utils/win32/versioninfo.pyi +51 -0
  3796. package/dist/typeshed-fallback/stubs/pyinstaller/pyi_splash/__init__.pyi +13 -0
  3797. package/dist/typeshed-fallback/stubs/pyjks/METADATA.toml +3 -0
  3798. package/dist/typeshed-fallback/stubs/pyjks/jks/__init__.pyi +48 -0
  3799. package/dist/typeshed-fallback/stubs/pyjks/jks/bks.pyi +125 -0
  3800. package/dist/typeshed-fallback/stubs/pyjks/jks/jks.pyi +129 -0
  3801. package/dist/typeshed-fallback/stubs/pyjks/jks/rfc2898.pyi +5 -0
  3802. package/dist/typeshed-fallback/stubs/pyjks/jks/rfc7292.pyi +29 -0
  3803. package/dist/typeshed-fallback/stubs/pyjks/jks/sun_crypto.pyi +8 -0
  3804. package/dist/typeshed-fallback/stubs/pyjks/jks/util.pyi +66 -0
  3805. package/dist/typeshed-fallback/stubs/pynput/METADATA.toml +5 -0
  3806. package/dist/typeshed-fallback/stubs/pynput/pynput/__init__.pyi +1 -0
  3807. package/dist/typeshed-fallback/stubs/pynput/pynput/_info.pyi +2 -0
  3808. package/dist/typeshed-fallback/stubs/pynput/pynput/_util.pyi +72 -0
  3809. package/dist/typeshed-fallback/stubs/pynput/pynput/keyboard/__init__.pyi +32 -0
  3810. package/dist/typeshed-fallback/stubs/pynput/pynput/keyboard/_base.pyi +135 -0
  3811. package/dist/typeshed-fallback/stubs/pynput/pynput/keyboard/_dummy.pyi +1 -0
  3812. package/dist/typeshed-fallback/stubs/pynput/pynput/mouse/__init__.pyi +32 -0
  3813. package/dist/typeshed-fallback/stubs/pynput/pynput/mouse/_base.pyi +94 -0
  3814. package/dist/typeshed-fallback/stubs/pynput/pynput/mouse/_dummy.pyi +1 -0
  3815. package/dist/typeshed-fallback/stubs/pyperclip/METADATA.toml +6 -0
  3816. package/dist/typeshed-fallback/stubs/pyperclip/pyperclip/__init__.pyi +24 -0
  3817. package/dist/typeshed-fallback/stubs/pyserial/METADATA.toml +6 -0
  3818. package/dist/typeshed-fallback/stubs/pyserial/serial/__init__.pyi +30 -0
  3819. package/dist/typeshed-fallback/stubs/pyserial/serial/__main__.pyi +1 -0
  3820. package/dist/typeshed-fallback/stubs/pyserial/serial/rfc2217.pyi +187 -0
  3821. package/dist/typeshed-fallback/stubs/pyserial/serial/rs485.pyi +18 -0
  3822. package/dist/typeshed-fallback/stubs/pyserial/serial/serialcli.pyi +25 -0
  3823. package/dist/typeshed-fallback/stubs/pyserial/serial/serialjava.pyi +30 -0
  3824. package/dist/typeshed-fallback/stubs/pyserial/serial/serialposix.pyi +93 -0
  3825. package/dist/typeshed-fallback/stubs/pyserial/serial/serialutil.pyi +152 -0
  3826. package/dist/typeshed-fallback/stubs/pyserial/serial/serialwin32.pyi +26 -0
  3827. package/dist/typeshed-fallback/stubs/pyserial/serial/threaded/__init__.pyi +51 -0
  3828. package/dist/typeshed-fallback/stubs/pyserial/serial/tools/__init__.pyi +0 -0
  3829. package/dist/typeshed-fallback/stubs/pyserial/serial/tools/hexlify_codec.pyi +23 -0
  3830. package/dist/typeshed-fallback/stubs/pyserial/serial/tools/list_ports.pyi +11 -0
  3831. package/dist/typeshed-fallback/stubs/pyserial/serial/tools/list_ports_common.pyi +33 -0
  3832. package/dist/typeshed-fallback/stubs/pyserial/serial/tools/list_ports_linux.pyi +11 -0
  3833. package/dist/typeshed-fallback/stubs/pyserial/serial/tools/list_ports_osx.pyi +36 -0
  3834. package/dist/typeshed-fallback/stubs/pyserial/serial/tools/list_ports_posix.pyi +11 -0
  3835. package/dist/typeshed-fallback/stubs/pyserial/serial/tools/list_ports_windows.pyi +78 -0
  3836. package/dist/typeshed-fallback/stubs/pyserial/serial/tools/miniterm.pyi +122 -0
  3837. package/dist/typeshed-fallback/stubs/pyserial/serial/urlhandler/__init__.pyi +0 -0
  3838. package/dist/typeshed-fallback/stubs/pyserial/serial/urlhandler/protocol_alt.pyi +3 -0
  3839. package/dist/typeshed-fallback/stubs/pyserial/serial/urlhandler/protocol_cp2110.pyi +13 -0
  3840. package/dist/typeshed-fallback/stubs/pyserial/serial/urlhandler/protocol_hwgrep.pyi +4 -0
  3841. package/dist/typeshed-fallback/stubs/pyserial/serial/urlhandler/protocol_loop.pyi +32 -0
  3842. package/dist/typeshed-fallback/stubs/pyserial/serial/urlhandler/protocol_rfc2217.pyi +1 -0
  3843. package/dist/typeshed-fallback/stubs/pyserial/serial/urlhandler/protocol_socket.pyi +26 -0
  3844. package/dist/typeshed-fallback/stubs/pyserial/serial/urlhandler/protocol_spy.pyi +34 -0
  3845. package/dist/typeshed-fallback/stubs/pyserial/serial/win32.pyi +168 -0
  3846. package/dist/typeshed-fallback/stubs/pysftp/METADATA.toml +3 -0
  3847. package/dist/typeshed-fallback/stubs/pysftp/pysftp/__init__.pyi +133 -0
  3848. package/dist/typeshed-fallback/stubs/pysftp/pysftp/exceptions.pyi +9 -0
  3849. package/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi +35 -0
  3850. package/dist/typeshed-fallback/stubs/pytest-lazy-fixture/METADATA.toml +2 -0
  3851. package/dist/typeshed-fallback/stubs/pytest-lazy-fixture/pytest_lazyfixture.pyi +14 -0
  3852. package/dist/typeshed-fallback/stubs/python-crontab/METADATA.toml +2 -0
  3853. package/dist/typeshed-fallback/stubs/python-crontab/cronlog.pyi +33 -0
  3854. package/dist/typeshed-fallback/stubs/python-crontab/crontab.pyi +298 -0
  3855. package/dist/typeshed-fallback/stubs/python-crontab/crontabs.pyi +24 -0
  3856. package/dist/typeshed-fallback/stubs/python-datemath/METADATA.toml +8 -0
  3857. package/dist/typeshed-fallback/stubs/python-datemath/datemath/__init__.pyi +12 -0
  3858. package/dist/typeshed-fallback/stubs/python-datemath/datemath/helpers.pyi +10 -0
  3859. package/dist/typeshed-fallback/stubs/python-dateutil/METADATA.toml +6 -0
  3860. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/__init__.pyi +0 -0
  3861. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/_common.pyi +9 -0
  3862. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/easter.pyi +8 -0
  3863. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/parser/__init__.pyi +68 -0
  3864. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/parser/isoparser.pyi +15 -0
  3865. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/relativedelta.pyi +89 -0
  3866. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/rrule.pyi +111 -0
  3867. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/__init__.pyi +15 -0
  3868. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/_common.pyi +28 -0
  3869. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/tz.pyi +115 -0
  3870. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/utils.pyi +5 -0
  3871. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/zoneinfo/__init__.pyi +17 -0
  3872. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/zoneinfo/rebuild.pyi +11 -0
  3873. package/dist/typeshed-fallback/stubs/python-http-client/METADATA.toml +2 -0
  3874. package/dist/typeshed-fallback/stubs/python-http-client/python_http_client/__init__.pyi +20 -0
  3875. package/dist/typeshed-fallback/stubs/python-http-client/python_http_client/client.pyi +31 -0
  3876. package/dist/typeshed-fallback/stubs/python-http-client/python_http_client/exceptions.pyi +28 -0
  3877. package/dist/typeshed-fallback/stubs/python-jenkins/METADATA.toml +3 -0
  3878. package/dist/typeshed-fallback/stubs/python-jenkins/jenkins/__init__.pyi +239 -0
  3879. package/dist/typeshed-fallback/stubs/python-jenkins/jenkins/plugins.pyi +15 -0
  3880. package/dist/typeshed-fallback/stubs/python-jenkins/jenkins/version.pyi +3 -0
  3881. package/dist/typeshed-fallback/stubs/python-jose/METADATA.toml +3 -0
  3882. package/dist/typeshed-fallback/stubs/python-jose/jose/__init__.pyi +11 -0
  3883. package/dist/typeshed-fallback/stubs/python-jose/jose/backends/__init__.pyi +21 -0
  3884. package/dist/typeshed-fallback/stubs/python-jose/jose/backends/_asn1.pyi +17 -0
  3885. package/dist/typeshed-fallback/stubs/python-jose/jose/backends/base.pyi +23 -0
  3886. package/dist/typeshed-fallback/stubs/python-jose/jose/backends/cryptography_backend.pyi +70 -0
  3887. package/dist/typeshed-fallback/stubs/python-jose/jose/backends/ecdsa_backend.pyi +25 -0
  3888. package/dist/typeshed-fallback/stubs/python-jose/jose/backends/native.pyi +21 -0
  3889. package/dist/typeshed-fallback/stubs/python-jose/jose/backends/rsa_backend.pyi +27 -0
  3890. package/dist/typeshed-fallback/stubs/python-jose/jose/constants.pyi +75 -0
  3891. package/dist/typeshed-fallback/stubs/python-jose/jose/exceptions.pyi +12 -0
  3892. package/dist/typeshed-fallback/stubs/python-jose/jose/jwe.pyi +22 -0
  3893. package/dist/typeshed-fallback/stubs/python-jose/jose/jwk.pyi +12 -0
  3894. package/dist/typeshed-fallback/stubs/python-jose/jose/jws.pyi +24 -0
  3895. package/dist/typeshed-fallback/stubs/python-jose/jose/jwt.pyi +26 -0
  3896. package/dist/typeshed-fallback/stubs/python-jose/jose/utils.pyi +16 -0
  3897. package/dist/typeshed-fallback/stubs/python-nmap/METADATA.toml +2 -0
  3898. package/dist/typeshed-fallback/stubs/python-nmap/nmap/__init__.pyi +2 -0
  3899. package/dist/typeshed-fallback/stubs/python-nmap/nmap/nmap.pyi +135 -0
  3900. package/dist/typeshed-fallback/stubs/python-xlib/METADATA.toml +2 -0
  3901. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/X.pyi +347 -0
  3902. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/XK.pyi +7 -0
  3903. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/Xatom.pyi +71 -0
  3904. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/Xcursorfont.pyi +80 -0
  3905. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/Xutil.pyi +59 -0
  3906. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/__init__.pyi +14 -0
  3907. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/_typing.pyi +9 -0
  3908. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/display.pyi +162 -0
  3909. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/error.pyi +57 -0
  3910. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/__init__.pyi +35 -0
  3911. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/composite.pyi +48 -0
  3912. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/damage.pyi +41 -0
  3913. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/dpms.pyi +48 -0
  3914. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/ge.pyi +18 -0
  3915. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/nvcontrol.pyi +1065 -0
  3916. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/randr.pyi +262 -0
  3917. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/record.pyi +115 -0
  3918. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/res.pyi +62 -0
  3919. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/screensaver.pyi +52 -0
  3920. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/security.pyi +33 -0
  3921. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/shape.pyi +62 -0
  3922. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/xfixes.pyi +50 -0
  3923. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/xinerama.pyi +37 -0
  3924. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/xinput.pyi +249 -0
  3925. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/ext/xtest.pyi +28 -0
  3926. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/__init__.pyi +43 -0
  3927. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/apl.pyi +21 -0
  3928. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/arabic.pyi +52 -0
  3929. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/cyrillic.pyi +109 -0
  3930. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/greek.pyi +76 -0
  3931. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/hebrew.pyi +42 -0
  3932. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/katakana.pyi +72 -0
  3933. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/korean.pyi +109 -0
  3934. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/latin1.pyi +197 -0
  3935. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/latin2.pyi +59 -0
  3936. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/latin3.pyi +24 -0
  3937. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/latin4.pyi +38 -0
  3938. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/miscellany.pyi +171 -0
  3939. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/publishing.pyi +85 -0
  3940. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/special.pyi +26 -0
  3941. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/technical.pyi +51 -0
  3942. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/thai.pyi +86 -0
  3943. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/xf86.pyi +186 -0
  3944. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/xk3270.pyi +32 -0
  3945. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/keysymdef/xkb.pyi +102 -0
  3946. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/protocol/__init__.pyi +3 -0
  3947. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/protocol/display.pyi +117 -0
  3948. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/protocol/event.pyi +83 -0
  3949. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/protocol/request.pyi +133 -0
  3950. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/protocol/rq.pyi +393 -0
  3951. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/protocol/structs.pyi +26 -0
  3952. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/rdb.pyi +97 -0
  3953. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/support/__init__.pyi +3 -0
  3954. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/support/connect.pyi +6 -0
  3955. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/support/lock.pyi +8 -0
  3956. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/support/unix_connect.pyi +25 -0
  3957. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/support/vms_connect.pyi +11 -0
  3958. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/threaded.pyi +4 -0
  3959. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/xauth.pyi +21 -0
  3960. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/xobject/__init__.pyi +10 -0
  3961. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/xobject/colormap.pyi +25 -0
  3962. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/xobject/cursor.pyi +10 -0
  3963. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/xobject/drawable.pyi +274 -0
  3964. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/xobject/fontable.pyi +33 -0
  3965. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/xobject/icccm.pyi +7 -0
  3966. package/dist/typeshed-fallback/stubs/python-xlib/Xlib/xobject/resource.pyi +10 -0
  3967. package/dist/typeshed-fallback/stubs/pytz/METADATA.toml +3 -0
  3968. package/dist/typeshed-fallback/stubs/pytz/pytz/__init__.pyi +46 -0
  3969. package/dist/typeshed-fallback/stubs/pytz/pytz/exceptions.pyi +7 -0
  3970. package/dist/typeshed-fallback/stubs/pytz/pytz/lazy.pyi +21 -0
  3971. package/dist/typeshed-fallback/stubs/pytz/pytz/reference.pyi +38 -0
  3972. package/dist/typeshed-fallback/stubs/pytz/pytz/tzfile.pyi +5 -0
  3973. package/dist/typeshed-fallback/stubs/pytz/pytz/tzinfo.pyi +41 -0
  3974. package/dist/typeshed-fallback/stubs/pywin32/METADATA.toml +5 -0
  3975. package/dist/typeshed-fallback/stubs/pywin32/_win32typing.pyi +6156 -0
  3976. package/dist/typeshed-fallback/stubs/pywin32/commctrl.pyi +1 -0
  3977. package/dist/typeshed-fallback/stubs/pywin32/dde.pyi +1 -0
  3978. package/dist/typeshed-fallback/stubs/pywin32/isapi/__init__.pyi +11 -0
  3979. package/dist/typeshed-fallback/stubs/pywin32/isapi/install.pyi +98 -0
  3980. package/dist/typeshed-fallback/stubs/pywin32/isapi/isapicon.pyi +86 -0
  3981. package/dist/typeshed-fallback/stubs/pywin32/isapi/simple.pyi +10 -0
  3982. package/dist/typeshed-fallback/stubs/pywin32/isapi/threaded_extension.pyi +27 -0
  3983. package/dist/typeshed-fallback/stubs/pywin32/mmapfile.pyi +1 -0
  3984. package/dist/typeshed-fallback/stubs/pywin32/mmsystem.pyi +1 -0
  3985. package/dist/typeshed-fallback/stubs/pywin32/ntsecuritycon.pyi +1 -0
  3986. package/dist/typeshed-fallback/stubs/pywin32/odbc.pyi +1 -0
  3987. package/dist/typeshed-fallback/stubs/pywin32/perfmon.pyi +1 -0
  3988. package/dist/typeshed-fallback/stubs/pywin32/pythoncom.pyi +496 -0
  3989. package/dist/typeshed-fallback/stubs/pywin32/pythonwin/__init__.pyi +0 -0
  3990. package/dist/typeshed-fallback/stubs/pywin32/pythonwin/dde.pyi +33 -0
  3991. package/dist/typeshed-fallback/stubs/pywin32/pythonwin/win32ui.pyi +374 -0
  3992. package/dist/typeshed-fallback/stubs/pywin32/pythonwin/win32uiole.pyi +27 -0
  3993. package/dist/typeshed-fallback/stubs/pywin32/pywintypes.pyi +1 -0
  3994. package/dist/typeshed-fallback/stubs/pywin32/regutil.pyi +1 -0
  3995. package/dist/typeshed-fallback/stubs/pywin32/servicemanager.pyi +1 -0
  3996. package/dist/typeshed-fallback/stubs/pywin32/sspicon.pyi +1 -0
  3997. package/dist/typeshed-fallback/stubs/pywin32/timer.pyi +1 -0
  3998. package/dist/typeshed-fallback/stubs/pywin32/win2kras.pyi +1 -0
  3999. package/dist/typeshed-fallback/stubs/pywin32/win32/__init__.pyi +0 -0
  4000. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/__init__.pyi +0 -0
  4001. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/commctrl.pyi +1522 -0
  4002. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/mmsystem.pyi +858 -0
  4003. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/ntsecuritycon.pyi +554 -0
  4004. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/pywintypes.pyi +56 -0
  4005. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/regutil.pyi +26 -0
  4006. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/sspicon.pyi +457 -0
  4007. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win2kras.pyi +34 -0
  4008. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32con.pyi +4911 -0
  4009. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32cryptcon.pyi +1790 -0
  4010. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32evtlogutil.pyi +30 -0
  4011. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32gui_struct.pyi +198 -0
  4012. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32inetcon.pyi +989 -0
  4013. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32netcon.pyi +571 -0
  4014. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32pdhquery.pyi +45 -0
  4015. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32serviceutil.pyi +81 -0
  4016. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32timezone.pyi +112 -0
  4017. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32verstamp.pyi +21 -0
  4018. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/winerror.pyi +7270 -0
  4019. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/winioctlcon.pyi +661 -0
  4020. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/winnt.pyi +1134 -0
  4021. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/winperf.pyi +73 -0
  4022. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/winxptheme.pyi +25 -0
  4023. package/dist/typeshed-fallback/stubs/pywin32/win32/mmapfile.pyi +6 -0
  4024. package/dist/typeshed-fallback/stubs/pywin32/win32/odbc.pyi +32 -0
  4025. package/dist/typeshed-fallback/stubs/pywin32/win32/perfmon.pyi +13 -0
  4026. package/dist/typeshed-fallback/stubs/pywin32/win32/servicemanager.pyi +34 -0
  4027. package/dist/typeshed-fallback/stubs/pywin32/win32/timer.pyi +6 -0
  4028. package/dist/typeshed-fallback/stubs/pywin32/win32/win32api.pyi +368 -0
  4029. package/dist/typeshed-fallback/stubs/pywin32/win32/win32clipboard.pyi +49 -0
  4030. package/dist/typeshed-fallback/stubs/pywin32/win32/win32console.pyi +79 -0
  4031. package/dist/typeshed-fallback/stubs/pywin32/win32/win32cred.pyi +91 -0
  4032. package/dist/typeshed-fallback/stubs/pywin32/win32/win32crypt.pyi +107 -0
  4033. package/dist/typeshed-fallback/stubs/pywin32/win32/win32event.pyi +69 -0
  4034. package/dist/typeshed-fallback/stubs/pywin32/win32/win32evtlog.pyi +272 -0
  4035. package/dist/typeshed-fallback/stubs/pywin32/win32/win32file.pyi +475 -0
  4036. package/dist/typeshed-fallback/stubs/pywin32/win32/win32gui.pyi +561 -0
  4037. package/dist/typeshed-fallback/stubs/pywin32/win32/win32help.pyi +180 -0
  4038. package/dist/typeshed-fallback/stubs/pywin32/win32/win32inet.pyi +69 -0
  4039. package/dist/typeshed-fallback/stubs/pywin32/win32/win32job.pyi +74 -0
  4040. package/dist/typeshed-fallback/stubs/pywin32/win32/win32lz.pyi +9 -0
  4041. package/dist/typeshed-fallback/stubs/pywin32/win32/win32net.pyi +94 -0
  4042. package/dist/typeshed-fallback/stubs/pywin32/win32/win32pdh.pyi +62 -0
  4043. package/dist/typeshed-fallback/stubs/pywin32/win32/win32pipe.pyi +64 -0
  4044. package/dist/typeshed-fallback/stubs/pywin32/win32/win32print.pyi +201 -0
  4045. package/dist/typeshed-fallback/stubs/pywin32/win32/win32process.pyi +124 -0
  4046. package/dist/typeshed-fallback/stubs/pywin32/win32/win32profile.pyi +19 -0
  4047. package/dist/typeshed-fallback/stubs/pywin32/win32/win32ras.pyi +56 -0
  4048. package/dist/typeshed-fallback/stubs/pywin32/win32/win32security.pyi +598 -0
  4049. package/dist/typeshed-fallback/stubs/pywin32/win32/win32service.pyi +187 -0
  4050. package/dist/typeshed-fallback/stubs/pywin32/win32/win32trace.pyi +13 -0
  4051. package/dist/typeshed-fallback/stubs/pywin32/win32/win32transaction.pyi +18 -0
  4052. package/dist/typeshed-fallback/stubs/pywin32/win32/win32ts.pyi +97 -0
  4053. package/dist/typeshed-fallback/stubs/pywin32/win32/win32wnet.pyi +36 -0
  4054. package/dist/typeshed-fallback/stubs/pywin32/win32/winxpgui.pyi +5 -0
  4055. package/dist/typeshed-fallback/stubs/pywin32/win32api.pyi +1 -0
  4056. package/dist/typeshed-fallback/stubs/pywin32/win32clipboard.pyi +1 -0
  4057. package/dist/typeshed-fallback/stubs/pywin32/win32com/__init__.pyi +9 -0
  4058. package/dist/typeshed-fallback/stubs/pywin32/win32com/adsi/__init__.pyi +1 -0
  4059. package/dist/typeshed-fallback/stubs/pywin32/win32com/adsi/adsi.pyi +1 -0
  4060. package/dist/typeshed-fallback/stubs/pywin32/win32com/adsi/adsicon.pyi +1 -0
  4061. package/dist/typeshed-fallback/stubs/pywin32/win32com/authorization/__init__.pyi +1 -0
  4062. package/dist/typeshed-fallback/stubs/pywin32/win32com/authorization/authorization.pyi +1 -0
  4063. package/dist/typeshed-fallback/stubs/pywin32/win32com/axcontrol/__init__.pyi +1 -0
  4064. package/dist/typeshed-fallback/stubs/pywin32/win32com/axcontrol/axcontrol.pyi +1 -0
  4065. package/dist/typeshed-fallback/stubs/pywin32/win32com/axdebug/__init__.pyi +1 -0
  4066. package/dist/typeshed-fallback/stubs/pywin32/win32com/axdebug/adb.pyi +1 -0
  4067. package/dist/typeshed-fallback/stubs/pywin32/win32com/axdebug/axdebug.pyi +1 -0
  4068. package/dist/typeshed-fallback/stubs/pywin32/win32com/axdebug/codecontainer.pyi +1 -0
  4069. package/dist/typeshed-fallback/stubs/pywin32/win32com/axdebug/contexts.pyi +1 -0
  4070. package/dist/typeshed-fallback/stubs/pywin32/win32com/axdebug/debugger.pyi +1 -0
  4071. package/dist/typeshed-fallback/stubs/pywin32/win32com/axdebug/documents.pyi +1 -0
  4072. package/dist/typeshed-fallback/stubs/pywin32/win32com/axdebug/expressions.pyi +1 -0
  4073. package/dist/typeshed-fallback/stubs/pywin32/win32com/axdebug/gateways.pyi +1 -0
  4074. package/dist/typeshed-fallback/stubs/pywin32/win32com/axdebug/stackframe.pyi +1 -0
  4075. package/dist/typeshed-fallback/stubs/pywin32/win32com/axdebug/util.pyi +1 -0
  4076. package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/__init__.pyi +1 -0
  4077. package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/asputil.pyi +1 -0
  4078. package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/axscript.pyi +1 -0
  4079. package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/client/__init__.pyi +1 -0
  4080. package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/client/debug.pyi +1 -0
  4081. package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/client/error.pyi +1 -0
  4082. package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/client/framework.pyi +1 -0
  4083. package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/server/__init__.pyi +1 -0
  4084. package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/server/axsite.pyi +1 -0
  4085. package/dist/typeshed-fallback/stubs/pywin32/win32com/bits/__init__.pyi +1 -0
  4086. package/dist/typeshed-fallback/stubs/pywin32/win32com/bits/bits.pyi +1 -0
  4087. package/dist/typeshed-fallback/stubs/pywin32/win32com/client/__init__.pyi +75 -0
  4088. package/dist/typeshed-fallback/stubs/pywin32/win32com/client/build.pyi +36 -0
  4089. package/dist/typeshed-fallback/stubs/pywin32/win32com/client/dynamic.pyi +70 -0
  4090. package/dist/typeshed-fallback/stubs/pywin32/win32com/client/gencache.pyi +5 -0
  4091. package/dist/typeshed-fallback/stubs/pywin32/win32com/directsound/__init__.pyi +1 -0
  4092. package/dist/typeshed-fallback/stubs/pywin32/win32com/directsound/directsound.pyi +1 -0
  4093. package/dist/typeshed-fallback/stubs/pywin32/win32com/gen_py/__init__.pyi +0 -0
  4094. package/dist/typeshed-fallback/stubs/pywin32/win32com/ifilter/__init__.pyi +1 -0
  4095. package/dist/typeshed-fallback/stubs/pywin32/win32com/ifilter/ifilter.pyi +1 -0
  4096. package/dist/typeshed-fallback/stubs/pywin32/win32com/ifilter/ifiltercon.pyi +1 -0
  4097. package/dist/typeshed-fallback/stubs/pywin32/win32com/internet/__init__.pyi +1 -0
  4098. package/dist/typeshed-fallback/stubs/pywin32/win32com/internet/inetcon.pyi +1 -0
  4099. package/dist/typeshed-fallback/stubs/pywin32/win32com/internet/internet.pyi +1 -0
  4100. package/dist/typeshed-fallback/stubs/pywin32/win32com/mapi/__init__.pyi +1 -0
  4101. package/dist/typeshed-fallback/stubs/pywin32/win32com/mapi/emsabtags.pyi +1 -0
  4102. package/dist/typeshed-fallback/stubs/pywin32/win32com/mapi/exchange.pyi +1 -0
  4103. package/dist/typeshed-fallback/stubs/pywin32/win32com/mapi/mapi.pyi +1 -0
  4104. package/dist/typeshed-fallback/stubs/pywin32/win32com/mapi/mapitags.pyi +1 -0
  4105. package/dist/typeshed-fallback/stubs/pywin32/win32com/mapi/mapiutil.pyi +1 -0
  4106. package/dist/typeshed-fallback/stubs/pywin32/win32com/olectl.pyi +54 -0
  4107. package/dist/typeshed-fallback/stubs/pywin32/win32com/propsys/__init__.pyi +1 -0
  4108. package/dist/typeshed-fallback/stubs/pywin32/win32com/propsys/propsys.pyi +1 -0
  4109. package/dist/typeshed-fallback/stubs/pywin32/win32com/propsys/pscon.pyi +1 -0
  4110. package/dist/typeshed-fallback/stubs/pywin32/win32com/server/__init__.pyi +0 -0
  4111. package/dist/typeshed-fallback/stubs/pywin32/win32com/server/connect.pyi +15 -0
  4112. package/dist/typeshed-fallback/stubs/pywin32/win32com/server/dispatcher.pyi +18 -0
  4113. package/dist/typeshed-fallback/stubs/pywin32/win32com/server/exception.pyi +23 -0
  4114. package/dist/typeshed-fallback/stubs/pywin32/win32com/server/policy.pyi +43 -0
  4115. package/dist/typeshed-fallback/stubs/pywin32/win32com/server/util.pyi +39 -0
  4116. package/dist/typeshed-fallback/stubs/pywin32/win32com/shell/__init__.pyi +1 -0
  4117. package/dist/typeshed-fallback/stubs/pywin32/win32com/shell/shell.pyi +1 -0
  4118. package/dist/typeshed-fallback/stubs/pywin32/win32com/shell/shellcon.pyi +1 -0
  4119. package/dist/typeshed-fallback/stubs/pywin32/win32com/storagecon.pyi +113 -0
  4120. package/dist/typeshed-fallback/stubs/pywin32/win32com/taskscheduler/__init__.pyi +1 -0
  4121. package/dist/typeshed-fallback/stubs/pywin32/win32com/taskscheduler/taskscheduler.pyi +1 -0
  4122. package/dist/typeshed-fallback/stubs/pywin32/win32com/universal.pyi +36 -0
  4123. package/dist/typeshed-fallback/stubs/pywin32/win32com/util.pyi +1 -0
  4124. package/dist/typeshed-fallback/stubs/pywin32/win32comext/__init__.pyi +0 -0
  4125. package/dist/typeshed-fallback/stubs/pywin32/win32comext/adsi/__init__.pyi +77 -0
  4126. package/dist/typeshed-fallback/stubs/pywin32/win32comext/adsi/adsi.pyi +58 -0
  4127. package/dist/typeshed-fallback/stubs/pywin32/win32comext/adsi/adsicon.pyi +318 -0
  4128. package/dist/typeshed-fallback/stubs/pywin32/win32comext/authorization/__init__.pyi +0 -0
  4129. package/dist/typeshed-fallback/stubs/pywin32/win32comext/authorization/authorization.pyi +5 -0
  4130. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axcontrol/__init__.pyi +0 -0
  4131. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axcontrol/axcontrol.pyi +61 -0
  4132. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/__init__.pyi +0 -0
  4133. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/adb.pyi +71 -0
  4134. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/axdebug.pyi +122 -0
  4135. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/codecontainer.pyi +42 -0
  4136. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/contexts.pyi +18 -0
  4137. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/debugger.pyi +56 -0
  4138. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/documents.pyi +30 -0
  4139. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/expressions.pyi +67 -0
  4140. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/gateways.pyi +114 -0
  4141. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/stackframe.pyi +33 -0
  4142. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/util.pyi +11 -0
  4143. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/__init__.pyi +0 -0
  4144. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/asputil.pyi +1 -0
  4145. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/axscript.pyi +52 -0
  4146. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/client/__init__.pyi +0 -0
  4147. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/client/debug.pyi +42 -0
  4148. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/client/error.pyi +35 -0
  4149. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/client/framework.pyi +154 -0
  4150. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/server/__init__.pyi +0 -0
  4151. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/server/axsite.pyi +32 -0
  4152. package/dist/typeshed-fallback/stubs/pywin32/win32comext/bits/__init__.pyi +0 -0
  4153. package/dist/typeshed-fallback/stubs/pywin32/win32comext/bits/bits.pyi +61 -0
  4154. package/dist/typeshed-fallback/stubs/pywin32/win32comext/directsound/__init__.pyi +0 -0
  4155. package/dist/typeshed-fallback/stubs/pywin32/win32comext/directsound/directsound.pyi +116 -0
  4156. package/dist/typeshed-fallback/stubs/pywin32/win32comext/ifilter/__init__.pyi +0 -0
  4157. package/dist/typeshed-fallback/stubs/pywin32/win32comext/ifilter/ifilter.pyi +33 -0
  4158. package/dist/typeshed-fallback/stubs/pywin32/win32comext/ifilter/ifiltercon.pyi +103 -0
  4159. package/dist/typeshed-fallback/stubs/pywin32/win32comext/internet/__init__.pyi +0 -0
  4160. package/dist/typeshed-fallback/stubs/pywin32/win32comext/internet/inetcon.pyi +254 -0
  4161. package/dist/typeshed-fallback/stubs/pywin32/win32comext/internet/internet.pyi +51 -0
  4162. package/dist/typeshed-fallback/stubs/pywin32/win32comext/mapi/__init__.pyi +0 -0
  4163. package/dist/typeshed-fallback/stubs/pywin32/win32comext/mapi/emsabtags.pyi +865 -0
  4164. package/dist/typeshed-fallback/stubs/pywin32/win32comext/mapi/exchange.pyi +9 -0
  4165. package/dist/typeshed-fallback/stubs/pywin32/win32comext/mapi/mapi.pyi +342 -0
  4166. package/dist/typeshed-fallback/stubs/pywin32/win32comext/mapi/mapitags.pyi +991 -0
  4167. package/dist/typeshed-fallback/stubs/pywin32/win32comext/mapi/mapiutil.pyi +15 -0
  4168. package/dist/typeshed-fallback/stubs/pywin32/win32comext/propsys/__init__.pyi +0 -0
  4169. package/dist/typeshed-fallback/stubs/pywin32/win32comext/propsys/propsys.pyi +61 -0
  4170. package/dist/typeshed-fallback/stubs/pywin32/win32comext/propsys/pscon.pyi +694 -0
  4171. package/dist/typeshed-fallback/stubs/pywin32/win32comext/shell/__init__.pyi +0 -0
  4172. package/dist/typeshed-fallback/stubs/pywin32/win32comext/shell/shell.pyi +438 -0
  4173. package/dist/typeshed-fallback/stubs/pywin32/win32comext/shell/shellcon.pyi +1413 -0
  4174. package/dist/typeshed-fallback/stubs/pywin32/win32comext/taskscheduler/__init__.pyi +0 -0
  4175. package/dist/typeshed-fallback/stubs/pywin32/win32comext/taskscheduler/taskscheduler.pyi +83 -0
  4176. package/dist/typeshed-fallback/stubs/pywin32/win32con.pyi +1 -0
  4177. package/dist/typeshed-fallback/stubs/pywin32/win32console.pyi +1 -0
  4178. package/dist/typeshed-fallback/stubs/pywin32/win32cred.pyi +1 -0
  4179. package/dist/typeshed-fallback/stubs/pywin32/win32crypt.pyi +1 -0
  4180. package/dist/typeshed-fallback/stubs/pywin32/win32cryptcon.pyi +1 -0
  4181. package/dist/typeshed-fallback/stubs/pywin32/win32event.pyi +1 -0
  4182. package/dist/typeshed-fallback/stubs/pywin32/win32evtlog.pyi +1 -0
  4183. package/dist/typeshed-fallback/stubs/pywin32/win32evtlogutil.pyi +1 -0
  4184. package/dist/typeshed-fallback/stubs/pywin32/win32file.pyi +1 -0
  4185. package/dist/typeshed-fallback/stubs/pywin32/win32gui.pyi +1 -0
  4186. package/dist/typeshed-fallback/stubs/pywin32/win32gui_struct.pyi +1 -0
  4187. package/dist/typeshed-fallback/stubs/pywin32/win32help.pyi +1 -0
  4188. package/dist/typeshed-fallback/stubs/pywin32/win32inet.pyi +1 -0
  4189. package/dist/typeshed-fallback/stubs/pywin32/win32inetcon.pyi +1 -0
  4190. package/dist/typeshed-fallback/stubs/pywin32/win32job.pyi +1 -0
  4191. package/dist/typeshed-fallback/stubs/pywin32/win32lz.pyi +1 -0
  4192. package/dist/typeshed-fallback/stubs/pywin32/win32net.pyi +1 -0
  4193. package/dist/typeshed-fallback/stubs/pywin32/win32netcon.pyi +1 -0
  4194. package/dist/typeshed-fallback/stubs/pywin32/win32pdh.pyi +1 -0
  4195. package/dist/typeshed-fallback/stubs/pywin32/win32pdhquery.pyi +1 -0
  4196. package/dist/typeshed-fallback/stubs/pywin32/win32pipe.pyi +1 -0
  4197. package/dist/typeshed-fallback/stubs/pywin32/win32print.pyi +1 -0
  4198. package/dist/typeshed-fallback/stubs/pywin32/win32process.pyi +1 -0
  4199. package/dist/typeshed-fallback/stubs/pywin32/win32profile.pyi +1 -0
  4200. package/dist/typeshed-fallback/stubs/pywin32/win32ras.pyi +1 -0
  4201. package/dist/typeshed-fallback/stubs/pywin32/win32security.pyi +1 -0
  4202. package/dist/typeshed-fallback/stubs/pywin32/win32service.pyi +1 -0
  4203. package/dist/typeshed-fallback/stubs/pywin32/win32serviceutil.pyi +1 -0
  4204. package/dist/typeshed-fallback/stubs/pywin32/win32timezone.pyi +1 -0
  4205. package/dist/typeshed-fallback/stubs/pywin32/win32trace.pyi +1 -0
  4206. package/dist/typeshed-fallback/stubs/pywin32/win32transaction.pyi +1 -0
  4207. package/dist/typeshed-fallback/stubs/pywin32/win32ts.pyi +1 -0
  4208. package/dist/typeshed-fallback/stubs/pywin32/win32ui.pyi +1 -0
  4209. package/dist/typeshed-fallback/stubs/pywin32/win32uiole.pyi +1 -0
  4210. package/dist/typeshed-fallback/stubs/pywin32/win32verstamp.pyi +1 -0
  4211. package/dist/typeshed-fallback/stubs/pywin32/win32wnet.pyi +1 -0
  4212. package/dist/typeshed-fallback/stubs/pywin32/winerror.pyi +1 -0
  4213. package/dist/typeshed-fallback/stubs/pywin32/winioctlcon.pyi +1 -0
  4214. package/dist/typeshed-fallback/stubs/pywin32/winnt.pyi +1 -0
  4215. package/dist/typeshed-fallback/stubs/pywin32/winperf.pyi +1 -0
  4216. package/dist/typeshed-fallback/stubs/pywin32/winxpgui.pyi +1 -0
  4217. package/dist/typeshed-fallback/stubs/pywin32/winxptheme.pyi +1 -0
  4218. package/dist/typeshed-fallback/stubs/pyxdg/METADATA.toml +2 -0
  4219. package/dist/typeshed-fallback/stubs/pyxdg/xdg/BaseDirectory.pyi +18 -0
  4220. package/dist/typeshed-fallback/stubs/pyxdg/xdg/Config.pyi +13 -0
  4221. package/dist/typeshed-fallback/stubs/pyxdg/xdg/DesktopEntry.pyi +65 -0
  4222. package/dist/typeshed-fallback/stubs/pyxdg/xdg/Exceptions.pyi +41 -0
  4223. package/dist/typeshed-fallback/stubs/pyxdg/xdg/IconTheme.pyi +55 -0
  4224. package/dist/typeshed-fallback/stubs/pyxdg/xdg/IniFile.pyi +254 -0
  4225. package/dist/typeshed-fallback/stubs/pyxdg/xdg/Locale.pyi +8 -0
  4226. package/dist/typeshed-fallback/stubs/pyxdg/xdg/Menu.pyi +167 -0
  4227. package/dist/typeshed-fallback/stubs/pyxdg/xdg/MenuEditor.pyi +146 -0
  4228. package/dist/typeshed-fallback/stubs/pyxdg/xdg/Mime.pyi +102 -0
  4229. package/dist/typeshed-fallback/stubs/pyxdg/xdg/RecentFiles.pyi +28 -0
  4230. package/dist/typeshed-fallback/stubs/pyxdg/xdg/__init__.pyi +15 -0
  4231. package/dist/typeshed-fallback/stubs/pyxdg/xdg/util.pyi +6 -0
  4232. package/dist/typeshed-fallback/stubs/qrbill/METADATA.toml +3 -0
  4233. package/dist/typeshed-fallback/stubs/qrbill/qrbill/__init__.pyi +1 -0
  4234. package/dist/typeshed-fallback/stubs/qrbill/qrbill/bill.pyi +180 -0
  4235. package/dist/typeshed-fallback/stubs/qrcode/METADATA.toml +7 -0
  4236. package/dist/typeshed-fallback/stubs/qrcode/qrcode/LUT.pyi +3 -0
  4237. package/dist/typeshed-fallback/stubs/qrcode/qrcode/__init__.pyi +22 -0
  4238. package/dist/typeshed-fallback/stubs/qrcode/qrcode/_types.pyi +15 -0
  4239. package/dist/typeshed-fallback/stubs/qrcode/qrcode/base.pyi +27 -0
  4240. package/dist/typeshed-fallback/stubs/qrcode/qrcode/console_scripts.pyi +12 -0
  4241. package/dist/typeshed-fallback/stubs/qrcode/qrcode/constants.pyi +6 -0
  4242. package/dist/typeshed-fallback/stubs/qrcode/qrcode/exceptions.pyi +1 -0
  4243. package/dist/typeshed-fallback/stubs/qrcode/qrcode/image/__init__.pyi +0 -0
  4244. package/dist/typeshed-fallback/stubs/qrcode/qrcode/image/base.pyi +67 -0
  4245. package/dist/typeshed-fallback/stubs/qrcode/qrcode/image/pil.pyi +30 -0
  4246. package/dist/typeshed-fallback/stubs/qrcode/qrcode/image/pure.pyi +23 -0
  4247. package/dist/typeshed-fallback/stubs/qrcode/qrcode/image/styledpil.pyi +56 -0
  4248. package/dist/typeshed-fallback/stubs/qrcode/qrcode/image/styles/__init__.pyi +0 -0
  4249. package/dist/typeshed-fallback/stubs/qrcode/qrcode/image/styles/colormasks.pyi +63 -0
  4250. package/dist/typeshed-fallback/stubs/qrcode/qrcode/image/styles/moduledrawers/__init__.pyi +8 -0
  4251. package/dist/typeshed-fallback/stubs/qrcode/qrcode/image/styles/moduledrawers/base.pyi +12 -0
  4252. package/dist/typeshed-fallback/stubs/qrcode/qrcode/image/styles/moduledrawers/pil.pyi +66 -0
  4253. package/dist/typeshed-fallback/stubs/qrcode/qrcode/image/styles/moduledrawers/svg.pyi +56 -0
  4254. package/dist/typeshed-fallback/stubs/qrcode/qrcode/image/svg.pyi +66 -0
  4255. package/dist/typeshed-fallback/stubs/qrcode/qrcode/main.pyi +133 -0
  4256. package/dist/typeshed-fallback/stubs/qrcode/qrcode/release.pyi +1 -0
  4257. package/dist/typeshed-fallback/stubs/qrcode/qrcode/util.pyi +69 -0
  4258. package/dist/typeshed-fallback/stubs/regex/METADATA.toml +2 -0
  4259. package/dist/typeshed-fallback/stubs/regex/regex/__init__.pyi +1 -0
  4260. package/dist/typeshed-fallback/stubs/regex/regex/_regex.pyi +26 -0
  4261. package/dist/typeshed-fallback/stubs/regex/regex/_regex_core.pyi +91 -0
  4262. package/dist/typeshed-fallback/stubs/regex/regex/regex.pyi +652 -0
  4263. package/dist/typeshed-fallback/stubs/reportlab/METADATA.toml +7 -0
  4264. package/dist/typeshed-fallback/stubs/reportlab/reportlab/__init__.pyi +11 -0
  4265. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/__init__.pyi +3 -0
  4266. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/__init__.pyi +5 -0
  4267. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/code128.pyi +33 -0
  4268. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/code39.pyi +32 -0
  4269. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/code93.pyi +28 -0
  4270. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/common.pyi +124 -0
  4271. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/dmtx.pyi +68 -0
  4272. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/eanbc.pyi +41 -0
  4273. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/ecc200datamatrix.pyi +22 -0
  4274. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/fourstate.pyi +0 -0
  4275. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/lto.pyi +41 -0
  4276. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/qr.pyi +52 -0
  4277. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/qrencoder.pyi +202 -0
  4278. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/usps.pyi +36 -0
  4279. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/usps4s.pyi +85 -0
  4280. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/widgets.pyi +65 -0
  4281. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/__init__.pyi +3 -0
  4282. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/areas.pyi +19 -0
  4283. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/axes.pyi +205 -0
  4284. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/barcharts.pyi +105 -0
  4285. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/dotbox.pyi +24 -0
  4286. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/doughnut.pyi +34 -0
  4287. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/legends.pyi +101 -0
  4288. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/linecharts.pyi +67 -0
  4289. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/lineplots.pyi +119 -0
  4290. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/markers.pyi +10 -0
  4291. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/piecharts.pyi +182 -0
  4292. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/slidebox.pyi +38 -0
  4293. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/spider.pyi +60 -0
  4294. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/textlabels.pyi +60 -0
  4295. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/utils.pyi +49 -0
  4296. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/utils3d.pyi +26 -0
  4297. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/renderPDF.pyi +39 -0
  4298. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/renderPM.pyi +129 -0
  4299. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/renderPS.pyi +73 -0
  4300. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/renderSVG.pyi +131 -0
  4301. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/renderbase.pyi +40 -0
  4302. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/__init__.pyi +0 -0
  4303. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/bubble.pyi +5 -0
  4304. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/clustered_bar.pyi +5 -0
  4305. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/clustered_column.pyi +5 -0
  4306. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/excelcolors.pyi +33 -0
  4307. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/exploded_pie.pyi +8 -0
  4308. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/filled_radar.pyi +5 -0
  4309. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/line_chart.pyi +5 -0
  4310. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/linechart_with_markers.pyi +5 -0
  4311. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/radar.pyi +5 -0
  4312. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/runall.pyi +3 -0
  4313. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/scatter.pyi +5 -0
  4314. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/scatter_lines.pyi +5 -0
  4315. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/scatter_lines_markers.pyi +5 -0
  4316. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/simple_pie.pyi +8 -0
  4317. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/stacked_bar.pyi +5 -0
  4318. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/samples/stacked_column.pyi +5 -0
  4319. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/shapes.pyi +371 -0
  4320. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/svgpath.pyi +8 -0
  4321. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/transform.pyi +12 -0
  4322. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/utils.pyi +22 -0
  4323. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/widgetbase.pyi +112 -0
  4324. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/widgets/__init__.pyi +3 -0
  4325. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/widgets/adjustableArrow.pyi +11 -0
  4326. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/widgets/eventcal.pyi +29 -0
  4327. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/widgets/flags.pyi +32 -0
  4328. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/widgets/grids.pyi +76 -0
  4329. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/widgets/markers.pyi +21 -0
  4330. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/widgets/signsandsymbols.pyi +164 -0
  4331. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/widgets/table.pyi +32 -0
  4332. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/PyFontify.pyi +21 -0
  4333. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/__init__.pyi +4 -0
  4334. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/abag.pyi +11 -0
  4335. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/arciv.pyi +7 -0
  4336. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/attrmap.pyi +40 -0
  4337. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/boxstuff.pyi +6 -0
  4338. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/codecharts.pyi +80 -0
  4339. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/colors.pyi +318 -0
  4340. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/corp.pyi +79 -0
  4341. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/enums.pyi +7 -0
  4342. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/extformat.pyi +6 -0
  4343. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/fontfinder.pyi +59 -0
  4344. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/fonts.pyi +10 -0
  4345. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/formatters.pyi +24 -0
  4346. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/geomutils.pyi +5 -0
  4347. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/logger.pyi +24 -0
  4348. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/normalDate.pyi +82 -0
  4349. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/pagesizes.pyi +51 -0
  4350. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/pdfencrypt.pyi +133 -0
  4351. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/pygments2xpre.pyi +1 -0
  4352. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/randomtext.pyi +19 -0
  4353. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rl_accel.pyi +11 -0
  4354. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rl_safe_eval.pyi +264 -0
  4355. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rltempfile.pyi +2 -0
  4356. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rparsexml.pyi +32 -0
  4357. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/sequencer.pyi +31 -0
  4358. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/styles.pyi +181 -0
  4359. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/testutils.pyi +72 -0
  4360. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/textsplit.pyi +19 -0
  4361. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/units.pyi +9 -0
  4362. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/utils.pyi +190 -0
  4363. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/validators.pyi +171 -0
  4364. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/yaml.pyi +26 -0
  4365. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/__init__.pyi +3 -0
  4366. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/acroform.pyi +214 -0
  4367. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/cidfonts.pyi +51 -0
  4368. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/pdfdoc.pyi +633 -0
  4369. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/pdfform.pyi +81 -0
  4370. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/pdfmetrics.pyi +94 -0
  4371. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/pdfpattern.pyi +21 -0
  4372. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/pdfutils.pyi +16 -0
  4373. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/rl_codecs.pyi +24 -0
  4374. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/ttfonts.pyi +184 -0
  4375. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfgen/__init__.pyi +3 -0
  4376. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfgen/canvas.pyi +307 -0
  4377. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfgen/pathobject.pyi +18 -0
  4378. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfgen/pdfgeom.pyi +5 -0
  4379. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfgen/pdfimages.pyi +38 -0
  4380. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfgen/textobject.pyi +52 -0
  4381. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/__init__.pyi +12 -0
  4382. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/doctemplate.pyi +273 -0
  4383. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/figures.pyi +118 -0
  4384. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/flowables.pyi +451 -0
  4385. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/frames.pyi +37 -0
  4386. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/multicol.pyi +17 -0
  4387. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/para.pyi +271 -0
  4388. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/paragraph.pyi +38 -0
  4389. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/paraparser.pyi +117 -0
  4390. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/tableofcontents.pyi +108 -0
  4391. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/tables.pyi +124 -0
  4392. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/xpreformatted.pyi +30 -0
  4393. package/dist/typeshed-fallback/stubs/reportlab/reportlab/rl_config.pyi +72 -0
  4394. package/dist/typeshed-fallback/stubs/reportlab/reportlab/rl_settings.pyi +73 -0
  4395. package/dist/typeshed-fallback/stubs/requests/METADATA.toml +13 -0
  4396. package/dist/typeshed-fallback/stubs/requests/requests/__init__.pyi +39 -0
  4397. package/dist/typeshed-fallback/stubs/requests/requests/__version__.pyi +12 -0
  4398. package/dist/typeshed-fallback/stubs/requests/requests/adapters.pyi +109 -0
  4399. package/dist/typeshed-fallback/stubs/requests/requests/api.pyi +155 -0
  4400. package/dist/typeshed-fallback/stubs/requests/requests/auth.pyi +39 -0
  4401. package/dist/typeshed-fallback/stubs/requests/requests/certs.pyi +1 -0
  4402. package/dist/typeshed-fallback/stubs/requests/requests/compat.pyi +26 -0
  4403. package/dist/typeshed-fallback/stubs/requests/requests/cookies.pyi +62 -0
  4404. package/dist/typeshed-fallback/stubs/requests/requests/exceptions.pyi +42 -0
  4405. package/dist/typeshed-fallback/stubs/requests/requests/help.pyi +34 -0
  4406. package/dist/typeshed-fallback/stubs/requests/requests/hooks.pyi +6 -0
  4407. package/dist/typeshed-fallback/stubs/requests/requests/models.pyi +167 -0
  4408. package/dist/typeshed-fallback/stubs/requests/requests/packages.pyi +3 -0
  4409. package/dist/typeshed-fallback/stubs/requests/requests/sessions.pyi +316 -0
  4410. package/dist/typeshed-fallback/stubs/requests/requests/status_codes.pyi +3 -0
  4411. package/dist/typeshed-fallback/stubs/requests/requests/structures.pyi +25 -0
  4412. package/dist/typeshed-fallback/stubs/requests/requests/utils.pyi +70 -0
  4413. package/dist/typeshed-fallback/stubs/requests-oauthlib/METADATA.toml +3 -0
  4414. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/__init__.pyi +6 -0
  4415. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/__init__.pyi +8 -0
  4416. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/douban.pyi +7 -0
  4417. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/ebay.pyi +7 -0
  4418. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/facebook.pyi +7 -0
  4419. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/fitbit.pyi +3 -0
  4420. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/instagram.pyi +7 -0
  4421. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/mailchimp.pyi +7 -0
  4422. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/plentymarkets.pyi +7 -0
  4423. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/slack.pyi +7 -0
  4424. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/weibo.pyi +7 -0
  4425. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/oauth1_auth.pyi +36 -0
  4426. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/oauth1_session.pyi +65 -0
  4427. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/oauth2_auth.pyi +9 -0
  4428. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi +138 -0
  4429. package/dist/typeshed-fallback/stubs/retry/METADATA.toml +2 -0
  4430. package/dist/typeshed-fallback/stubs/retry/retry/__init__.pyi +1 -0
  4431. package/dist/typeshed-fallback/stubs/retry/retry/api.pyi +30 -0
  4432. package/dist/typeshed-fallback/stubs/s2clientprotocol/METADATA.toml +6 -0
  4433. package/dist/typeshed-fallback/stubs/s2clientprotocol/s2clientprotocol/build.pyi +5 -0
  4434. package/dist/typeshed-fallback/stubs/s2clientprotocol/s2clientprotocol/common_pb2.pyi +202 -0
  4435. package/dist/typeshed-fallback/stubs/s2clientprotocol/s2clientprotocol/data_pb2.pyi +400 -0
  4436. package/dist/typeshed-fallback/stubs/s2clientprotocol/s2clientprotocol/debug_pb2.pyi +454 -0
  4437. package/dist/typeshed-fallback/stubs/s2clientprotocol/s2clientprotocol/error_pb2.pyi +457 -0
  4438. package/dist/typeshed-fallback/stubs/s2clientprotocol/s2clientprotocol/query_pb2.pyi +196 -0
  4439. package/dist/typeshed-fallback/stubs/s2clientprotocol/s2clientprotocol/raw_pb2.pyi +677 -0
  4440. package/dist/typeshed-fallback/stubs/s2clientprotocol/s2clientprotocol/sc2api_pb2.pyi +2119 -0
  4441. package/dist/typeshed-fallback/stubs/s2clientprotocol/s2clientprotocol/score_pb2.pyi +272 -0
  4442. package/dist/typeshed-fallback/stubs/s2clientprotocol/s2clientprotocol/spatial_pb2.pyi +478 -0
  4443. package/dist/typeshed-fallback/stubs/s2clientprotocol/s2clientprotocol/ui_pb2.pyi +526 -0
  4444. package/dist/typeshed-fallback/stubs/seaborn/METADATA.toml +4 -0
  4445. package/dist/typeshed-fallback/stubs/seaborn/seaborn/__init__.pyi +13 -0
  4446. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/__init__.pyi +0 -0
  4447. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/data.pyi +26 -0
  4448. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/exceptions.pyi +1 -0
  4449. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/groupby.pyi +33 -0
  4450. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/moves.pyi +44 -0
  4451. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/plot.pyi +153 -0
  4452. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/properties.pyi +98 -0
  4453. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/rules.pyi +14 -0
  4454. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/scales.pyi +100 -0
  4455. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/subplots.pyi +19 -0
  4456. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/typing.pyi +32 -0
  4457. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_marks/__init__.pyi +0 -0
  4458. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_marks/area.pyi +28 -0
  4459. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_marks/bar.pyi +31 -0
  4460. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_marks/base.pyi +38 -0
  4461. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_marks/dot.pyi +39 -0
  4462. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_marks/line.pyi +42 -0
  4463. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_marks/text.pyi +14 -0
  4464. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_stats/__init__.pyi +0 -0
  4465. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_stats/aggregation.pyi +19 -0
  4466. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_stats/base.pyi +11 -0
  4467. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_stats/counting.pyi +19 -0
  4468. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_stats/density.pyi +15 -0
  4469. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_stats/order.pyi +8 -0
  4470. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_stats/regression.pyi +11 -0
  4471. package/dist/typeshed-fallback/stubs/seaborn/seaborn/algorithms.pyi +28 -0
  4472. package/dist/typeshed-fallback/stubs/seaborn/seaborn/axisgrid.pyi +402 -0
  4473. package/dist/typeshed-fallback/stubs/seaborn/seaborn/categorical.pyi +294 -0
  4474. package/dist/typeshed-fallback/stubs/seaborn/seaborn/cm.pyi +15 -0
  4475. package/dist/typeshed-fallback/stubs/seaborn/seaborn/colors/__init__.pyi +2 -0
  4476. package/dist/typeshed-fallback/stubs/seaborn/seaborn/colors/crayons.pyi +1 -0
  4477. package/dist/typeshed-fallback/stubs/seaborn/seaborn/colors/xkcd_rgb.pyi +1 -0
  4478. package/dist/typeshed-fallback/stubs/seaborn/seaborn/distributions.pyi +170 -0
  4479. package/dist/typeshed-fallback/stubs/seaborn/seaborn/external/__init__.pyi +0 -0
  4480. package/dist/typeshed-fallback/stubs/seaborn/seaborn/external/appdirs.pyi +9 -0
  4481. package/dist/typeshed-fallback/stubs/seaborn/seaborn/external/docscrape.pyi +68 -0
  4482. package/dist/typeshed-fallback/stubs/seaborn/seaborn/external/husl.pyi +42 -0
  4483. package/dist/typeshed-fallback/stubs/seaborn/seaborn/external/kde.pyi +43 -0
  4484. package/dist/typeshed-fallback/stubs/seaborn/seaborn/external/version.pyi +45 -0
  4485. package/dist/typeshed-fallback/stubs/seaborn/seaborn/matrix.pyi +196 -0
  4486. package/dist/typeshed-fallback/stubs/seaborn/seaborn/miscplot.pyi +9 -0
  4487. package/dist/typeshed-fallback/stubs/seaborn/seaborn/objects.pyi +21 -0
  4488. package/dist/typeshed-fallback/stubs/seaborn/seaborn/palettes.pyi +149 -0
  4489. package/dist/typeshed-fallback/stubs/seaborn/seaborn/rcmod.pyi +74 -0
  4490. package/dist/typeshed-fallback/stubs/seaborn/seaborn/regression.pyi +162 -0
  4491. package/dist/typeshed-fallback/stubs/seaborn/seaborn/relational.pyi +103 -0
  4492. package/dist/typeshed-fallback/stubs/seaborn/seaborn/utils.pyi +113 -0
  4493. package/dist/typeshed-fallback/stubs/seaborn/seaborn/widgets.pyi +36 -0
  4494. package/dist/typeshed-fallback/stubs/setuptools/METADATA.toml +12 -0
  4495. package/dist/typeshed-fallback/stubs/setuptools/distutils/__init__.pyi +3 -0
  4496. package/dist/typeshed-fallback/stubs/setuptools/distutils/_modified.pyi +1 -0
  4497. package/dist/typeshed-fallback/stubs/setuptools/distutils/_msvccompiler.pyi +1 -0
  4498. package/dist/typeshed-fallback/stubs/setuptools/distutils/archive_util.pyi +1 -0
  4499. package/dist/typeshed-fallback/stubs/setuptools/distutils/ccompiler.pyi +12 -0
  4500. package/dist/typeshed-fallback/stubs/setuptools/distutils/cmd.pyi +1 -0
  4501. package/dist/typeshed-fallback/stubs/setuptools/distutils/command/__init__.pyi +39 -0
  4502. package/dist/typeshed-fallback/stubs/setuptools/distutils/command/bdist.pyi +1 -0
  4503. package/dist/typeshed-fallback/stubs/setuptools/distutils/command/bdist_rpm.pyi +1 -0
  4504. package/dist/typeshed-fallback/stubs/setuptools/distutils/command/build.pyi +1 -0
  4505. package/dist/typeshed-fallback/stubs/setuptools/distutils/command/build_clib.pyi +1 -0
  4506. package/dist/typeshed-fallback/stubs/setuptools/distutils/command/build_ext.pyi +1 -0
  4507. package/dist/typeshed-fallback/stubs/setuptools/distutils/command/build_py.pyi +1 -0
  4508. package/dist/typeshed-fallback/stubs/setuptools/distutils/command/install.pyi +1 -0
  4509. package/dist/typeshed-fallback/stubs/setuptools/distutils/command/install_data.pyi +1 -0
  4510. package/dist/typeshed-fallback/stubs/setuptools/distutils/command/install_lib.pyi +1 -0
  4511. package/dist/typeshed-fallback/stubs/setuptools/distutils/command/install_scripts.pyi +1 -0
  4512. package/dist/typeshed-fallback/stubs/setuptools/distutils/command/sdist.pyi +1 -0
  4513. package/dist/typeshed-fallback/stubs/setuptools/distutils/compat/__init__.pyi +1 -0
  4514. package/dist/typeshed-fallback/stubs/setuptools/distutils/compilers/C/base.pyi +1 -0
  4515. package/dist/typeshed-fallback/stubs/setuptools/distutils/compilers/C/errors.pyi +1 -0
  4516. package/dist/typeshed-fallback/stubs/setuptools/distutils/compilers/C/msvc.pyi +1 -0
  4517. package/dist/typeshed-fallback/stubs/setuptools/distutils/dep_util.pyi +1 -0
  4518. package/dist/typeshed-fallback/stubs/setuptools/distutils/dist.pyi +1 -0
  4519. package/dist/typeshed-fallback/stubs/setuptools/distutils/errors.pyi +1 -0
  4520. package/dist/typeshed-fallback/stubs/setuptools/distutils/extension.pyi +1 -0
  4521. package/dist/typeshed-fallback/stubs/setuptools/distutils/filelist.pyi +1 -0
  4522. package/dist/typeshed-fallback/stubs/setuptools/distutils/spawn.pyi +1 -0
  4523. package/dist/typeshed-fallback/stubs/setuptools/distutils/sysconfig.pyi +1 -0
  4524. package/dist/typeshed-fallback/stubs/setuptools/distutils/util.pyi +1 -0
  4525. package/dist/typeshed-fallback/stubs/setuptools/setuptools/__init__.pyi +220 -0
  4526. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/__init__.pyi +3 -0
  4527. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/_modified.pyi +17 -0
  4528. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/_msvccompiler.pyi +3 -0
  4529. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/archive_util.pyi +35 -0
  4530. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/ccompiler.pyi +15 -0
  4531. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/cmd.pyi +117 -0
  4532. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/__init__.pyi +39 -0
  4533. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/bdist.pyi +26 -0
  4534. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi +53 -0
  4535. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/build.pyi +32 -0
  4536. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi +27 -0
  4537. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi +49 -0
  4538. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/build_py.pyi +39 -0
  4539. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/install.pyi +59 -0
  4540. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/install_data.pyi +20 -0
  4541. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/install_lib.pyi +24 -0
  4542. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/install_scripts.pyi +19 -0
  4543. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/sdist.pyi +46 -0
  4544. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compat/__init__.pyi +6 -0
  4545. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/base.pyi +196 -0
  4546. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/errors.pyi +6 -0
  4547. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/msvc.pyi +24 -0
  4548. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/dep_util.pyi +1 -0
  4549. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/dist.pyi +178 -0
  4550. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/errors.pyi +25 -0
  4551. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/extension.pyi +39 -0
  4552. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/filelist.pyi +38 -0
  4553. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/spawn.pyi +12 -0
  4554. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/sysconfig.pyi +22 -0
  4555. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/util.pyi +38 -0
  4556. package/dist/typeshed-fallback/stubs/setuptools/setuptools/archive_util.pyi +24 -0
  4557. package/dist/typeshed-fallback/stubs/setuptools/setuptools/build_meta.pyi +64 -0
  4558. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/__init__.pyi +0 -0
  4559. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/alias.pyi +19 -0
  4560. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/bdist_egg.pyi +61 -0
  4561. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/bdist_rpm.pyi +7 -0
  4562. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/bdist_wheel.pyi +54 -0
  4563. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/build.pyi +18 -0
  4564. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/build_clib.pyi +8 -0
  4565. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/build_ext.pyi +52 -0
  4566. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/build_py.pyi +43 -0
  4567. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/develop.pyi +34 -0
  4568. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/dist_info.pyi +12 -0
  4569. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/easy_install.pyi +151 -0
  4570. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/editable_wheel.pyi +80 -0
  4571. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/egg_info.pyi +84 -0
  4572. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/install.pyi +23 -0
  4573. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/install_egg_info.pyi +17 -0
  4574. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/install_lib.pyi +20 -0
  4575. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/install_scripts.pyi +11 -0
  4576. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/rotate.pyi +15 -0
  4577. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/saveopts.pyi +5 -0
  4578. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/sdist.pyi +24 -0
  4579. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/setopt.pyi +33 -0
  4580. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/test.pyi +17 -0
  4581. package/dist/typeshed-fallback/stubs/setuptools/setuptools/config/__init__.pyi +3 -0
  4582. package/dist/typeshed-fallback/stubs/setuptools/setuptools/config/expand.pyi +50 -0
  4583. package/dist/typeshed-fallback/stubs/setuptools/setuptools/config/pyprojecttoml.pyi +50 -0
  4584. package/dist/typeshed-fallback/stubs/setuptools/setuptools/config/setupcfg.pyi +84 -0
  4585. package/dist/typeshed-fallback/stubs/setuptools/setuptools/depends.pyi +31 -0
  4586. package/dist/typeshed-fallback/stubs/setuptools/setuptools/discovery.pyi +43 -0
  4587. package/dist/typeshed-fallback/stubs/setuptools/setuptools/dist.pyi +196 -0
  4588. package/dist/typeshed-fallback/stubs/setuptools/setuptools/errors.pyi +24 -0
  4589. package/dist/typeshed-fallback/stubs/setuptools/setuptools/extension.pyi +32 -0
  4590. package/dist/typeshed-fallback/stubs/setuptools/setuptools/glob.pyi +5 -0
  4591. package/dist/typeshed-fallback/stubs/setuptools/setuptools/installer.pyi +2 -0
  4592. package/dist/typeshed-fallback/stubs/setuptools/setuptools/launch.pyi +1 -0
  4593. package/dist/typeshed-fallback/stubs/setuptools/setuptools/logging.pyi +2 -0
  4594. package/dist/typeshed-fallback/stubs/setuptools/setuptools/modified.pyi +3 -0
  4595. package/dist/typeshed-fallback/stubs/setuptools/setuptools/monkey.pyi +15 -0
  4596. package/dist/typeshed-fallback/stubs/setuptools/setuptools/msvc.pyi +166 -0
  4597. package/dist/typeshed-fallback/stubs/setuptools/setuptools/namespaces.pyi +10 -0
  4598. package/dist/typeshed-fallback/stubs/setuptools/setuptools/package_index.pyi +99 -0
  4599. package/dist/typeshed-fallback/stubs/setuptools/setuptools/sandbox.pyi +63 -0
  4600. package/dist/typeshed-fallback/stubs/setuptools/setuptools/unicode_utils.pyi +3 -0
  4601. package/dist/typeshed-fallback/stubs/setuptools/setuptools/version.pyi +1 -0
  4602. package/dist/typeshed-fallback/stubs/setuptools/setuptools/warnings.pyi +19 -0
  4603. package/dist/typeshed-fallback/stubs/setuptools/setuptools/wheel.pyi +17 -0
  4604. package/dist/typeshed-fallback/stubs/setuptools/setuptools/windows_support.pyi +2 -0
  4605. package/dist/typeshed-fallback/stubs/shapely/METADATA.toml +4 -0
  4606. package/dist/typeshed-fallback/stubs/shapely/shapely/__init__.pyi +34 -0
  4607. package/dist/typeshed-fallback/stubs/shapely/shapely/_enum.pyi +5 -0
  4608. package/dist/typeshed-fallback/stubs/shapely/shapely/_geometry.pyi +184 -0
  4609. package/dist/typeshed-fallback/stubs/shapely/shapely/_ragged_array.pyi +12 -0
  4610. package/dist/typeshed-fallback/stubs/shapely/shapely/_typing.pyi +58 -0
  4611. package/dist/typeshed-fallback/stubs/shapely/shapely/_version.pyi +6 -0
  4612. package/dist/typeshed-fallback/stubs/shapely/shapely/affinity.pyi +23 -0
  4613. package/dist/typeshed-fallback/stubs/shapely/shapely/algorithms/__init__.pyi +0 -0
  4614. package/dist/typeshed-fallback/stubs/shapely/shapely/algorithms/cga.pyi +6 -0
  4615. package/dist/typeshed-fallback/stubs/shapely/shapely/algorithms/polylabel.pyi +19 -0
  4616. package/dist/typeshed-fallback/stubs/shapely/shapely/constructive.pyi +430 -0
  4617. package/dist/typeshed-fallback/stubs/shapely/shapely/coordinates.pyi +43 -0
  4618. package/dist/typeshed-fallback/stubs/shapely/shapely/coords.pyi +18 -0
  4619. package/dist/typeshed-fallback/stubs/shapely/shapely/creation.pyi +242 -0
  4620. package/dist/typeshed-fallback/stubs/shapely/shapely/decorators.pyi +11 -0
  4621. package/dist/typeshed-fallback/stubs/shapely/shapely/errors.pyi +17 -0
  4622. package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/__init__.pyi +25 -0
  4623. package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/base.pyi +285 -0
  4624. package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/collection.pyi +18 -0
  4625. package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/geo.pyi +9 -0
  4626. package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/linestring.pyi +45 -0
  4627. package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/multilinestring.pyi +15 -0
  4628. package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/multipoint.pyi +20 -0
  4629. package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/multipolygon.pyi +22 -0
  4630. package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/point.pyi +39 -0
  4631. package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/polygon.pyi +45 -0
  4632. package/dist/typeshed-fallback/stubs/shapely/shapely/geos.pyi +3 -0
  4633. package/dist/typeshed-fallback/stubs/shapely/shapely/io.pyi +140 -0
  4634. package/dist/typeshed-fallback/stubs/shapely/shapely/lib.pyi +167 -0
  4635. package/dist/typeshed-fallback/stubs/shapely/shapely/linear.pyi +69 -0
  4636. package/dist/typeshed-fallback/stubs/shapely/shapely/measurement.pyi +68 -0
  4637. package/dist/typeshed-fallback/stubs/shapely/shapely/ops.pyi +106 -0
  4638. package/dist/typeshed-fallback/stubs/shapely/shapely/plotting.pyi +76 -0
  4639. package/dist/typeshed-fallback/stubs/shapely/shapely/predicates.pyi +214 -0
  4640. package/dist/typeshed-fallback/stubs/shapely/shapely/prepared.pyi +20 -0
  4641. package/dist/typeshed-fallback/stubs/shapely/shapely/set_operations.pyi +86 -0
  4642. package/dist/typeshed-fallback/stubs/shapely/shapely/speedups.pyi +12 -0
  4643. package/dist/typeshed-fallback/stubs/shapely/shapely/strtree.pyi +82 -0
  4644. package/dist/typeshed-fallback/stubs/shapely/shapely/testing.pyi +14 -0
  4645. package/dist/typeshed-fallback/stubs/shapely/shapely/validation.pyi +7 -0
  4646. package/dist/typeshed-fallback/stubs/shapely/shapely/vectorized/__init__.pyi +37 -0
  4647. package/dist/typeshed-fallback/stubs/shapely/shapely/wkb.pyi +16 -0
  4648. package/dist/typeshed-fallback/stubs/shapely/shapely/wkt.pyi +8 -0
  4649. package/dist/typeshed-fallback/stubs/simplejson/METADATA.toml +2 -0
  4650. package/dist/typeshed-fallback/stubs/simplejson/simplejson/__init__.pyi +168 -0
  4651. package/dist/typeshed-fallback/stubs/simplejson/simplejson/decoder.pyi +30 -0
  4652. package/dist/typeshed-fallback/stubs/simplejson/simplejson/encoder.pyi +60 -0
  4653. package/dist/typeshed-fallback/stubs/simplejson/simplejson/errors.pyi +16 -0
  4654. package/dist/typeshed-fallback/stubs/simplejson/simplejson/raw_json.pyi +3 -0
  4655. package/dist/typeshed-fallback/stubs/simplejson/simplejson/scanner.pyi +15 -0
  4656. package/dist/typeshed-fallback/stubs/singledispatch/METADATA.toml +2 -0
  4657. package/dist/typeshed-fallback/stubs/singledispatch/singledispatch.pyi +31 -0
  4658. package/dist/typeshed-fallback/stubs/six/METADATA.toml +2 -0
  4659. package/dist/typeshed-fallback/stubs/six/six/__init__.pyi +112 -0
  4660. package/dist/typeshed-fallback/stubs/six/six/moves/BaseHTTPServer.pyi +1 -0
  4661. package/dist/typeshed-fallback/stubs/six/six/moves/CGIHTTPServer.pyi +1 -0
  4662. package/dist/typeshed-fallback/stubs/six/six/moves/SimpleHTTPServer.pyi +1 -0
  4663. package/dist/typeshed-fallback/stubs/six/six/moves/__init__.pyi +65 -0
  4664. package/dist/typeshed-fallback/stubs/six/six/moves/_dummy_thread.pyi +6 -0
  4665. package/dist/typeshed-fallback/stubs/six/six/moves/_thread.pyi +1 -0
  4666. package/dist/typeshed-fallback/stubs/six/six/moves/builtins.pyi +3 -0
  4667. package/dist/typeshed-fallback/stubs/six/six/moves/cPickle.pyi +1 -0
  4668. package/dist/typeshed-fallback/stubs/six/six/moves/collections_abc.pyi +1 -0
  4669. package/dist/typeshed-fallback/stubs/six/six/moves/configparser.pyi +3 -0
  4670. package/dist/typeshed-fallback/stubs/six/six/moves/copyreg.pyi +1 -0
  4671. package/dist/typeshed-fallback/stubs/six/six/moves/email_mime_base.pyi +1 -0
  4672. package/dist/typeshed-fallback/stubs/six/six/moves/email_mime_multipart.pyi +1 -0
  4673. package/dist/typeshed-fallback/stubs/six/six/moves/email_mime_nonmultipart.pyi +1 -0
  4674. package/dist/typeshed-fallback/stubs/six/six/moves/email_mime_text.pyi +1 -0
  4675. package/dist/typeshed-fallback/stubs/six/six/moves/html_entities.pyi +1 -0
  4676. package/dist/typeshed-fallback/stubs/six/six/moves/html_parser.pyi +1 -0
  4677. package/dist/typeshed-fallback/stubs/six/six/moves/http_client.pyi +61 -0
  4678. package/dist/typeshed-fallback/stubs/six/six/moves/http_cookiejar.pyi +1 -0
  4679. package/dist/typeshed-fallback/stubs/six/six/moves/http_cookies.pyi +3 -0
  4680. package/dist/typeshed-fallback/stubs/six/six/moves/queue.pyi +1 -0
  4681. package/dist/typeshed-fallback/stubs/six/six/moves/reprlib.pyi +1 -0
  4682. package/dist/typeshed-fallback/stubs/six/six/moves/socketserver.pyi +1 -0
  4683. package/dist/typeshed-fallback/stubs/six/six/moves/tkinter.pyi +1 -0
  4684. package/dist/typeshed-fallback/stubs/six/six/moves/tkinter_commondialog.pyi +1 -0
  4685. package/dist/typeshed-fallback/stubs/six/six/moves/tkinter_constants.pyi +1 -0
  4686. package/dist/typeshed-fallback/stubs/six/six/moves/tkinter_dialog.pyi +1 -0
  4687. package/dist/typeshed-fallback/stubs/six/six/moves/tkinter_filedialog.pyi +1 -0
  4688. package/dist/typeshed-fallback/stubs/six/six/moves/tkinter_tkfiledialog.pyi +1 -0
  4689. package/dist/typeshed-fallback/stubs/six/six/moves/tkinter_ttk.pyi +1 -0
  4690. package/dist/typeshed-fallback/stubs/six/six/moves/urllib/__init__.pyi +1 -0
  4691. package/dist/typeshed-fallback/stubs/six/six/moves/urllib/error.pyi +1 -0
  4692. package/dist/typeshed-fallback/stubs/six/six/moves/urllib/parse.pyi +30 -0
  4693. package/dist/typeshed-fallback/stubs/six/six/moves/urllib/request.pyi +41 -0
  4694. package/dist/typeshed-fallback/stubs/six/six/moves/urllib/response.pyi +8 -0
  4695. package/dist/typeshed-fallback/stubs/six/six/moves/urllib/robotparser.pyi +1 -0
  4696. package/dist/typeshed-fallback/stubs/six/six/moves/urllib_error.pyi +1 -0
  4697. package/dist/typeshed-fallback/stubs/six/six/moves/urllib_parse.pyi +1 -0
  4698. package/dist/typeshed-fallback/stubs/six/six/moves/urllib_request.pyi +1 -0
  4699. package/dist/typeshed-fallback/stubs/six/six/moves/urllib_response.pyi +1 -0
  4700. package/dist/typeshed-fallback/stubs/six/six/moves/urllib_robotparser.pyi +1 -0
  4701. package/dist/typeshed-fallback/stubs/slumber/METADATA.toml +3 -0
  4702. package/dist/typeshed-fallback/stubs/slumber/slumber/__init__.pyi +39 -0
  4703. package/dist/typeshed-fallback/stubs/slumber/slumber/exceptions.pyi +13 -0
  4704. package/dist/typeshed-fallback/stubs/slumber/slumber/serialize.pyi +28 -0
  4705. package/dist/typeshed-fallback/stubs/slumber/slumber/utils.pyi +10 -0
  4706. package/dist/typeshed-fallback/stubs/str2bool/METADATA.toml +2 -0
  4707. package/dist/typeshed-fallback/stubs/str2bool/str2bool/__init__.pyi +7 -0
  4708. package/dist/typeshed-fallback/stubs/tabulate/METADATA.toml +2 -0
  4709. package/dist/typeshed-fallback/stubs/tabulate/tabulate/__init__.pyi +66 -0
  4710. package/dist/typeshed-fallback/stubs/tabulate/tabulate/version.pyi +6 -0
  4711. package/dist/typeshed-fallback/stubs/toml/METADATA.toml +2 -0
  4712. package/dist/typeshed-fallback/stubs/toml/toml/__init__.pyi +18 -0
  4713. package/dist/typeshed-fallback/stubs/toml/toml/decoder.pyi +70 -0
  4714. package/dist/typeshed-fallback/stubs/toml/toml/encoder.pyi +45 -0
  4715. package/dist/typeshed-fallback/stubs/toml/toml/ordered.pyi +11 -0
  4716. package/dist/typeshed-fallback/stubs/toml/toml/tz.pyi +10 -0
  4717. package/dist/typeshed-fallback/stubs/toposort/METADATA.toml +2 -0
  4718. package/dist/typeshed-fallback/stubs/toposort/toposort.pyi +17 -0
  4719. package/dist/typeshed-fallback/stubs/tqdm/METADATA.toml +10 -0
  4720. package/dist/typeshed-fallback/stubs/tqdm/tqdm/__init__.pyi +41 -0
  4721. package/dist/typeshed-fallback/stubs/tqdm/tqdm/_dist_ver.pyi +0 -0
  4722. package/dist/typeshed-fallback/stubs/tqdm/tqdm/_main.pyi +4 -0
  4723. package/dist/typeshed-fallback/stubs/tqdm/tqdm/_monitor.pyi +18 -0
  4724. package/dist/typeshed-fallback/stubs/tqdm/tqdm/_tqdm.pyi +11 -0
  4725. package/dist/typeshed-fallback/stubs/tqdm/tqdm/_tqdm_gui.pyi +7 -0
  4726. package/dist/typeshed-fallback/stubs/tqdm/tqdm/_tqdm_notebook.pyi +7 -0
  4727. package/dist/typeshed-fallback/stubs/tqdm/tqdm/_tqdm_pandas.pyi +3 -0
  4728. package/dist/typeshed-fallback/stubs/tqdm/tqdm/_utils.pyi +10 -0
  4729. package/dist/typeshed-fallback/stubs/tqdm/tqdm/asyncio.pyi +210 -0
  4730. package/dist/typeshed-fallback/stubs/tqdm/tqdm/auto.pyi +3 -0
  4731. package/dist/typeshed-fallback/stubs/tqdm/tqdm/autonotebook.pyi +3 -0
  4732. package/dist/typeshed-fallback/stubs/tqdm/tqdm/cli.pyi +5 -0
  4733. package/dist/typeshed-fallback/stubs/tqdm/tqdm/contrib/__init__.pyi +15 -0
  4734. package/dist/typeshed-fallback/stubs/tqdm/tqdm/contrib/bells.pyi +3 -0
  4735. package/dist/typeshed-fallback/stubs/tqdm/tqdm/contrib/concurrent.pyi +4 -0
  4736. package/dist/typeshed-fallback/stubs/tqdm/tqdm/contrib/discord.pyi +101 -0
  4737. package/dist/typeshed-fallback/stubs/tqdm/tqdm/contrib/itertools.pyi +6 -0
  4738. package/dist/typeshed-fallback/stubs/tqdm/tqdm/contrib/logging.pyi +19 -0
  4739. package/dist/typeshed-fallback/stubs/tqdm/tqdm/contrib/slack.pyi +95 -0
  4740. package/dist/typeshed-fallback/stubs/tqdm/tqdm/contrib/telegram.pyi +101 -0
  4741. package/dist/typeshed-fallback/stubs/tqdm/tqdm/contrib/utils_worker.pyi +16 -0
  4742. package/dist/typeshed-fallback/stubs/tqdm/tqdm/dask.pyi +29 -0
  4743. package/dist/typeshed-fallback/stubs/tqdm/tqdm/gui.pyi +92 -0
  4744. package/dist/typeshed-fallback/stubs/tqdm/tqdm/keras.pyi +52 -0
  4745. package/dist/typeshed-fallback/stubs/tqdm/tqdm/notebook.pyi +101 -0
  4746. package/dist/typeshed-fallback/stubs/tqdm/tqdm/rich.pyi +107 -0
  4747. package/dist/typeshed-fallback/stubs/tqdm/tqdm/std.pyi +296 -0
  4748. package/dist/typeshed-fallback/stubs/tqdm/tqdm/tk.pyi +93 -0
  4749. package/dist/typeshed-fallback/stubs/tqdm/tqdm/utils.pyi +58 -0
  4750. package/dist/typeshed-fallback/stubs/tqdm/tqdm/version.pyi +1 -0
  4751. package/dist/typeshed-fallback/stubs/translationstring/METADATA.toml +2 -0
  4752. package/dist/typeshed-fallback/stubs/translationstring/translationstring/__init__.pyi +81 -0
  4753. package/dist/typeshed-fallback/stubs/tree-sitter-languages/METADATA.toml +9 -0
  4754. package/dist/typeshed-fallback/stubs/tree-sitter-languages/tree_sitter_languages/__init__.pyi +7 -0
  4755. package/dist/typeshed-fallback/stubs/tree-sitter-languages/tree_sitter_languages/core.pyi +4 -0
  4756. package/dist/typeshed-fallback/stubs/ttkthemes/METADATA.toml +2 -0
  4757. package/dist/typeshed-fallback/stubs/ttkthemes/ttkthemes/__init__.pyi +7 -0
  4758. package/dist/typeshed-fallback/stubs/ttkthemes/ttkthemes/_imgops.pyi +2 -0
  4759. package/dist/typeshed-fallback/stubs/ttkthemes/ttkthemes/_utils.pyi +7 -0
  4760. package/dist/typeshed-fallback/stubs/ttkthemes/ttkthemes/_widget.pyi +26 -0
  4761. package/dist/typeshed-fallback/stubs/ttkthemes/ttkthemes/themed_style.pyi +12 -0
  4762. package/dist/typeshed-fallback/stubs/ttkthemes/ttkthemes/themed_tk.pyi +30 -0
  4763. package/dist/typeshed-fallback/stubs/uWSGI/METADATA.toml +15 -0
  4764. package/dist/typeshed-fallback/stubs/uWSGI/uwsgi.pyi +240 -0
  4765. package/dist/typeshed-fallback/stubs/uWSGI/uwsgidecorators.pyi +180 -0
  4766. package/dist/typeshed-fallback/stubs/ujson/METADATA.toml +2 -0
  4767. package/dist/typeshed-fallback/stubs/ujson/ujson.pyi +52 -0
  4768. package/dist/typeshed-fallback/stubs/unidiff/METADATA.toml +2 -0
  4769. package/dist/typeshed-fallback/stubs/unidiff/unidiff/__init__.pyi +12 -0
  4770. package/dist/typeshed-fallback/stubs/unidiff/unidiff/__version__.pyi +1 -0
  4771. package/dist/typeshed-fallback/stubs/unidiff/unidiff/constants.pyi +24 -0
  4772. package/dist/typeshed-fallback/stubs/unidiff/unidiff/errors.pyi +1 -0
  4773. package/dist/typeshed-fallback/stubs/unidiff/unidiff/patch.pyi +115 -0
  4774. package/dist/typeshed-fallback/stubs/untangle/METADATA.toml +2 -0
  4775. package/dist/typeshed-fallback/stubs/untangle/untangle.pyi +37 -0
  4776. package/dist/typeshed-fallback/stubs/usersettings/METADATA.toml +2 -0
  4777. package/dist/typeshed-fallback/stubs/usersettings/usersettings.pyi +14 -0
  4778. package/dist/typeshed-fallback/stubs/vobject/@tests/stubtest_allowlist.txt +22 -0
  4779. package/dist/typeshed-fallback/stubs/vobject/METADATA.toml +2 -0
  4780. package/dist/typeshed-fallback/stubs/vobject/vobject/__init__.pyi +6 -0
  4781. package/dist/typeshed-fallback/stubs/vobject/vobject/base.pyi +164 -0
  4782. package/dist/typeshed-fallback/stubs/vobject/vobject/behavior.pyi +33 -0
  4783. package/dist/typeshed-fallback/stubs/vobject/vobject/change_tz.pyi +10 -0
  4784. package/dist/typeshed-fallback/stubs/vobject/vobject/hcalendar.pyi +8 -0
  4785. package/dist/typeshed-fallback/stubs/vobject/vobject/icalendar.pyi +228 -0
  4786. package/dist/typeshed-fallback/stubs/vobject/vobject/ics_diff.pyi +7 -0
  4787. package/dist/typeshed-fallback/stubs/vobject/vobject/vcard.pyi +116 -0
  4788. package/dist/typeshed-fallback/stubs/vobject/vobject/win32tz.pyi +40 -0
  4789. package/dist/typeshed-fallback/stubs/waitress/METADATA.toml +6 -0
  4790. package/dist/typeshed-fallback/stubs/waitress/waitress/__init__.pyi +18 -0
  4791. package/dist/typeshed-fallback/stubs/waitress/waitress/adjustments.pyi +65 -0
  4792. package/dist/typeshed-fallback/stubs/waitress/waitress/buffers.pyi +56 -0
  4793. package/dist/typeshed-fallback/stubs/waitress/waitress/channel.pyi +52 -0
  4794. package/dist/typeshed-fallback/stubs/waitress/waitress/compat.pyi +7 -0
  4795. package/dist/typeshed-fallback/stubs/waitress/waitress/parser.pyi +44 -0
  4796. package/dist/typeshed-fallback/stubs/waitress/waitress/proxy_headers.pyi +37 -0
  4797. package/dist/typeshed-fallback/stubs/waitress/waitress/receiver.pyi +31 -0
  4798. package/dist/typeshed-fallback/stubs/waitress/waitress/rfc7230.pyi +28 -0
  4799. package/dist/typeshed-fallback/stubs/waitress/waitress/runner.pyi +10 -0
  4800. package/dist/typeshed-fallback/stubs/waitress/waitress/server.pyi +109 -0
  4801. package/dist/typeshed-fallback/stubs/waitress/waitress/task.pyi +72 -0
  4802. package/dist/typeshed-fallback/stubs/waitress/waitress/trigger.pyi +31 -0
  4803. package/dist/typeshed-fallback/stubs/waitress/waitress/utilities.pyi +68 -0
  4804. package/dist/typeshed-fallback/stubs/waitress/waitress/wasyncore.pyi +88 -0
  4805. package/dist/typeshed-fallback/stubs/watchpoints/METADATA.toml +2 -0
  4806. package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/__init__.pyi +10 -0
  4807. package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/ast_monkey.pyi +3 -0
  4808. package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/util.pyi +6 -0
  4809. package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/watch.pyi +68 -0
  4810. package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/watch_element.pyi +56 -0
  4811. package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/watch_print.pyi +24 -0
  4812. package/dist/typeshed-fallback/stubs/whatthepatch/METADATA.toml +2 -0
  4813. package/dist/typeshed-fallback/stubs/whatthepatch/whatthepatch/__init__.pyi +2 -0
  4814. package/dist/typeshed-fallback/stubs/whatthepatch/whatthepatch/apply.pyi +8 -0
  4815. package/dist/typeshed-fallback/stubs/whatthepatch/whatthepatch/exceptions.pyi +14 -0
  4816. package/dist/typeshed-fallback/stubs/whatthepatch/whatthepatch/patch.pyi +90 -0
  4817. package/dist/typeshed-fallback/stubs/whatthepatch/whatthepatch/snippets.pyi +7 -0
  4818. package/dist/typeshed-fallback/stubs/workalendar/METADATA.toml +2 -0
  4819. package/dist/typeshed-fallback/stubs/workalendar/workalendar/__init__.pyi +0 -0
  4820. package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/__init__.pyi +11 -0
  4821. package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/algeria.pyi +13 -0
  4822. package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/angola.pyi +15 -0
  4823. package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/benin.pyi +18 -0
  4824. package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/ivory_coast.pyi +18 -0
  4825. package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/kenya.pyi +18 -0
  4826. package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/madagascar.pyi +13 -0
  4827. package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/mozambique.pyi +10 -0
  4828. package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/nigeria.pyi +18 -0
  4829. package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/sao_tome.pyi +9 -0
  4830. package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/south_africa.pyi +13 -0
  4831. package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/tunisia.pyi +16 -0
  4832. package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/__init__.pyi +86 -0
  4833. package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/argentina.pyi +23 -0
  4834. package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/barbados.pyi +18 -0
  4835. package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/brazil.pyi +268 -0
  4836. package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/canada.pyi +89 -0
  4837. package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/chile.pyi +14 -0
  4838. package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/colombia.pyi +25 -0
  4839. package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/el_salvador.pyi +11 -0
  4840. package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/mexico.pyi +10 -0
  4841. package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/panama.pyi +12 -0
  4842. package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/paraguay.pyi +17 -0
  4843. package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/__init__.pyi +11 -0
  4844. package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/china.pyi +32 -0
  4845. package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/hong_kong.pyi +24 -0
  4846. package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/israel.pyi +10 -0
  4847. package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/japan.pyi +12 -0
  4848. package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/kazakhstan.pyi +30 -0
  4849. package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/malaysia.pyi +25 -0
  4850. package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/philippines.pyi +24 -0
  4851. package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/qatar.pyi +13 -0
  4852. package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/singapore.pyi +20 -0
  4853. package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/south_korea.pyi +13 -0
  4854. package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/taiwan.pyi +11 -0
  4855. package/dist/typeshed-fallback/stubs/workalendar/workalendar/astronomy.pyi +1 -0
  4856. package/dist/typeshed-fallback/stubs/workalendar/workalendar/core.pyi +201 -0
  4857. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/__init__.pyi +138 -0
  4858. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/austria.pyi +20 -0
  4859. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/belarus.pyi +13 -0
  4860. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/belgium.pyi +13 -0
  4861. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/bulgaria.pyi +24 -0
  4862. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/cayman_islands.pyi +19 -0
  4863. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/croatia.pyi +19 -0
  4864. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/cyprus.pyi +20 -0
  4865. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/czech_republic.pyi +11 -0
  4866. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/denmark.pyi +19 -0
  4867. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/estonia.pyi +15 -0
  4868. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/european_central_bank.pyi +10 -0
  4869. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/finland.pyi +22 -0
  4870. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/france.pyi +17 -0
  4871. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/georgia.pyi +16 -0
  4872. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/germany.pyi +82 -0
  4873. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/greece.pyi +21 -0
  4874. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/guernsey.pyi +14 -0
  4875. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/hungary.pyi +19 -0
  4876. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/iceland.pyi +19 -0
  4877. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/ireland.pyi +13 -0
  4878. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/italy.pyi +16 -0
  4879. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/latvia.pyi +17 -0
  4880. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/lithuania.pyi +20 -0
  4881. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/luxembourg.pyi +15 -0
  4882. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/malta.pyi +13 -0
  4883. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/monaco.pyi +15 -0
  4884. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/netherlands.pyi +37 -0
  4885. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/norway.pyi +17 -0
  4886. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/poland.pyi +16 -0
  4887. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/portugal.pyi +16 -0
  4888. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/romania.pyi +21 -0
  4889. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/russia.pyi +15 -0
  4890. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/__init__.pyi +147 -0
  4891. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/mixins/__init__.pyi +39 -0
  4892. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/mixins/autumn_holiday.pyi +17 -0
  4893. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/mixins/fair_holiday.pyi +26 -0
  4894. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/mixins/spring_holiday.pyi +19 -0
  4895. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/mixins/victoria_day.pyi +14 -0
  4896. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/serbia.pyi +12 -0
  4897. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/slovakia.pyi +15 -0
  4898. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/slovenia.pyi +14 -0
  4899. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/spain.pyi +86 -0
  4900. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/sweden.pyi +22 -0
  4901. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/switzerland.pyi +188 -0
  4902. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/turkey.pyi +16 -0
  4903. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/ukraine.pyi +17 -0
  4904. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/united_kingdom.pyi +20 -0
  4905. package/dist/typeshed-fallback/stubs/workalendar/workalendar/exceptions.pyi +6 -0
  4906. package/dist/typeshed-fallback/stubs/workalendar/workalendar/oceania/__init__.pyi +14 -0
  4907. package/dist/typeshed-fallback/stubs/workalendar/workalendar/oceania/australia.pyi +93 -0
  4908. package/dist/typeshed-fallback/stubs/workalendar/workalendar/oceania/marshall_islands.pyi +9 -0
  4909. package/dist/typeshed-fallback/stubs/workalendar/workalendar/oceania/new_zealand.pyi +13 -0
  4910. package/dist/typeshed-fallback/stubs/workalendar/workalendar/precomputed_astronomy.pyi +14 -0
  4911. package/dist/typeshed-fallback/stubs/workalendar/workalendar/registry.pyi +15 -0
  4912. package/dist/typeshed-fallback/stubs/workalendar/workalendar/registry_tools.pyi +1 -0
  4913. package/dist/typeshed-fallback/stubs/workalendar/workalendar/skyfield_astronomy.pyi +12 -0
  4914. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/__init__.pyi +70 -0
  4915. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/alabama.pyi +20 -0
  4916. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/alaska.pyi +9 -0
  4917. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/american_samoa.pyi +9 -0
  4918. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/arizona.pyi +7 -0
  4919. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/arkansas.pyi +8 -0
  4920. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/california.pyi +30 -0
  4921. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/colorado.pyi +3 -0
  4922. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/connecticut.pyi +7 -0
  4923. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/core.pyi +56 -0
  4924. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/delaware.pyi +10 -0
  4925. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/district_columbia.pyi +8 -0
  4926. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/florida.pyi +45 -0
  4927. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/georgia.pyi +13 -0
  4928. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/guam.pyi +10 -0
  4929. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/hawaii.pyi +12 -0
  4930. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/idaho.pyi +6 -0
  4931. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/illinois.pyi +13 -0
  4932. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/indiana.pyi +15 -0
  4933. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/iowa.pyi +8 -0
  4934. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/kansas.pyi +7 -0
  4935. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/kentucky.pyi +12 -0
  4936. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/louisiana.pyi +9 -0
  4937. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/maine.pyi +7 -0
  4938. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/maryland.pyi +8 -0
  4939. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/massachusetts.pyi +10 -0
  4940. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/michigan.pyi +10 -0
  4941. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/minnesota.pyi +7 -0
  4942. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/mississippi.pyi +11 -0
  4943. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/missouri.pyi +8 -0
  4944. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/montana.pyi +7 -0
  4945. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/nebraska.pyi +7 -0
  4946. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/nevada.pyi +9 -0
  4947. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/new_hampshire.pyi +7 -0
  4948. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/new_jersey.pyi +7 -0
  4949. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/new_mexico.pyi +8 -0
  4950. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/new_york.pyi +7 -0
  4951. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/north_carolina.pyi +13 -0
  4952. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/north_dakota.pyi +7 -0
  4953. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/ohio.pyi +3 -0
  4954. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/oklahoma.pyi +8 -0
  4955. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/oregon.pyi +6 -0
  4956. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/pennsylvania.pyi +8 -0
  4957. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/rhode_island.pyi +8 -0
  4958. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/south_carolina.pyi +11 -0
  4959. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/south_dakota.pyi +6 -0
  4960. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/tennessee.pyi +8 -0
  4961. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/texas.pyi +25 -0
  4962. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/utah.pyi +6 -0
  4963. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/vermont.pyi +9 -0
  4964. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/virginia.pyi +11 -0
  4965. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/washington.pyi +6 -0
  4966. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/west_virginia.pyi +14 -0
  4967. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/wisconsin.pyi +10 -0
  4968. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/wyoming.pyi +6 -0
  4969. package/dist/typeshed-fallback/stubs/wurlitzer/METADATA.toml +2 -0
  4970. package/dist/typeshed-fallback/stubs/wurlitzer/wurlitzer.pyi +140 -0
  4971. package/dist/typeshed-fallback/stubs/xdgenvpy/METADATA.toml +2 -0
  4972. package/dist/typeshed-fallback/stubs/xdgenvpy/xdgenvpy/__init__.pyi +0 -0
  4973. package/dist/typeshed-fallback/stubs/xdgenvpy/xdgenvpy/_defaults.pyi +7 -0
  4974. package/dist/typeshed-fallback/stubs/xdgenvpy/xdgenvpy/xdgenv.pyi +35 -0
  4975. package/dist/typeshed-fallback/stubs/xmltodict/METADATA.toml +2 -0
  4976. package/dist/typeshed-fallback/stubs/xmltodict/xmltodict.pyi +38 -0
  4977. package/dist/typeshed-fallback/stubs/zstd/METADATA.toml +2 -0
  4978. package/dist/typeshed-fallback/stubs/zstd/zstd.pyi +33 -0
  4979. package/dist/typeshed-fallback/stubs/zxcvbn/METADATA.toml +2 -0
  4980. package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/__init__.pyi +18 -0
  4981. package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/adjacency_graphs.pyi +5 -0
  4982. package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/feedback.pyi +12 -0
  4983. package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/frequency_lists.pyi +1 -0
  4984. package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/matching.pyi +95 -0
  4985. package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/scoring.pyi +49 -0
  4986. package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/time_estimates.pyi +24 -0
  4987. package/index.js +8 -0
  4988. package/langserver.index.js +8 -0
  4989. package/package.json +49 -0
@@ -0,0 +1,1522 @@
1
+ from _typeshed import Incomplete
2
+
3
+ WM_USER: int
4
+ ICC_LISTVIEW_CLASSES: int
5
+ ICC_TREEVIEW_CLASSES: int
6
+ ICC_BAR_CLASSES: int
7
+ ICC_TAB_CLASSES: int
8
+ ICC_UPDOWN_CLASS: int
9
+ ICC_PROGRESS_CLASS: int
10
+ ICC_HOTKEY_CLASS: int
11
+ ICC_ANIMATE_CLASS: int
12
+ ICC_WIN95_CLASSES: int
13
+ ICC_DATE_CLASSES: int
14
+ ICC_USEREX_CLASSES: int
15
+ ICC_COOL_CLASSES: int
16
+ ICC_INTERNET_CLASSES: int
17
+ ICC_PAGESCROLLER_CLASS: int
18
+ ICC_NATIVEFNTCTL_CLASS: int
19
+ ODT_HEADER: int
20
+ ODT_TAB: int
21
+ ODT_LISTVIEW: int
22
+ PY_0U: int
23
+ NM_FIRST: int
24
+ NM_LAST: Incomplete
25
+ LVN_FIRST: Incomplete
26
+ LVN_LAST: Incomplete
27
+ HDN_FIRST: Incomplete
28
+ HDN_LAST: Incomplete
29
+ TVN_FIRST: Incomplete
30
+ TVN_LAST: Incomplete
31
+ TTN_FIRST: Incomplete
32
+ TTN_LAST: Incomplete
33
+ TCN_FIRST: Incomplete
34
+ TCN_LAST: Incomplete
35
+ CDN_FIRST: Incomplete
36
+ CDN_LAST: Incomplete
37
+ TBN_FIRST: Incomplete
38
+ TBN_LAST: Incomplete
39
+ UDN_FIRST: Incomplete
40
+ UDN_LAST: Incomplete
41
+ MCN_FIRST: Incomplete
42
+ MCN_LAST: Incomplete
43
+ DTN_FIRST: Incomplete
44
+ DTN_LAST: Incomplete
45
+ CBEN_FIRST: Incomplete
46
+ CBEN_LAST: Incomplete
47
+ RBN_FIRST: Incomplete
48
+ RBN_LAST: Incomplete
49
+ IPN_FIRST: Incomplete
50
+ IPN_LAST: Incomplete
51
+ SBN_FIRST: Incomplete
52
+ SBN_LAST: Incomplete
53
+ PGN_FIRST: Incomplete
54
+ PGN_LAST: Incomplete
55
+ LVM_FIRST: int
56
+ TV_FIRST: int
57
+ HDM_FIRST: int
58
+ TCM_FIRST: int
59
+ PGM_FIRST: int
60
+ CCM_FIRST: int
61
+ CCM_SETBKCOLOR: Incomplete
62
+ CCM_SETCOLORSCHEME: Incomplete
63
+ CCM_GETCOLORSCHEME: Incomplete
64
+ CCM_GETDROPTARGET: Incomplete
65
+ CCM_SETUNICODEFORMAT: Incomplete
66
+ CCM_GETUNICODEFORMAT: Incomplete
67
+ INFOTIPSIZE: int
68
+ NM_OUTOFMEMORY: Incomplete
69
+ NM_CLICK: Incomplete
70
+ NM_DBLCLK: Incomplete
71
+ NM_RETURN: Incomplete
72
+ NM_RCLICK: Incomplete
73
+ NM_RDBLCLK: Incomplete
74
+ NM_SETFOCUS: Incomplete
75
+ NM_KILLFOCUS: Incomplete
76
+ NM_CUSTOMDRAW: Incomplete
77
+ NM_HOVER: Incomplete
78
+ NM_NCHITTEST: Incomplete
79
+ NM_KEYDOWN: Incomplete
80
+ NM_RELEASEDCAPTURE: Incomplete
81
+ NM_SETCURSOR: Incomplete
82
+ NM_CHAR: Incomplete
83
+ MSGF_COMMCTRL_BEGINDRAG: int
84
+ MSGF_COMMCTRL_SIZEHEADER: int
85
+ MSGF_COMMCTRL_DRAGSELECT: int
86
+ MSGF_COMMCTRL_TOOLBARCUST: int
87
+ CDRF_DODEFAULT: int
88
+ CDRF_NEWFONT: int
89
+ CDRF_SKIPDEFAULT: int
90
+ CDRF_NOTIFYPOSTPAINT: int
91
+ CDRF_NOTIFYITEMDRAW: int
92
+ CDRF_NOTIFYSUBITEMDRAW: int
93
+ CDRF_NOTIFYPOSTERASE: int
94
+ CDDS_PREPAINT: int
95
+ CDDS_POSTPAINT: int
96
+ CDDS_PREERASE: int
97
+ CDDS_POSTERASE: int
98
+ CDDS_ITEM: int
99
+ CDDS_ITEMPREPAINT: Incomplete
100
+ CDDS_ITEMPOSTPAINT: Incomplete
101
+ CDDS_ITEMPREERASE: Incomplete
102
+ CDDS_ITEMPOSTERASE: Incomplete
103
+ CDDS_SUBITEM: int
104
+ CDIS_SELECTED: int
105
+ CDIS_GRAYED: int
106
+ CDIS_DISABLED: int
107
+ CDIS_CHECKED: int
108
+ CDIS_FOCUS: int
109
+ CDIS_DEFAULT: int
110
+ CDIS_HOT: int
111
+ CDIS_MARKED: int
112
+ CDIS_INDETERMINATE: int
113
+ CLR_NONE: int
114
+ CLR_DEFAULT: int
115
+ ILC_MASK: int
116
+ ILC_COLOR: int
117
+ ILC_COLORDDB: int
118
+ ILC_COLOR4: int
119
+ ILC_COLOR8: int
120
+ ILC_COLOR16: int
121
+ ILC_COLOR24: int
122
+ ILC_COLOR32: int
123
+ ILC_PALETTE: int
124
+ ILD_NORMAL: int
125
+ ILD_TRANSPARENT: int
126
+ ILD_MASK: int
127
+ ILD_IMAGE: int
128
+ ILD_ROP: int
129
+ ILD_BLEND25: int
130
+ ILD_BLEND50: int
131
+ ILD_OVERLAYMASK: int
132
+ ILD_SELECTED: int
133
+ ILD_FOCUS: int
134
+ ILD_BLEND: int
135
+ CLR_HILIGHT: int
136
+ ILCF_MOVE: int
137
+ ILCF_SWAP: int
138
+ WC_HEADERA: str
139
+ WC_HEADER: str
140
+ HDS_HORZ: int
141
+ HDS_BUTTONS: int
142
+ HDS_HOTTRACK: int
143
+ HDS_HIDDEN: int
144
+ HDS_DRAGDROP: int
145
+ HDS_FULLDRAG: int
146
+ HDI_WIDTH: int
147
+ HDI_HEIGHT: int
148
+ HDI_TEXT: int
149
+ HDI_FORMAT: int
150
+ HDI_LPARAM: int
151
+ HDI_BITMAP: int
152
+ HDI_IMAGE: int
153
+ HDI_DI_SETITEM: int
154
+ HDI_ORDER: int
155
+ HDF_LEFT: int
156
+ HDF_RIGHT: int
157
+ HDF_CENTER: int
158
+ HDF_JUSTIFYMASK: int
159
+ HDF_RTLREADING: int
160
+ HDF_OWNERDRAW: int
161
+ HDF_STRING: int
162
+ HDF_BITMAP: int
163
+ HDF_BITMAP_ON_RIGHT: int
164
+ HDF_IMAGE: int
165
+ HDM_GETITEMCOUNT: Incomplete
166
+ HDM_INSERTITEMA: Incomplete
167
+ HDM_INSERTITEMW: Incomplete
168
+ HDM_INSERTITEM: Incomplete
169
+ HDM_DELETEITEM: Incomplete
170
+ HDM_GETITEMA: Incomplete
171
+ HDM_GETITEMW: Incomplete
172
+ HDM_GETITEM: Incomplete
173
+ HDM_SETITEMA: Incomplete
174
+ HDM_SETITEMW: Incomplete
175
+ HDM_SETITEM: Incomplete
176
+ HDM_LAYOUT: Incomplete
177
+ HHT_NOWHERE: int
178
+ HHT_ONHEADER: int
179
+ HHT_ONDIVIDER: int
180
+ HHT_ONDIVOPEN: int
181
+ HHT_ABOVE: int
182
+ HHT_BELOW: int
183
+ HHT_TORIGHT: int
184
+ HHT_TOLEFT: int
185
+ HDM_HITTEST: Incomplete
186
+ HDM_GETITEMRECT: Incomplete
187
+ HDM_SETIMAGELIST: Incomplete
188
+ HDM_GETIMAGELIST: Incomplete
189
+ HDM_ORDERTOINDEX: Incomplete
190
+ HDM_CREATEDRAGIMAGE: Incomplete
191
+ HDM_GETORDERARRAY: Incomplete
192
+ HDM_SETORDERARRAY: Incomplete
193
+ HDM_SETHOTDIVIDER: Incomplete
194
+ HDM_SETUNICODEFORMAT: Incomplete
195
+ HDM_GETUNICODEFORMAT: Incomplete
196
+ HDN_ITEMCHANGINGA: Incomplete
197
+ HDN_ITEMCHANGINGW: Incomplete
198
+ HDN_ITEMCHANGEDA: Incomplete
199
+ HDN_ITEMCHANGEDW: Incomplete
200
+ HDN_ITEMCLICKA: Incomplete
201
+ HDN_ITEMCLICKW: Incomplete
202
+ HDN_ITEMDBLCLICKA: Incomplete
203
+ HDN_ITEMDBLCLICKW: Incomplete
204
+ HDN_DIVIDERDBLCLICKA: Incomplete
205
+ HDN_DIVIDERDBLCLICKW: Incomplete
206
+ HDN_BEGINTRACKA: Incomplete
207
+ HDN_BEGINTRACKW: Incomplete
208
+ HDN_ENDTRACKA: Incomplete
209
+ HDN_ENDTRACKW: Incomplete
210
+ HDN_TRACKA: Incomplete
211
+ HDN_TRACKW: Incomplete
212
+ HDN_GETDISPINFOA: Incomplete
213
+ HDN_GETDISPINFOW: Incomplete
214
+ HDN_BEGINDRAG: Incomplete
215
+ HDN_ENDDRAG: Incomplete
216
+ HDN_ITEMCHANGING: Incomplete
217
+ HDN_ITEMCHANGED: Incomplete
218
+ HDN_ITEMCLICK: Incomplete
219
+ HDN_ITEMDBLCLICK: Incomplete
220
+ HDN_DIVIDERDBLCLICK: Incomplete
221
+ HDN_BEGINTRACK: Incomplete
222
+ HDN_ENDTRACK: Incomplete
223
+ HDN_TRACK: Incomplete
224
+ HDN_GETDISPINFO: Incomplete
225
+ TOOLBARCLASSNAMEA: str
226
+ TOOLBARCLASSNAME: str
227
+ CMB_MASKED: int
228
+ TBSTATE_CHECKED: int
229
+ TBSTATE_PRESSED: int
230
+ TBSTATE_ENABLED: int
231
+ TBSTATE_HIDDEN: int
232
+ TBSTATE_INDETERMINATE: int
233
+ TBSTATE_WRAP: int
234
+ TBSTATE_ELLIPSES: int
235
+ TBSTATE_MARKED: int
236
+ TBSTYLE_BUTTON: int
237
+ TBSTYLE_SEP: int
238
+ TBSTYLE_CHECK: int
239
+ TBSTYLE_GROUP: int
240
+ TBSTYLE_CHECKGROUP: Incomplete
241
+ TBSTYLE_DROPDOWN: int
242
+ TBSTYLE_AUTOSIZE: int
243
+ TBSTYLE_NOPREFIX: int
244
+ TBSTYLE_TOOLTIPS: int
245
+ TBSTYLE_WRAPABLE: int
246
+ TBSTYLE_ALTDRAG: int
247
+ TBSTYLE_FLAT: int
248
+ TBSTYLE_LIST: int
249
+ TBSTYLE_CUSTOMERASE: int
250
+ TBSTYLE_REGISTERDROP: int
251
+ TBSTYLE_TRANSPARENT: int
252
+ TBSTYLE_EX_DRAWDDARROWS: int
253
+ BTNS_BUTTON: int
254
+ BTNS_SEP: int
255
+ BTNS_CHECK: int
256
+ BTNS_GROUP: int
257
+ BTNS_CHECKGROUP: Incomplete
258
+ BTNS_DROPDOWN: int
259
+ BTNS_AUTOSIZE: int
260
+ BTNS_NOPREFIX: int
261
+ BTNS_SHOWTEXT: int
262
+ BTNS_WHOLEDROPDOWN: int
263
+ TBCDRF_NOEDGES: int
264
+ TBCDRF_HILITEHOTTRACK: int
265
+ TBCDRF_NOOFFSET: int
266
+ TBCDRF_NOMARK: int
267
+ TBCDRF_NOETCHEDEFFECT: int
268
+ TB_ENABLEBUTTON: Incomplete
269
+ TB_CHECKBUTTON: Incomplete
270
+ TB_PRESSBUTTON: Incomplete
271
+ TB_HIDEBUTTON: Incomplete
272
+ TB_INDETERMINATE: Incomplete
273
+ TB_MARKBUTTON: Incomplete
274
+ TB_ISBUTTONENABLED: Incomplete
275
+ TB_ISBUTTONCHECKED: Incomplete
276
+ TB_ISBUTTONPRESSED: Incomplete
277
+ TB_ISBUTTONHIDDEN: Incomplete
278
+ TB_ISBUTTONINDETERMINATE: Incomplete
279
+ TB_ISBUTTONHIGHLIGHTED: Incomplete
280
+ TB_SETSTATE: Incomplete
281
+ TB_GETSTATE: Incomplete
282
+ TB_ADDBITMAP: Incomplete
283
+ HINST_COMMCTRL: int
284
+ IDB_STD_SMALL_COLOR: int
285
+ IDB_STD_LARGE_COLOR: int
286
+ IDB_VIEW_SMALL_COLOR: int
287
+ IDB_VIEW_LARGE_COLOR: int
288
+ IDB_HIST_SMALL_COLOR: int
289
+ IDB_HIST_LARGE_COLOR: int
290
+ STD_CUT: int
291
+ STD_COPY: int
292
+ STD_PASTE: int
293
+ STD_UNDO: int
294
+ STD_REDOW: int
295
+ STD_DELETE: int
296
+ STD_FILENEW: int
297
+ STD_FILEOPEN: int
298
+ STD_FILESAVE: int
299
+ STD_PRINTPRE: int
300
+ STD_PROPERTIES: int
301
+ STD_HELP: int
302
+ STD_FIND: int
303
+ STD_REPLACE: int
304
+ STD_PRINT: int
305
+ VIEW_LARGEICONS: int
306
+ VIEW_SMALLICONS: int
307
+ VIEW_LIST: int
308
+ VIEW_DETAILS: int
309
+ VIEW_SORTNAME: int
310
+ VIEW_SORTSIZE: int
311
+ VIEW_SORTDATE: int
312
+ VIEW_SORTTYPE: int
313
+ VIEW_PARENTFOLDER: int
314
+ VIEW_NETCONNECT: int
315
+ VIEW_NETDISCONNECT: int
316
+ VIEW_NEWFOLDER: int
317
+ VIEW_VIEWMENU: int
318
+ HIST_BACK: int
319
+ HIST_FORWARD: int
320
+ HIST_FAVORITES: int
321
+ HIST_ADDTOFAVORITES: int
322
+ HIST_VIEWTREE: int
323
+ TB_ADDBUTTONSA: Incomplete
324
+ TB_INSERTBUTTONA: Incomplete
325
+ TB_ADDBUTTONS: Incomplete
326
+ TB_INSERTBUTTON: Incomplete
327
+ TB_DELETEBUTTON: Incomplete
328
+ TB_GETBUTTON: Incomplete
329
+ TB_BUTTONCOUNT: Incomplete
330
+ TB_COMMANDTOINDEX: Incomplete
331
+ TB_SAVERESTOREA: Incomplete
332
+ TB_SAVERESTOREW: Incomplete
333
+ TB_CUSTOMIZE: Incomplete
334
+ TB_ADDSTRINGA: Incomplete
335
+ TB_ADDSTRINGW: Incomplete
336
+ TB_GETITEMRECT: Incomplete
337
+ TB_BUTTONSTRUCTSIZE: Incomplete
338
+ TB_SETBUTTONSIZE: Incomplete
339
+ TB_SETBITMAPSIZE: Incomplete
340
+ TB_AUTOSIZE: Incomplete
341
+ TB_GETTOOLTIPS: Incomplete
342
+ TB_SETTOOLTIPS: Incomplete
343
+ TB_SETPARENT: Incomplete
344
+ TB_SETROWS: Incomplete
345
+ TB_GETROWS: Incomplete
346
+ TB_SETCMDID: Incomplete
347
+ TB_CHANGEBITMAP: Incomplete
348
+ TB_GETBITMAP: Incomplete
349
+ TB_GETBUTTONTEXTA: Incomplete
350
+ TB_GETBUTTONTEXTW: Incomplete
351
+ TB_REPLACEBITMAP: Incomplete
352
+ TB_SETINDENT: Incomplete
353
+ TB_SETIMAGELIST: Incomplete
354
+ TB_GETIMAGELIST: Incomplete
355
+ TB_LOADIMAGES: Incomplete
356
+ TB_GETRECT: Incomplete
357
+ TB_SETHOTIMAGELIST: Incomplete
358
+ TB_GETHOTIMAGELIST: Incomplete
359
+ TB_SETDISABLEDIMAGELIST: Incomplete
360
+ TB_GETDISABLEDIMAGELIST: Incomplete
361
+ TB_SETSTYLE: Incomplete
362
+ TB_GETSTYLE: Incomplete
363
+ TB_GETBUTTONSIZE: Incomplete
364
+ TB_SETBUTTONWIDTH: Incomplete
365
+ TB_SETMAXTEXTROWS: Incomplete
366
+ TB_GETTEXTROWS: Incomplete
367
+ TB_GETBUTTONTEXT: Incomplete
368
+ TB_SAVERESTORE: Incomplete
369
+ TB_ADDSTRING: Incomplete
370
+ TB_GETOBJECT: Incomplete
371
+ TB_GETHOTITEM: Incomplete
372
+ TB_SETHOTITEM: Incomplete
373
+ TB_SETANCHORHIGHLIGHT: Incomplete
374
+ TB_GETANCHORHIGHLIGHT: Incomplete
375
+ TB_MAPACCELERATORA: Incomplete
376
+ TBIMHT_AFTER: int
377
+ TBIMHT_BACKGROUND: int
378
+ TB_GETINSERTMARK: Incomplete
379
+ TB_SETINSERTMARK: Incomplete
380
+ TB_INSERTMARKHITTEST: Incomplete
381
+ TB_MOVEBUTTON: Incomplete
382
+ TB_GETMAXSIZE: Incomplete
383
+ TB_SETEXTENDEDSTYLE: Incomplete
384
+ TB_GETEXTENDEDSTYLE: Incomplete
385
+ TB_GETPADDING: Incomplete
386
+ TB_SETPADDING: Incomplete
387
+ TB_SETINSERTMARKCOLOR: Incomplete
388
+ TB_GETINSERTMARKCOLOR: Incomplete
389
+ TB_SETCOLORSCHEME: Incomplete
390
+ TB_GETCOLORSCHEME: Incomplete
391
+ TB_SETUNICODEFORMAT: Incomplete
392
+ TB_GETUNICODEFORMAT: Incomplete
393
+ TB_MAPACCELERATORW: Incomplete
394
+ TB_MAPACCELERATOR: Incomplete
395
+ TBBF_LARGE: int
396
+ TB_GETBITMAPFLAGS: Incomplete
397
+ TBIF_IMAGE: int
398
+ TBIF_TEXT: int
399
+ TBIF_STATE: int
400
+ TBIF_STYLE: int
401
+ TBIF_LPARAM: int
402
+ TBIF_COMMAND: int
403
+ TBIF_SIZE: int
404
+ TB_GETBUTTONINFOW: Incomplete
405
+ TB_SETBUTTONINFOW: Incomplete
406
+ TB_GETBUTTONINFOA: Incomplete
407
+ TB_SETBUTTONINFOA: Incomplete
408
+ TB_INSERTBUTTONW: Incomplete
409
+ TB_ADDBUTTONSW: Incomplete
410
+ TB_HITTEST: Incomplete
411
+ TB_SETDRAWTEXTFLAGS: Incomplete
412
+ TBN_GETBUTTONINFOA: Incomplete
413
+ TBN_GETBUTTONINFOW: Incomplete
414
+ TBN_BEGINDRAG: Incomplete
415
+ TBN_ENDDRAG: Incomplete
416
+ TBN_BEGINADJUST: Incomplete
417
+ TBN_ENDADJUST: Incomplete
418
+ TBN_RESET: Incomplete
419
+ TBN_QUERYINSERT: Incomplete
420
+ TBN_QUERYDELETE: Incomplete
421
+ TBN_TOOLBARCHANGE: Incomplete
422
+ TBN_CUSTHELP: Incomplete
423
+ TBN_DROPDOWN: Incomplete
424
+ TBN_GETOBJECT: Incomplete
425
+ HICF_OTHER: int
426
+ HICF_MOUSE: int
427
+ HICF_ARROWKEYS: int
428
+ HICF_ACCELERATOR: int
429
+ HICF_DUPACCEL: int
430
+ HICF_ENTERING: int
431
+ HICF_LEAVING: int
432
+ HICF_RESELECT: int
433
+ TBN_HOTITEMCHANGE: Incomplete
434
+ TBN_DRAGOUT: Incomplete
435
+ TBN_DELETINGBUTTON: Incomplete
436
+ TBN_GETDISPINFOA: Incomplete
437
+ TBN_GETDISPINFOW: Incomplete
438
+ TBN_GETINFOTIPA: Incomplete
439
+ TBN_GETINFOTIPW: Incomplete
440
+ TBN_GETINFOTIP: Incomplete
441
+ TBNF_IMAGE: int
442
+ TBNF_TEXT: int
443
+ TBNF_DI_SETITEM: int
444
+ TBN_GETDISPINFO: Incomplete
445
+ TBDDRET_DEFAULT: int
446
+ TBDDRET_NODEFAULT: int
447
+ TBDDRET_TREATPRESSED: int
448
+ TBN_GETBUTTONINFO: Incomplete
449
+ REBARCLASSNAMEA: str
450
+ REBARCLASSNAME: str
451
+ RBIM_IMAGELIST: int
452
+ RBS_TOOLTIPS: int
453
+ RBS_VARHEIGHT: int
454
+ RBS_BANDBORDERS: int
455
+ RBS_FIXEDORDER: int
456
+ RBS_REGISTERDROP: int
457
+ RBS_AUTOSIZE: int
458
+ RBS_VERTICALGRIPPER: int
459
+ RBS_DBLCLKTOGGLE: int
460
+ RBBS_BREAK: int
461
+ RBBS_FIXEDSIZE: int
462
+ RBBS_CHILDEDGE: int
463
+ RBBS_HIDDEN: int
464
+ RBBS_NOVERT: int
465
+ RBBS_FIXEDBMP: int
466
+ RBBS_VARIABLEHEIGHT: int
467
+ RBBS_GRIPPERALWAYS: int
468
+ RBBS_NOGRIPPER: int
469
+ RBBIM_STYLE: int
470
+ RBBIM_COLORS: int
471
+ RBBIM_TEXT: int
472
+ RBBIM_IMAGE: int
473
+ RBBIM_CHILD: int
474
+ RBBIM_CHILDSIZE: int
475
+ RBBIM_SIZE: int
476
+ RBBIM_BACKGROUND: int
477
+ RBBIM_ID: int
478
+ RBBIM_IDEALSIZE: int
479
+ RBBIM_LPARAM: int
480
+ RB_INSERTBANDA: Incomplete
481
+ RB_DELETEBAND: Incomplete
482
+ RB_GETBARINFO: Incomplete
483
+ RB_SETBARINFO: Incomplete
484
+ RB_SETBANDINFOA: Incomplete
485
+ RB_SETPARENT: Incomplete
486
+ RB_HITTEST: Incomplete
487
+ RB_GETRECT: Incomplete
488
+ RB_INSERTBANDW: Incomplete
489
+ RB_SETBANDINFOW: Incomplete
490
+ RB_GETBANDCOUNT: Incomplete
491
+ RB_GETROWCOUNT: Incomplete
492
+ RB_GETROWHEIGHT: Incomplete
493
+ RB_IDTOINDEX: Incomplete
494
+ RB_GETTOOLTIPS: Incomplete
495
+ RB_SETTOOLTIPS: Incomplete
496
+ RB_SETBKCOLOR: Incomplete
497
+ RB_GETBKCOLOR: Incomplete
498
+ RB_SETTEXTCOLOR: Incomplete
499
+ RB_GETTEXTCOLOR: Incomplete
500
+ RB_SIZETORECT: Incomplete
501
+ RB_SETCOLORSCHEME: Incomplete
502
+ RB_GETCOLORSCHEME: Incomplete
503
+ RB_INSERTBAND: Incomplete
504
+ RB_SETBANDINFO: Incomplete
505
+ RB_BEGINDRAG: Incomplete
506
+ RB_ENDDRAG: Incomplete
507
+ RB_DRAGMOVE: Incomplete
508
+ RB_GETBARHEIGHT: Incomplete
509
+ RB_GETBANDINFOW: Incomplete
510
+ RB_GETBANDINFOA: Incomplete
511
+ RB_GETBANDINFO: Incomplete
512
+ RB_MINIMIZEBAND: Incomplete
513
+ RB_MAXIMIZEBAND: Incomplete
514
+ RB_GETDROPTARGET: Incomplete
515
+ RB_GETBANDBORDERS: Incomplete
516
+ RB_SHOWBAND: Incomplete
517
+ RB_SETPALETTE: Incomplete
518
+ RB_GETPALETTE: Incomplete
519
+ RB_MOVEBAND: Incomplete
520
+ RB_SETUNICODEFORMAT: Incomplete
521
+ RB_GETUNICODEFORMAT: Incomplete
522
+ RBN_HEIGHTCHANGE: Incomplete
523
+ RBN_GETOBJECT: Incomplete
524
+ RBN_LAYOUTCHANGED: Incomplete
525
+ RBN_AUTOSIZE: Incomplete
526
+ RBN_BEGINDRAG: Incomplete
527
+ RBN_ENDDRAG: Incomplete
528
+ RBN_DELETINGBAND: Incomplete
529
+ RBN_DELETEDBAND: Incomplete
530
+ RBN_CHILDSIZE: Incomplete
531
+ RBNM_ID: int
532
+ RBNM_STYLE: int
533
+ RBNM_LPARAM: int
534
+ RBHT_NOWHERE: int
535
+ RBHT_CAPTION: int
536
+ RBHT_CLIENT: int
537
+ RBHT_GRABBER: int
538
+ TOOLTIPS_CLASSA: str
539
+ TOOLTIPS_CLASS: str
540
+ TTS_ALWAYSTIP: int
541
+ TTS_NOPREFIX: int
542
+ TTF_IDISHWND: int
543
+ TTF_CENTERTIP: int
544
+ TTF_RTLREADING: int
545
+ TTF_SUBCLASS: int
546
+ TTF_TRACK: int
547
+ TTF_ABSOLUTE: int
548
+ TTF_TRANSPARENT: int
549
+ TTF_DI_SETITEM: int
550
+ TTDT_AUTOMATIC: int
551
+ TTDT_RESHOW: int
552
+ TTDT_AUTOPOP: int
553
+ TTDT_INITIAL: int
554
+ TTM_ACTIVATE: Incomplete
555
+ TTM_SETDELAYTIME: Incomplete
556
+ TTM_ADDTOOLA: Incomplete
557
+ TTM_ADDTOOLW: Incomplete
558
+ TTM_DELTOOLA: Incomplete
559
+ TTM_DELTOOLW: Incomplete
560
+ TTM_NEWTOOLRECTA: Incomplete
561
+ TTM_NEWTOOLRECTW: Incomplete
562
+ TTM_RELAYEVENT: Incomplete
563
+ TTM_GETTOOLINFOA: Incomplete
564
+ TTM_GETTOOLINFOW: Incomplete
565
+ TTM_SETTOOLINFOA: Incomplete
566
+ TTM_SETTOOLINFOW: Incomplete
567
+ TTM_HITTESTA: Incomplete
568
+ TTM_HITTESTW: Incomplete
569
+ TTM_GETTEXTA: Incomplete
570
+ TTM_GETTEXTW: Incomplete
571
+ TTM_UPDATETIPTEXTA: Incomplete
572
+ TTM_UPDATETIPTEXTW: Incomplete
573
+ TTM_GETTOOLCOUNT: Incomplete
574
+ TTM_ENUMTOOLSA: Incomplete
575
+ TTM_ENUMTOOLSW: Incomplete
576
+ TTM_GETCURRENTTOOLA: Incomplete
577
+ TTM_GETCURRENTTOOLW: Incomplete
578
+ TTM_WINDOWFROMPOINT: Incomplete
579
+ TTM_TRACKACTIVATE: Incomplete
580
+ TTM_TRACKPOSITION: Incomplete
581
+ TTM_SETTIPBKCOLOR: Incomplete
582
+ TTM_SETTIPTEXTCOLOR: Incomplete
583
+ TTM_GETDELAYTIME: Incomplete
584
+ TTM_GETTIPBKCOLOR: Incomplete
585
+ TTM_GETTIPTEXTCOLOR: Incomplete
586
+ TTM_SETMAXTIPWIDTH: Incomplete
587
+ TTM_GETMAXTIPWIDTH: Incomplete
588
+ TTM_SETMARGIN: Incomplete
589
+ TTM_GETMARGIN: Incomplete
590
+ TTM_POP: Incomplete
591
+ TTM_UPDATE: Incomplete
592
+ TTM_ADDTOOL: Incomplete
593
+ TTM_DELTOOL: Incomplete
594
+ TTM_NEWTOOLRECT: Incomplete
595
+ TTM_GETTOOLINFO: Incomplete
596
+ TTM_SETTOOLINFO: Incomplete
597
+ TTM_HITTEST: Incomplete
598
+ TTM_GETTEXT: Incomplete
599
+ TTM_UPDATETIPTEXT: Incomplete
600
+ TTM_ENUMTOOLS: Incomplete
601
+ TTM_GETCURRENTTOOL: Incomplete
602
+ TTN_GETDISPINFOA: Incomplete
603
+ TTN_GETDISPINFOW: Incomplete
604
+ TTN_SHOW: Incomplete
605
+ TTN_POP: Incomplete
606
+ TTN_GETDISPINFO: Incomplete
607
+ TTN_NEEDTEXT: Incomplete
608
+ TTN_NEEDTEXTA: Incomplete
609
+ TTN_NEEDTEXTW: Incomplete
610
+ SBARS_SIZEGRIP: int
611
+ SBARS_TOOLTIPS: int
612
+ STATUSCLASSNAMEA: str
613
+ STATUSCLASSNAME: str
614
+ SB_SETTEXTA: Incomplete
615
+ SB_SETTEXTW: Incomplete
616
+ SB_GETTEXTA: Incomplete
617
+ SB_GETTEXTW: Incomplete
618
+ SB_GETTEXTLENGTHA: Incomplete
619
+ SB_GETTEXTLENGTHW: Incomplete
620
+ SB_GETTEXT: Incomplete
621
+ SB_SETTEXT: Incomplete
622
+ SB_GETTEXTLENGTH: Incomplete
623
+ SB_SETPARTS: Incomplete
624
+ SB_GETPARTS: Incomplete
625
+ SB_GETBORDERS: Incomplete
626
+ SB_SETMINHEIGHT: Incomplete
627
+ SB_SIMPLE: Incomplete
628
+ SB_GETRECT: Incomplete
629
+ SB_ISSIMPLE: Incomplete
630
+ SB_SETICON: Incomplete
631
+ SB_SETTIPTEXTA: Incomplete
632
+ SB_SETTIPTEXTW: Incomplete
633
+ SB_GETTIPTEXTA: Incomplete
634
+ SB_GETTIPTEXTW: Incomplete
635
+ SB_GETICON: Incomplete
636
+ SB_SETTIPTEXT: Incomplete
637
+ SB_GETTIPTEXT: Incomplete
638
+ SB_SETUNICODEFORMAT: Incomplete
639
+ SB_GETUNICODEFORMAT: Incomplete
640
+ SBT_OWNERDRAW: int
641
+ SBT_NOBORDERS: int
642
+ SBT_POPOUT: int
643
+ SBT_RTLREADING: int
644
+ SBT_NOTABPARSING: int
645
+ SBT_TOOLTIPS: int
646
+ SB_SETBKCOLOR: Incomplete
647
+ SBN_SIMPLEMODECHANGE: Incomplete
648
+ TRACKBAR_CLASSA: str
649
+ TRACKBAR_CLASS: str
650
+ TBS_AUTOTICKS: int
651
+ TBS_VERT: int
652
+ TBS_HORZ: int
653
+ TBS_TOP: int
654
+ TBS_BOTTOM: int
655
+ TBS_LEFT: int
656
+ TBS_RIGHT: int
657
+ TBS_BOTH: int
658
+ TBS_NOTICKS: int
659
+ TBS_ENABLESELRANGE: int
660
+ TBS_FIXEDLENGTH: int
661
+ TBS_NOTHUMB: int
662
+ TBS_TOOLTIPS: int
663
+ TBM_GETPOS: int
664
+ TBM_GETRANGEMIN: Incomplete
665
+ TBM_GETRANGEMAX: Incomplete
666
+ TBM_GETTIC: Incomplete
667
+ TBM_SETTIC: Incomplete
668
+ TBM_SETPOS: Incomplete
669
+ TBM_SETRANGE: Incomplete
670
+ TBM_SETRANGEMIN: Incomplete
671
+ TBM_SETRANGEMAX: Incomplete
672
+ TBM_CLEARTICS: Incomplete
673
+ TBM_SETSEL: Incomplete
674
+ TBM_SETSELSTART: Incomplete
675
+ TBM_SETSELEND: Incomplete
676
+ TBM_GETPTICS: Incomplete
677
+ TBM_GETTICPOS: Incomplete
678
+ TBM_GETNUMTICS: Incomplete
679
+ TBM_GETSELSTART: Incomplete
680
+ TBM_GETSELEND: Incomplete
681
+ TBM_CLEARSEL: Incomplete
682
+ TBM_SETTICFREQ: Incomplete
683
+ TBM_SETPAGESIZE: Incomplete
684
+ TBM_GETPAGESIZE: Incomplete
685
+ TBM_SETLINESIZE: Incomplete
686
+ TBM_GETLINESIZE: Incomplete
687
+ TBM_GETTHUMBRECT: Incomplete
688
+ TBM_GETCHANNELRECT: Incomplete
689
+ TBM_SETTHUMBLENGTH: Incomplete
690
+ TBM_GETTHUMBLENGTH: Incomplete
691
+ TBM_SETTOOLTIPS: Incomplete
692
+ TBM_GETTOOLTIPS: Incomplete
693
+ TBM_SETTIPSIDE: Incomplete
694
+ TBTS_TOP: int
695
+ TBTS_LEFT: int
696
+ TBTS_BOTTOM: int
697
+ TBTS_RIGHT: int
698
+ TBM_SETBUDDY: Incomplete
699
+ TBM_GETBUDDY: Incomplete
700
+ TBM_SETUNICODEFORMAT: Incomplete
701
+ TBM_GETUNICODEFORMAT: Incomplete
702
+ TB_LINEUP: int
703
+ TB_LINEDOWN: int
704
+ TB_PAGEUP: int
705
+ TB_PAGEDOWN: int
706
+ TB_THUMBPOSITION: int
707
+ TB_THUMBTRACK: int
708
+ TB_TOP: int
709
+ TB_BOTTOM: int
710
+ TB_ENDTRACK: int
711
+ TBCD_TICS: int
712
+ TBCD_THUMB: int
713
+ TBCD_CHANNEL: int
714
+ DL_BEGINDRAG: Incomplete
715
+ DL_DRAGGING: Incomplete
716
+ DL_DROPPED: Incomplete
717
+ DL_CANCELDRAG: Incomplete
718
+ DL_CURSORSET: int
719
+ DL_STOPCURSOR: int
720
+ DL_COPYCURSOR: int
721
+ DL_MOVECURSOR: int
722
+ DRAGLISTMSGSTRING: str
723
+ UPDOWN_CLASSA: str
724
+ UPDOWN_CLASS: str
725
+ UD_MAXVAL: int
726
+ UD_MINVAL: Incomplete
727
+ UDS_WRAP: int
728
+ UDS_SETBUDDYINT: int
729
+ UDS_ALIGNRIGHT: int
730
+ UDS_ALIGNLEFT: int
731
+ UDS_AUTOBUDDY: int
732
+ UDS_ARROWKEYS: int
733
+ UDS_HORZ: int
734
+ UDS_NOTHOUSANDS: int
735
+ UDS_HOTTRACK: int
736
+ UDM_SETRANGE: Incomplete
737
+ UDM_GETRANGE: Incomplete
738
+ UDM_SETPOS: Incomplete
739
+ UDM_GETPOS: Incomplete
740
+ UDM_SETBUDDY: Incomplete
741
+ UDM_GETBUDDY: Incomplete
742
+ UDM_SETACCEL: Incomplete
743
+ UDM_GETACCEL: Incomplete
744
+ UDM_SETBASE: Incomplete
745
+ UDM_GETBASE: Incomplete
746
+ UDM_SETRANGE32: Incomplete
747
+ UDM_GETRANGE32: Incomplete
748
+ UDM_SETUNICODEFORMAT: Incomplete
749
+ UDM_GETUNICODEFORMAT: Incomplete
750
+ UDN_DELTAPOS: Incomplete
751
+ PROGRESS_CLASSA: str
752
+ PROGRESS_CLASS: str
753
+ PBS_SMOOTH: int
754
+ PBS_VERTICAL: int
755
+ PBM_SETRANGE: Incomplete
756
+ PBM_SETPOS: Incomplete
757
+ PBM_DELTAPOS: Incomplete
758
+ PBM_SETSTEP: Incomplete
759
+ PBM_STEPIT: Incomplete
760
+ PBM_SETRANGE32: Incomplete
761
+ PBM_GETRANGE: Incomplete
762
+ PBM_GETPOS: Incomplete
763
+ PBM_SETBARCOLOR: Incomplete
764
+ PBM_SETBKCOLOR: Incomplete
765
+ HOTKEYF_SHIFT: int
766
+ HOTKEYF_CONTROL: int
767
+ HOTKEYF_ALT: int
768
+ HOTKEYF_EXT: int
769
+ HKCOMB_NONE: int
770
+ HKCOMB_S: int
771
+ HKCOMB_C: int
772
+ HKCOMB_A: int
773
+ HKCOMB_SC: int
774
+ HKCOMB_SA: int
775
+ HKCOMB_CA: int
776
+ HKCOMB_SCA: int
777
+ HKM_SETHOTKEY: Incomplete
778
+ HKM_GETHOTKEY: Incomplete
779
+ HKM_SETRULES: Incomplete
780
+ HOTKEY_CLASSA: str
781
+ HOTKEY_CLASS: str
782
+ CCS_TOP: int
783
+ CCS_NOMOVEY: int
784
+ CCS_BOTTOM: int
785
+ CCS_NORESIZE: int
786
+ CCS_NOPARENTALIGN: int
787
+ CCS_ADJUSTABLE: int
788
+ CCS_NODIVIDER: int
789
+ CCS_VERT: int
790
+ CCS_LEFT: Incomplete
791
+ CCS_RIGHT: Incomplete
792
+ CCS_NOMOVEX: Incomplete
793
+ WC_LISTVIEWA: str
794
+ WC_LISTVIEW: str
795
+ LVS_ICON: int
796
+ LVS_REPORT: int
797
+ LVS_SMALLICON: int
798
+ LVS_LIST: int
799
+ LVS_TYPEMASK: int
800
+ LVS_SINGLESEL: int
801
+ LVS_SHOWSELALWAYS: int
802
+ LVS_SORTASCENDING: int
803
+ LVS_SORTDESCENDING: int
804
+ LVS_SHAREIMAGELISTS: int
805
+ LVS_NOLABELWRAP: int
806
+ LVS_AUTOARRANGE: int
807
+ LVS_EDITLABELS: int
808
+ LVS_OWNERDATA: int
809
+ LVS_NOSCROLL: int
810
+ LVS_TYPESTYLEMASK: int
811
+ LVS_ALIGNTOP: int
812
+ LVS_ALIGNLEFT: int
813
+ LVS_ALIGNMASK: int
814
+ LVS_OWNERDRAWFIXED: int
815
+ LVS_NOCOLUMNHEADER: int
816
+ LVS_NOSORTHEADER: int
817
+ LVM_SETUNICODEFORMAT: Incomplete
818
+ LVM_GETUNICODEFORMAT: Incomplete
819
+ LVM_GETBKCOLOR: Incomplete
820
+ LVM_SETBKCOLOR: Incomplete
821
+ LVM_GETIMAGELIST: Incomplete
822
+ LVSIL_NORMAL: int
823
+ LVSIL_SMALL: int
824
+ LVSIL_STATE: int
825
+ LVM_SETIMAGELIST: Incomplete
826
+ LVM_GETITEMCOUNT: Incomplete
827
+ LVIF_TEXT: int
828
+ LVIF_IMAGE: int
829
+ LVIF_PARAM: int
830
+ LVIF_STATE: int
831
+ LVIF_INDENT: int
832
+ LVIF_NORECOMPUTE: int
833
+ LVIS_FOCUSED: int
834
+ LVIS_SELECTED: int
835
+ LVIS_CUT: int
836
+ LVIS_DROPHILITED: int
837
+ LVIS_ACTIVATING: int
838
+ LVIS_OVERLAYMASK: int
839
+ LVIS_STATEIMAGEMASK: int
840
+ I_INDENTCALLBACK: int
841
+ LPSTR_TEXTCALLBACKA: int
842
+ LPSTR_TEXTCALLBACK: int
843
+ I_IMAGECALLBACK: int
844
+ LVM_GETITEMA: Incomplete
845
+ LVM_GETITEMW: Incomplete
846
+ LVM_GETITEM: Incomplete
847
+ LVM_SETITEMA: Incomplete
848
+ LVM_SETITEMW: Incomplete
849
+ LVM_SETITEM: Incomplete
850
+ LVM_INSERTITEMA: Incomplete
851
+ LVM_INSERTITEMW: Incomplete
852
+ LVM_INSERTITEM: Incomplete
853
+ LVM_DELETEITEM: Incomplete
854
+ LVM_DELETEALLITEMS: Incomplete
855
+ LVM_GETCALLBACKMASK: Incomplete
856
+ LVM_SETCALLBACKMASK: Incomplete
857
+ LVNI_ALL: int
858
+ LVNI_FOCUSED: int
859
+ LVNI_SELECTED: int
860
+ LVNI_CUT: int
861
+ LVNI_DROPHILITED: int
862
+ LVNI_ABOVE: int
863
+ LVNI_BELOW: int
864
+ LVNI_TOLEFT: int
865
+ LVNI_TORIGHT: int
866
+ LVM_GETNEXTITEM: Incomplete
867
+ LVFI_PARAM: int
868
+ LVFI_STRING: int
869
+ LVFI_PARTIAL: int
870
+ LVFI_WRAP: int
871
+ LVFI_NEARESTXY: int
872
+ LVM_FINDITEMA: Incomplete
873
+ LVM_FINDITEMW: Incomplete
874
+ LVM_FINDITEM: Incomplete
875
+ LVIR_BOUNDS: int
876
+ LVIR_ICON: int
877
+ LVIR_LABEL: int
878
+ LVIR_SELECTBOUNDS: int
879
+ LVM_GETITEMRECT: Incomplete
880
+ LVM_SETITEMPOSITION: Incomplete
881
+ LVM_GETITEMPOSITION: Incomplete
882
+ LVM_GETSTRINGWIDTHA: Incomplete
883
+ LVM_GETSTRINGWIDTHW: Incomplete
884
+ LVM_GETSTRINGWIDTH: Incomplete
885
+ LVHT_NOWHERE: int
886
+ LVHT_ONITEMICON: int
887
+ LVHT_ONITEMLABEL: int
888
+ LVHT_ONITEMSTATEICON: int
889
+ LVHT_ONITEM: Incomplete
890
+ LVHT_ABOVE: int
891
+ LVHT_BELOW: int
892
+ LVHT_TORIGHT: int
893
+ LVHT_TOLEFT: int
894
+ LVM_HITTEST: Incomplete
895
+ LVM_ENSUREVISIBLE: Incomplete
896
+ LVM_SCROLL: Incomplete
897
+ LVM_REDRAWITEMS: Incomplete
898
+ LVA_DEFAULT: int
899
+ LVA_ALIGNLEFT: int
900
+ LVA_ALIGNTOP: int
901
+ LVA_SNAPTOGRID: int
902
+ LVM_ARRANGE: Incomplete
903
+ LVM_EDITLABELA: Incomplete
904
+ LVM_EDITLABELW: Incomplete
905
+ LVM_EDITLABEL: Incomplete
906
+ LVM_GETEDITCONTROL: Incomplete
907
+ LVCF_FMT: int
908
+ LVCF_WIDTH: int
909
+ LVCF_TEXT: int
910
+ LVCF_SUBITEM: int
911
+ LVCF_IMAGE: int
912
+ LVCF_ORDER: int
913
+ LVCFMT_LEFT: int
914
+ LVCFMT_RIGHT: int
915
+ LVCFMT_CENTER: int
916
+ LVCFMT_JUSTIFYMASK: int
917
+ LVCFMT_IMAGE: int
918
+ LVCFMT_BITMAP_ON_RIGHT: int
919
+ LVCFMT_COL_HAS_IMAGES: int
920
+ LVM_GETCOLUMNA: Incomplete
921
+ LVM_GETCOLUMNW: Incomplete
922
+ LVM_GETCOLUMN: Incomplete
923
+ LVM_SETCOLUMNA: Incomplete
924
+ LVM_SETCOLUMNW: Incomplete
925
+ LVM_SETCOLUMN: Incomplete
926
+ LVM_INSERTCOLUMNA: Incomplete
927
+ LVM_INSERTCOLUMNW: Incomplete
928
+ LVM_INSERTCOLUMN: Incomplete
929
+ LVM_DELETECOLUMN: Incomplete
930
+ LVM_GETCOLUMNWIDTH: Incomplete
931
+ LVSCW_AUTOSIZE: int
932
+ LVSCW_AUTOSIZE_USEHEADER: int
933
+ LVM_SETCOLUMNWIDTH: Incomplete
934
+ LVM_GETHEADER: Incomplete
935
+ LVM_CREATEDRAGIMAGE: Incomplete
936
+ LVM_GETVIEWRECT: Incomplete
937
+ LVM_GETTEXTCOLOR: Incomplete
938
+ LVM_SETTEXTCOLOR: Incomplete
939
+ LVM_GETTEXTBKCOLOR: Incomplete
940
+ LVM_SETTEXTBKCOLOR: Incomplete
941
+ LVM_GETTOPINDEX: Incomplete
942
+ LVM_GETCOUNTPERPAGE: Incomplete
943
+ LVM_GETORIGIN: Incomplete
944
+ LVM_UPDATE: Incomplete
945
+ LVM_SETITEMSTATE: Incomplete
946
+ LVM_GETITEMSTATE: Incomplete
947
+ LVM_GETITEMTEXTA: Incomplete
948
+ LVM_GETITEMTEXTW: Incomplete
949
+ LVM_GETITEMTEXT: Incomplete
950
+ LVM_SETITEMTEXTA: Incomplete
951
+ LVM_SETITEMTEXTW: Incomplete
952
+ LVM_SETITEMTEXT: Incomplete
953
+ LVSICF_NOINVALIDATEALL: int
954
+ LVSICF_NOSCROLL: int
955
+ LVM_SETITEMCOUNT: Incomplete
956
+ LVM_SORTITEMS: Incomplete
957
+ LVM_SETITEMPOSITION32: Incomplete
958
+ LVM_GETSELECTEDCOUNT: Incomplete
959
+ LVM_GETITEMSPACING: Incomplete
960
+ LVM_GETISEARCHSTRINGA: Incomplete
961
+ LVM_GETISEARCHSTRINGW: Incomplete
962
+ LVM_GETISEARCHSTRING: Incomplete
963
+ LVM_SETICONSPACING: Incomplete
964
+ LVM_SETEXTENDEDLISTVIEWSTYLE: Incomplete
965
+ LVM_GETEXTENDEDLISTVIEWSTYLE: Incomplete
966
+ LVS_EX_GRIDLINES: int
967
+ LVS_EX_SUBITEMIMAGES: int
968
+ LVS_EX_CHECKBOXES: int
969
+ LVS_EX_TRACKSELECT: int
970
+ LVS_EX_HEADERDRAGDROP: int
971
+ LVS_EX_FULLROWSELECT: int
972
+ LVS_EX_ONECLICKACTIVATE: int
973
+ LVS_EX_TWOCLICKACTIVATE: int
974
+ LVS_EX_FLATSB: int
975
+ LVS_EX_REGIONAL: int
976
+ LVS_EX_INFOTIP: int
977
+ LVS_EX_UNDERLINEHOT: int
978
+ LVS_EX_UNDERLINECOLD: int
979
+ LVS_EX_MULTIWORKAREAS: int
980
+ LVM_GETSUBITEMRECT: Incomplete
981
+ LVM_SUBITEMHITTEST: Incomplete
982
+ LVM_SETCOLUMNORDERARRAY: Incomplete
983
+ LVM_GETCOLUMNORDERARRAY: Incomplete
984
+ LVM_SETHOTITEM: Incomplete
985
+ LVM_GETHOTITEM: Incomplete
986
+ LVM_SETHOTCURSOR: Incomplete
987
+ LVM_GETHOTCURSOR: Incomplete
988
+ LVM_APPROXIMATEVIEWRECT: Incomplete
989
+ LV_MAX_WORKAREAS: int
990
+ LVM_SETWORKAREAS: Incomplete
991
+ LVM_GETWORKAREAS: Incomplete
992
+ LVM_GETNUMBEROFWORKAREAS: Incomplete
993
+ LVM_GETSELECTIONMARK: Incomplete
994
+ LVM_SETSELECTIONMARK: Incomplete
995
+ LVM_SETHOVERTIME: Incomplete
996
+ LVM_GETHOVERTIME: Incomplete
997
+ LVM_SETTOOLTIPS: Incomplete
998
+ LVM_GETTOOLTIPS: Incomplete
999
+ LVBKIF_SOURCE_NONE: int
1000
+ LVBKIF_SOURCE_HBITMAP: int
1001
+ LVBKIF_SOURCE_URL: int
1002
+ LVBKIF_SOURCE_MASK: int
1003
+ LVBKIF_STYLE_NORMAL: int
1004
+ LVBKIF_STYLE_TILE: int
1005
+ LVBKIF_STYLE_MASK: int
1006
+ LVM_SETBKIMAGEA: Incomplete
1007
+ LVM_SETBKIMAGEW: Incomplete
1008
+ LVM_GETBKIMAGEA: Incomplete
1009
+ LVM_GETBKIMAGEW: Incomplete
1010
+ LVKF_ALT: int
1011
+ LVKF_CONTROL: int
1012
+ LVKF_SHIFT: int
1013
+ LVN_ITEMCHANGING: Incomplete
1014
+ LVN_ITEMCHANGED: Incomplete
1015
+ LVN_INSERTITEM: Incomplete
1016
+ LVN_DELETEITEM: Incomplete
1017
+ LVN_DELETEALLITEMS: Incomplete
1018
+ LVN_BEGINLABELEDITA: Incomplete
1019
+ LVN_BEGINLABELEDITW: Incomplete
1020
+ LVN_ENDLABELEDITA: Incomplete
1021
+ LVN_ENDLABELEDITW: Incomplete
1022
+ LVN_COLUMNCLICK: Incomplete
1023
+ LVN_BEGINDRAG: Incomplete
1024
+ LVN_BEGINRDRAG: Incomplete
1025
+ LVN_ODCACHEHINT: Incomplete
1026
+ LVN_ODFINDITEMA: Incomplete
1027
+ LVN_ODFINDITEMW: Incomplete
1028
+ LVN_ITEMACTIVATE: Incomplete
1029
+ LVN_ODSTATECHANGED: Incomplete
1030
+ LVN_ODFINDITEM: Incomplete
1031
+ LVN_HOTTRACK: Incomplete
1032
+ LVN_GETDISPINFOA: Incomplete
1033
+ LVN_GETDISPINFOW: Incomplete
1034
+ LVN_SETDISPINFOA: Incomplete
1035
+ LVN_SETDISPINFOW: Incomplete
1036
+ LVN_BEGINLABELEDIT: Incomplete
1037
+ LVN_ENDLABELEDIT: Incomplete
1038
+ LVN_GETDISPINFO: Incomplete
1039
+ LVN_SETDISPINFO: Incomplete
1040
+ LVIF_DI_SETITEM: int
1041
+ LVN_KEYDOWN: Incomplete
1042
+ LVN_MARQUEEBEGIN: Incomplete
1043
+ LVGIT_UNFOLDED: int
1044
+ LVN_GETINFOTIPA: Incomplete
1045
+ LVN_GETINFOTIPW: Incomplete
1046
+ LVN_GETINFOTIP: Incomplete
1047
+ WC_TREEVIEWA: str
1048
+ WC_TREEVIEW: str
1049
+ TVS_HASBUTTONS: int
1050
+ TVS_HASLINES: int
1051
+ TVS_LINESATROOT: int
1052
+ TVS_EDITLABELS: int
1053
+ TVS_DISABLEDRAGDROP: int
1054
+ TVS_SHOWSELALWAYS: int
1055
+ TVS_RTLREADING: int
1056
+ TVS_NOTOOLTIPS: int
1057
+ TVS_CHECKBOXES: int
1058
+ TVS_TRACKSELECT: int
1059
+ TVS_SINGLEEXPAND: int
1060
+ TVS_INFOTIP: int
1061
+ TVS_FULLROWSELECT: int
1062
+ TVS_NOSCROLL: int
1063
+ TVS_NONEVENHEIGHT: int
1064
+ TVIF_TEXT: int
1065
+ TVIF_IMAGE: int
1066
+ TVIF_PARAM: int
1067
+ TVIF_STATE: int
1068
+ TVIF_HANDLE: int
1069
+ TVIF_SELECTEDIMAGE: int
1070
+ TVIF_CHILDREN: int
1071
+ TVIF_INTEGRAL: int
1072
+ TVIS_SELECTED: int
1073
+ TVIS_CUT: int
1074
+ TVIS_DROPHILITED: int
1075
+ TVIS_BOLD: int
1076
+ TVIS_EXPANDED: int
1077
+ TVIS_EXPANDEDONCE: int
1078
+ TVIS_EXPANDPARTIAL: int
1079
+ TVIS_OVERLAYMASK: int
1080
+ TVIS_STATEIMAGEMASK: int
1081
+ TVIS_USERMASK: int
1082
+ I_CHILDRENCALLBACK: int
1083
+ TVI_ROOT: int
1084
+ TVI_FIRST: int
1085
+ TVI_LAST: int
1086
+ TVI_SORT: int
1087
+ TVM_INSERTITEMA: Incomplete
1088
+ TVM_INSERTITEMW: Incomplete
1089
+ TVM_INSERTITEM: Incomplete
1090
+ TVM_DELETEITEM: Incomplete
1091
+ TVM_EXPAND: Incomplete
1092
+ TVE_COLLAPSE: int
1093
+ TVE_EXPAND: int
1094
+ TVE_TOGGLE: int
1095
+ TVE_EXPANDPARTIAL: int
1096
+ TVE_COLLAPSERESET: int
1097
+ TVM_GETITEMRECT: Incomplete
1098
+ TVM_GETCOUNT: Incomplete
1099
+ TVM_GETINDENT: Incomplete
1100
+ TVM_SETINDENT: Incomplete
1101
+ TVM_GETIMAGELIST: Incomplete
1102
+ TVSIL_NORMAL: int
1103
+ TVSIL_STATE: int
1104
+ TVM_SETIMAGELIST: Incomplete
1105
+ TVM_GETNEXTITEM: Incomplete
1106
+ TVGN_ROOT: int
1107
+ TVGN_NEXT: int
1108
+ TVGN_PREVIOUS: int
1109
+ TVGN_PARENT: int
1110
+ TVGN_CHILD: int
1111
+ TVGN_FIRSTVISIBLE: int
1112
+ TVGN_NEXTVISIBLE: int
1113
+ TVGN_PREVIOUSVISIBLE: int
1114
+ TVGN_DROPHILITE: int
1115
+ TVGN_CARET: int
1116
+ TVGN_LASTVISIBLE: int
1117
+ TVM_SELECTITEM: Incomplete
1118
+ TVM_GETITEMA: Incomplete
1119
+ TVM_GETITEMW: Incomplete
1120
+ TVM_GETITEM: Incomplete
1121
+ TVM_SETITEMA: Incomplete
1122
+ TVM_SETITEMW: Incomplete
1123
+ TVM_SETITEM: Incomplete
1124
+ TVM_EDITLABELA: Incomplete
1125
+ TVM_EDITLABELW: Incomplete
1126
+ TVM_EDITLABEL: Incomplete
1127
+ TVM_GETEDITCONTROL: Incomplete
1128
+ TVM_GETVISIBLECOUNT: Incomplete
1129
+ TVM_HITTEST: Incomplete
1130
+ TVHT_NOWHERE: int
1131
+ TVHT_ONITEMICON: int
1132
+ TVHT_ONITEMLABEL: int
1133
+ TVHT_ONITEMINDENT: int
1134
+ TVHT_ONITEMBUTTON: int
1135
+ TVHT_ONITEMRIGHT: int
1136
+ TVHT_ONITEMSTATEICON: int
1137
+ TVHT_ABOVE: int
1138
+ TVHT_BELOW: int
1139
+ TVHT_TORIGHT: int
1140
+ TVHT_TOLEFT: int
1141
+ TVHT_ONITEM: Incomplete
1142
+ TVM_CREATEDRAGIMAGE: Incomplete
1143
+ TVM_SORTCHILDREN: Incomplete
1144
+ TVM_ENSUREVISIBLE: Incomplete
1145
+ TVM_SORTCHILDRENCB: Incomplete
1146
+ TVM_ENDEDITLABELNOW: Incomplete
1147
+ TVM_GETISEARCHSTRINGA: Incomplete
1148
+ TVM_GETISEARCHSTRINGW: Incomplete
1149
+ TVM_GETISEARCHSTRING: Incomplete
1150
+ TVM_SETTOOLTIPS: Incomplete
1151
+ TVM_GETTOOLTIPS: Incomplete
1152
+ TVM_SETINSERTMARK: Incomplete
1153
+ TVM_SETUNICODEFORMAT: Incomplete
1154
+ TVM_GETUNICODEFORMAT: Incomplete
1155
+ TVM_SETITEMHEIGHT: Incomplete
1156
+ TVM_GETITEMHEIGHT: Incomplete
1157
+ TVM_SETBKCOLOR: Incomplete
1158
+ TVM_SETTEXTCOLOR: Incomplete
1159
+ TVM_GETBKCOLOR: Incomplete
1160
+ TVM_GETTEXTCOLOR: Incomplete
1161
+ TVM_SETSCROLLTIME: Incomplete
1162
+ TVM_GETSCROLLTIME: Incomplete
1163
+ TVM_SETINSERTMARKCOLOR: Incomplete
1164
+ TVM_GETINSERTMARKCOLOR: Incomplete
1165
+ TVN_SELCHANGINGA: Incomplete
1166
+ TVN_SELCHANGINGW: Incomplete
1167
+ TVN_SELCHANGEDA: Incomplete
1168
+ TVN_SELCHANGEDW: Incomplete
1169
+ TVC_UNKNOWN: int
1170
+ TVC_BYMOUSE: int
1171
+ TVC_BYKEYBOARD: int
1172
+ TVN_GETDISPINFOA: Incomplete
1173
+ TVN_GETDISPINFOW: Incomplete
1174
+ TVN_SETDISPINFOA: Incomplete
1175
+ TVN_SETDISPINFOW: Incomplete
1176
+ TVIF_DI_SETITEM: int
1177
+ TVN_ITEMEXPANDINGA: Incomplete
1178
+ TVN_ITEMEXPANDINGW: Incomplete
1179
+ TVN_ITEMEXPANDEDA: Incomplete
1180
+ TVN_ITEMEXPANDEDW: Incomplete
1181
+ TVN_BEGINDRAGA: Incomplete
1182
+ TVN_BEGINDRAGW: Incomplete
1183
+ TVN_BEGINRDRAGA: Incomplete
1184
+ TVN_BEGINRDRAGW: Incomplete
1185
+ TVN_DELETEITEMA: Incomplete
1186
+ TVN_DELETEITEMW: Incomplete
1187
+ TVN_BEGINLABELEDITA: Incomplete
1188
+ TVN_BEGINLABELEDITW: Incomplete
1189
+ TVN_ENDLABELEDITA: Incomplete
1190
+ TVN_ENDLABELEDITW: Incomplete
1191
+ TVN_KEYDOWN: Incomplete
1192
+ TVN_GETINFOTIPA: Incomplete
1193
+ TVN_GETINFOTIPW: Incomplete
1194
+ TVN_SINGLEEXPAND: Incomplete
1195
+ TVN_SELCHANGING: Incomplete
1196
+ TVN_SELCHANGED: Incomplete
1197
+ TVN_GETDISPINFO: Incomplete
1198
+ TVN_SETDISPINFO: Incomplete
1199
+ TVN_ITEMEXPANDING: Incomplete
1200
+ TVN_ITEMEXPANDED: Incomplete
1201
+ TVN_BEGINDRAG: Incomplete
1202
+ TVN_BEGINRDRAG: Incomplete
1203
+ TVN_DELETEITEM: Incomplete
1204
+ TVN_BEGINLABELEDIT: Incomplete
1205
+ TVN_ENDLABELEDIT: Incomplete
1206
+ TVN_GETINFOTIP: Incomplete
1207
+ TVCDRF_NOIMAGES: int
1208
+ WC_COMBOBOXEXA: str
1209
+ WC_COMBOBOXEX: str
1210
+ CBEIF_TEXT: int
1211
+ CBEIF_IMAGE: int
1212
+ CBEIF_SELECTEDIMAGE: int
1213
+ CBEIF_OVERLAY: int
1214
+ CBEIF_INDENT: int
1215
+ CBEIF_LPARAM: int
1216
+ CBEIF_DI_SETITEM: int
1217
+ CBEM_INSERTITEMA: Incomplete
1218
+ CBEM_SETIMAGELIST: Incomplete
1219
+ CBEM_GETIMAGELIST: Incomplete
1220
+ CBEM_GETITEMA: Incomplete
1221
+ CBEM_SETITEMA: Incomplete
1222
+ CBEM_GETCOMBOCONTROL: Incomplete
1223
+ CBEM_GETEDITCONTROL: Incomplete
1224
+ CBEM_SETEXSTYLE: Incomplete
1225
+ CBEM_SETEXTENDEDSTYLE: Incomplete
1226
+ CBEM_GETEXSTYLE: Incomplete
1227
+ CBEM_GETEXTENDEDSTYLE: Incomplete
1228
+ CBEM_SETUNICODEFORMAT: Incomplete
1229
+ CBEM_GETUNICODEFORMAT: Incomplete
1230
+ CBEM_HASEDITCHANGED: Incomplete
1231
+ CBEM_INSERTITEMW: Incomplete
1232
+ CBEM_SETITEMW: Incomplete
1233
+ CBEM_GETITEMW: Incomplete
1234
+ CBEM_INSERTITEM: Incomplete
1235
+ CBEM_SETITEM: Incomplete
1236
+ CBEM_GETITEM: Incomplete
1237
+ CBES_EX_NOEDITIMAGE: int
1238
+ CBES_EX_NOEDITIMAGEINDENT: int
1239
+ CBES_EX_PATHWORDBREAKPROC: int
1240
+ CBES_EX_NOSIZELIMIT: int
1241
+ CBES_EX_CASESENSITIVE: int
1242
+ CBEN_GETDISPINFO: Incomplete
1243
+ CBEN_GETDISPINFOA: Incomplete
1244
+ CBEN_INSERTITEM: Incomplete
1245
+ CBEN_DELETEITEM: Incomplete
1246
+ CBEN_BEGINEDIT: Incomplete
1247
+ CBEN_ENDEDITA: Incomplete
1248
+ CBEN_ENDEDITW: Incomplete
1249
+ CBEN_GETDISPINFOW: Incomplete
1250
+ CBEN_DRAGBEGINA: Incomplete
1251
+ CBEN_DRAGBEGINW: Incomplete
1252
+ CBEN_DRAGBEGIN: Incomplete
1253
+ CBEN_ENDEDIT: Incomplete
1254
+ CBENF_KILLFOCUS: int
1255
+ CBENF_RETURN: int
1256
+ CBENF_ESCAPE: int
1257
+ CBENF_DROPDOWN: int
1258
+ CBEMAXSTRLEN: int
1259
+ WC_TABCONTROLA: str
1260
+ WC_TABCONTROL: str
1261
+ TCS_SCROLLOPPOSITE: int
1262
+ TCS_BOTTOM: int
1263
+ TCS_RIGHT: int
1264
+ TCS_MULTISELECT: int
1265
+ TCS_FLATBUTTONS: int
1266
+ TCS_FORCEICONLEFT: int
1267
+ TCS_FORCELABELLEFT: int
1268
+ TCS_HOTTRACK: int
1269
+ TCS_VERTICAL: int
1270
+ TCS_TABS: int
1271
+ TCS_BUTTONS: int
1272
+ TCS_SINGLELINE: int
1273
+ TCS_MULTILINE: int
1274
+ TCS_RIGHTJUSTIFY: int
1275
+ TCS_FIXEDWIDTH: int
1276
+ TCS_RAGGEDRIGHT: int
1277
+ TCS_FOCUSONBUTTONDOWN: int
1278
+ TCS_OWNERDRAWFIXED: int
1279
+ TCS_TOOLTIPS: int
1280
+ TCS_FOCUSNEVER: int
1281
+ TCS_EX_FLATSEPARATORS: int
1282
+ TCS_EX_REGISTERDROP: int
1283
+ TCM_GETIMAGELIST: Incomplete
1284
+ TCM_SETIMAGELIST: Incomplete
1285
+ TCM_GETITEMCOUNT: Incomplete
1286
+ TCIF_TEXT: int
1287
+ TCIF_IMAGE: int
1288
+ TCIF_RTLREADING: int
1289
+ TCIF_PARAM: int
1290
+ TCIF_STATE: int
1291
+ TCIS_BUTTONPRESSED: int
1292
+ TCIS_HIGHLIGHTED: int
1293
+ TCM_GETITEMA: Incomplete
1294
+ TCM_GETITEMW: Incomplete
1295
+ TCM_GETITEM: Incomplete
1296
+ TCM_SETITEMA: Incomplete
1297
+ TCM_SETITEMW: Incomplete
1298
+ TCM_SETITEM: Incomplete
1299
+ TCM_INSERTITEMA: Incomplete
1300
+ TCM_INSERTITEMW: Incomplete
1301
+ TCM_INSERTITEM: Incomplete
1302
+ TCM_DELETEITEM: Incomplete
1303
+ TCM_DELETEALLITEMS: Incomplete
1304
+ TCM_GETITEMRECT: Incomplete
1305
+ TCM_GETCURSEL: Incomplete
1306
+ TCM_SETCURSEL: Incomplete
1307
+ TCHT_NOWHERE: int
1308
+ TCHT_ONITEMICON: int
1309
+ TCHT_ONITEMLABEL: int
1310
+ TCHT_ONITEM: Incomplete
1311
+ TCM_HITTEST: Incomplete
1312
+ TCM_SETITEMEXTRA: Incomplete
1313
+ TCM_ADJUSTRECT: Incomplete
1314
+ TCM_SETITEMSIZE: Incomplete
1315
+ TCM_REMOVEIMAGE: Incomplete
1316
+ TCM_SETPADDING: Incomplete
1317
+ TCM_GETROWCOUNT: Incomplete
1318
+ TCM_GETTOOLTIPS: Incomplete
1319
+ TCM_SETTOOLTIPS: Incomplete
1320
+ TCM_GETCURFOCUS: Incomplete
1321
+ TCM_SETCURFOCUS: Incomplete
1322
+ TCM_SETMINTABWIDTH: Incomplete
1323
+ TCM_DESELECTALL: Incomplete
1324
+ TCM_HIGHLIGHTITEM: Incomplete
1325
+ TCM_SETEXTENDEDSTYLE: Incomplete
1326
+ TCM_GETEXTENDEDSTYLE: Incomplete
1327
+ TCM_SETUNICODEFORMAT: Incomplete
1328
+ TCM_GETUNICODEFORMAT: Incomplete
1329
+ TCN_KEYDOWN: Incomplete
1330
+ ANIMATE_CLASSA: str
1331
+ ANIMATE_CLASS: str
1332
+ ACS_CENTER: int
1333
+ ACS_TRANSPARENT: int
1334
+ ACS_AUTOPLAY: int
1335
+ ACS_TIMER: int
1336
+ ACM_OPENA: Incomplete
1337
+ ACM_OPENW: Incomplete
1338
+ ACM_OPEN: Incomplete
1339
+ ACM_PLAY: Incomplete
1340
+ ACM_STOP: Incomplete
1341
+ ACN_START: int
1342
+ ACN_STOP: int
1343
+ MONTHCAL_CLASSA: str
1344
+ MONTHCAL_CLASS: str
1345
+ MCM_FIRST: int
1346
+ MCM_GETCURSEL: Incomplete
1347
+ MCM_SETCURSEL: Incomplete
1348
+ MCM_GETMAXSELCOUNT: Incomplete
1349
+ MCM_SETMAXSELCOUNT: Incomplete
1350
+ MCM_GETSELRANGE: Incomplete
1351
+ MCM_SETSELRANGE: Incomplete
1352
+ MCM_GETMONTHRANGE: Incomplete
1353
+ MCM_SETDAYSTATE: Incomplete
1354
+ MCM_GETMINREQRECT: Incomplete
1355
+ MCM_SETCOLOR: Incomplete
1356
+ MCM_GETCOLOR: Incomplete
1357
+ MCSC_BACKGROUND: int
1358
+ MCSC_TEXT: int
1359
+ MCSC_TITLEBK: int
1360
+ MCSC_TITLETEXT: int
1361
+ MCSC_MONTHBK: int
1362
+ MCSC_TRAILINGTEXT: int
1363
+ MCM_SETTODAY: Incomplete
1364
+ MCM_GETTODAY: Incomplete
1365
+ MCM_HITTEST: Incomplete
1366
+ MCHT_TITLE: int
1367
+ MCHT_CALENDAR: int
1368
+ MCHT_TODAYLINK: int
1369
+ MCHT_NEXT: int
1370
+ MCHT_PREV: int
1371
+ MCHT_NOWHERE: int
1372
+ MCHT_TITLEBK: int
1373
+ MCHT_TITLEMONTH: Incomplete
1374
+ MCHT_TITLEYEAR: Incomplete
1375
+ MCHT_TITLEBTNNEXT: Incomplete
1376
+ MCHT_TITLEBTNPREV: Incomplete
1377
+ MCHT_CALENDARBK: int
1378
+ MCHT_CALENDARDATE: Incomplete
1379
+ MCHT_CALENDARDATENEXT: Incomplete
1380
+ MCHT_CALENDARDATEPREV: Incomplete
1381
+ MCHT_CALENDARDAY: Incomplete
1382
+ MCHT_CALENDARWEEKNUM: Incomplete
1383
+ MCM_SETFIRSTDAYOFWEEK: Incomplete
1384
+ MCM_GETFIRSTDAYOFWEEK: Incomplete
1385
+ MCM_GETRANGE: Incomplete
1386
+ MCM_SETRANGE: Incomplete
1387
+ MCM_GETMONTHDELTA: Incomplete
1388
+ MCM_SETMONTHDELTA: Incomplete
1389
+ MCM_GETMAXTODAYWIDTH: Incomplete
1390
+ MCM_SETUNICODEFORMAT: Incomplete
1391
+ MCM_GETUNICODEFORMAT: Incomplete
1392
+ MCN_SELCHANGE: Incomplete
1393
+ MCN_GETDAYSTATE: Incomplete
1394
+ MCN_SELECT: Incomplete
1395
+ MCS_DAYSTATE: int
1396
+ MCS_MULTISELECT: int
1397
+ MCS_WEEKNUMBERS: int
1398
+ MCS_NOTODAYCIRCLE: int
1399
+ MCS_NOTODAY: int
1400
+ GMR_VISIBLE: int
1401
+ GMR_DAYSTATE: int
1402
+ DATETIMEPICK_CLASSA: str
1403
+ DATETIMEPICK_CLASS: str
1404
+ DTM_FIRST: int
1405
+ DTM_GETSYSTEMTIME: Incomplete
1406
+ DTM_SETSYSTEMTIME: Incomplete
1407
+ DTM_GETRANGE: Incomplete
1408
+ DTM_SETRANGE: Incomplete
1409
+ DTM_SETFORMATA: Incomplete
1410
+ DTM_SETFORMATW: Incomplete
1411
+ DTM_SETFORMAT: Incomplete
1412
+ DTM_SETMCCOLOR: Incomplete
1413
+ DTM_GETMCCOLOR: Incomplete
1414
+ DTM_GETMONTHCAL: Incomplete
1415
+ DTM_SETMCFONT: Incomplete
1416
+ DTM_GETMCFONT: Incomplete
1417
+ DTS_UPDOWN: int
1418
+ DTS_SHOWNONE: int
1419
+ DTS_SHORTDATEFORMAT: int
1420
+ DTS_LONGDATEFORMAT: int
1421
+ DTS_TIMEFORMAT: int
1422
+ DTS_APPCANPARSE: int
1423
+ DTS_RIGHTALIGN: int
1424
+ DTN_DATETIMECHANGE: Incomplete
1425
+ DTN_USERSTRINGA: Incomplete
1426
+ DTN_USERSTRINGW: Incomplete
1427
+ DTN_USERSTRING: Incomplete
1428
+ DTN_WMKEYDOWNA: Incomplete
1429
+ DTN_WMKEYDOWNW: Incomplete
1430
+ DTN_WMKEYDOWN: Incomplete
1431
+ DTN_FORMATA: Incomplete
1432
+ DTN_FORMATW: Incomplete
1433
+ DTN_FORMAT: Incomplete
1434
+ DTN_FORMATQUERYA: Incomplete
1435
+ DTN_FORMATQUERYW: Incomplete
1436
+ DTN_FORMATQUERY: Incomplete
1437
+ DTN_DROPDOWN: Incomplete
1438
+ DTN_CLOSEUP: Incomplete
1439
+ GDTR_MIN: int
1440
+ GDTR_MAX: int
1441
+ GDT_ERROR: int
1442
+ GDT_VALID: int
1443
+ GDT_NONE: int
1444
+ IPM_CLEARADDRESS: Incomplete
1445
+ IPM_SETADDRESS: Incomplete
1446
+ IPM_GETADDRESS: Incomplete
1447
+ IPM_SETRANGE: Incomplete
1448
+ IPM_SETFOCUS: Incomplete
1449
+ IPM_ISBLANK: Incomplete
1450
+ WC_IPADDRESSA: str
1451
+ WC_IPADDRESS: str
1452
+ IPN_FIELDCHANGED: Incomplete
1453
+ WC_PAGESCROLLERA: str
1454
+ WC_PAGESCROLLER: str
1455
+ PGS_VERT: int
1456
+ PGS_HORZ: int
1457
+ PGS_AUTOSCROLL: int
1458
+ PGS_DRAGNDROP: int
1459
+ PGF_INVISIBLE: int
1460
+ PGF_NORMAL: int
1461
+ PGF_GRAYED: int
1462
+ PGF_DEPRESSED: int
1463
+ PGF_HOT: int
1464
+ PGB_TOPORLEFT: int
1465
+ PGB_BOTTOMORRIGHT: int
1466
+ PGM_SETCHILD: Incomplete
1467
+ PGM_RECALCSIZE: Incomplete
1468
+ PGM_FORWARDMOUSE: Incomplete
1469
+ PGM_SETBKCOLOR: Incomplete
1470
+ PGM_GETBKCOLOR: Incomplete
1471
+ PGM_SETBORDER: Incomplete
1472
+ PGM_GETBORDER: Incomplete
1473
+ PGM_SETPOS: Incomplete
1474
+ PGM_GETPOS: Incomplete
1475
+ PGM_SETBUTTONSIZE: Incomplete
1476
+ PGM_GETBUTTONSIZE: Incomplete
1477
+ PGM_GETBUTTONSTATE: Incomplete
1478
+ PGM_GETDROPTARGET: Incomplete
1479
+ PGN_SCROLL: Incomplete
1480
+ PGF_SCROLLUP: int
1481
+ PGF_SCROLLDOWN: int
1482
+ PGF_SCROLLLEFT: int
1483
+ PGF_SCROLLRIGHT: int
1484
+ PGK_SHIFT: int
1485
+ PGK_CONTROL: int
1486
+ PGK_MENU: int
1487
+ PGN_CALCSIZE: Incomplete
1488
+ PGF_CALCWIDTH: int
1489
+ PGF_CALCHEIGHT: int
1490
+ WC_NATIVEFONTCTLA: str
1491
+ WC_NATIVEFONTCTL: str
1492
+ NFS_EDIT: int
1493
+ NFS_STATIC: int
1494
+ NFS_LISTCOMBO: int
1495
+ NFS_BUTTON: int
1496
+ NFS_ALL: int
1497
+ WM_MOUSEHOVER: int
1498
+ WM_MOUSELEAVE: int
1499
+ TME_HOVER: int
1500
+ TME_LEAVE: int
1501
+ TME_QUERY: int
1502
+ TME_CANCEL: int
1503
+ HOVER_DEFAULT: int
1504
+ WSB_PROP_CYVSCROLL: int
1505
+ WSB_PROP_CXHSCROLL: int
1506
+ WSB_PROP_CYHSCROLL: int
1507
+ WSB_PROP_CXVSCROLL: int
1508
+ WSB_PROP_CXHTHUMB: int
1509
+ WSB_PROP_CYVTHUMB: int
1510
+ WSB_PROP_VBKGCOLOR: int
1511
+ WSB_PROP_HBKGCOLOR: int
1512
+ WSB_PROP_VSTYLE: int
1513
+ WSB_PROP_HSTYLE: int
1514
+ WSB_PROP_WINSTYLE: int
1515
+ WSB_PROP_PALETTE: int
1516
+ WSB_PROP_MASK: int
1517
+ FSB_FLAT_MODE: int
1518
+ FSB_ENCARTA_MODE: int
1519
+ FSB_REGULAR_MODE: int
1520
+
1521
+ def INDEXTOOVERLAYMASK(i): ...
1522
+ def INDEXTOSTATEIMAGEMASK(i): ...