basedpyright 1.19.0 → 1.19.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 (464) hide show
  1. package/dist/pyright-langserver.js +1 -1
  2. package/dist/pyright-langserver.js.LICENSE.txt +20 -0
  3. package/dist/pyright-langserver.js.map +1 -1
  4. package/dist/pyright.js +1 -1
  5. package/dist/pyright.js.LICENSE.txt +20 -0
  6. package/dist/pyright.js.map +1 -1
  7. package/dist/typeshed-fallback/README.md +1 -1
  8. package/dist/typeshed-fallback/commit.txt +1 -1
  9. package/dist/typeshed-fallback/stdlib/VERSIONS +2 -0
  10. package/dist/typeshed-fallback/stdlib/_asyncio.pyi +342 -0
  11. package/dist/typeshed-fallback/stdlib/_csv.pyi +2 -1
  12. package/dist/typeshed-fallback/stdlib/_ctypes.pyi +14 -1
  13. package/dist/typeshed-fallback/stdlib/_io.pyi +642 -0
  14. package/dist/typeshed-fallback/stdlib/_operator.pyi +3 -45
  15. package/dist/typeshed-fallback/stdlib/asyncio/events.pyi +6 -36
  16. package/dist/typeshed-fallback/stdlib/asyncio/futures.pyi +3 -138
  17. package/dist/typeshed-fallback/stdlib/asyncio/streams.pyi +2 -2
  18. package/dist/typeshed-fallback/stdlib/asyncio/tasks.pyi +12 -157
  19. package/dist/typeshed-fallback/stdlib/builtins.pyi +12 -2
  20. package/dist/typeshed-fallback/stdlib/bz2.pyi +1 -1
  21. package/dist/typeshed-fallback/stdlib/code.pyi +5 -1
  22. package/dist/typeshed-fallback/stdlib/collections/__init__.pyi +7 -8
  23. package/dist/typeshed-fallback/stdlib/csv.pyi +11 -4
  24. package/dist/typeshed-fallback/stdlib/distutils/command/bdist.pyi +8 -8
  25. package/dist/typeshed-fallback/stdlib/distutils/command/bdist_dumb.pyi +9 -8
  26. package/dist/typeshed-fallback/stdlib/distutils/command/bdist_msi.pyi +18 -17
  27. package/dist/typeshed-fallback/stdlib/distutils/command/bdist_rpm.pyi +36 -35
  28. package/dist/typeshed-fallback/stdlib/distutils/command/build.pyi +11 -11
  29. package/dist/typeshed-fallback/stdlib/distutils/command/build_clib.pyi +10 -10
  30. package/dist/typeshed-fallback/stdlib/distutils/command/build_ext.pyi +24 -24
  31. package/dist/typeshed-fallback/stdlib/distutils/command/build_py.pyi +12 -11
  32. package/dist/typeshed-fallback/stdlib/distutils/command/build_scripts.pyi +8 -7
  33. package/dist/typeshed-fallback/stdlib/distutils/command/check.pyi +3 -2
  34. package/dist/typeshed-fallback/stdlib/distutils/command/clean.pyi +8 -7
  35. package/dist/typeshed-fallback/stdlib/distutils/command/config.pyi +3 -3
  36. package/dist/typeshed-fallback/stdlib/distutils/command/install.pyi +21 -20
  37. package/dist/typeshed-fallback/stdlib/distutils/command/install_data.pyi +6 -5
  38. package/dist/typeshed-fallback/stdlib/distutils/command/install_egg_info.pyi +5 -4
  39. package/dist/typeshed-fallback/stdlib/distutils/command/install_headers.pyi +4 -3
  40. package/dist/typeshed-fallback/stdlib/distutils/command/install_lib.pyi +7 -6
  41. package/dist/typeshed-fallback/stdlib/distutils/command/install_scripts.pyi +6 -5
  42. package/dist/typeshed-fallback/stdlib/distutils/command/register.pyi +2 -1
  43. package/dist/typeshed-fallback/stdlib/distutils/command/sdist.pyi +9 -9
  44. package/dist/typeshed-fallback/stdlib/distutils/command/upload.pyi +5 -4
  45. package/dist/typeshed-fallback/stdlib/distutils/core.pyi +4 -3
  46. package/dist/typeshed-fallback/stdlib/distutils/log.pyi +1 -0
  47. package/dist/typeshed-fallback/stdlib/email/message.pyi +7 -6
  48. package/dist/typeshed-fallback/stdlib/enum.pyi +15 -2
  49. package/dist/typeshed-fallback/stdlib/fileinput.pyi +3 -3
  50. package/dist/typeshed-fallback/stdlib/hmac.pyi +3 -4
  51. package/dist/typeshed-fallback/stdlib/http/client.pyi +4 -4
  52. package/dist/typeshed-fallback/stdlib/http/cookiejar.pyi +2 -2
  53. package/dist/typeshed-fallback/stdlib/io.pyi +27 -582
  54. package/dist/typeshed-fallback/stdlib/ipaddress.pyi +2 -2
  55. package/dist/typeshed-fallback/stdlib/itertools.pyi +25 -24
  56. package/dist/typeshed-fallback/stdlib/logging/config.pyi +1 -1
  57. package/dist/typeshed-fallback/stdlib/mmap.pyi +2 -2
  58. package/dist/typeshed-fallback/stdlib/multiprocessing/pool.pyi +2 -2
  59. package/dist/typeshed-fallback/stdlib/operator.pyi +109 -1
  60. package/dist/typeshed-fallback/stdlib/optparse.pyi +2 -2
  61. package/dist/typeshed-fallback/stdlib/os/__init__.pyi +22 -5
  62. package/dist/typeshed-fallback/stdlib/pickle.pyi +7 -7
  63. package/dist/typeshed-fallback/stdlib/posixpath.pyi +13 -3
  64. package/dist/typeshed-fallback/stdlib/re.pyi +11 -11
  65. package/dist/typeshed-fallback/stdlib/shlex.pyi +1 -1
  66. package/dist/typeshed-fallback/stdlib/sqlite3/__init__.pyi +4 -4
  67. package/dist/typeshed-fallback/stdlib/subprocess.pyi +2 -2
  68. package/dist/typeshed-fallback/stdlib/tkinter/__init__.pyi +3 -3
  69. package/dist/typeshed-fallback/stdlib/tkinter/ttk.pyi +2 -2
  70. package/dist/typeshed-fallback/stdlib/traceback.pyi +3 -1
  71. package/dist/typeshed-fallback/stdlib/types.pyi +5 -3
  72. package/dist/typeshed-fallback/stdlib/unittest/runner.pyi +2 -1
  73. package/dist/typeshed-fallback/stdlib/unittest/suite.pyi +1 -1
  74. package/dist/typeshed-fallback/stdlib/weakref.pyi +4 -4
  75. package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/element.pyi +11 -2
  76. package/dist/typeshed-fallback/stubs/flake8-typing-imports/METADATA.toml +1 -1
  77. package/dist/typeshed-fallback/stubs/fpdf2/METADATA.toml +1 -1
  78. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/__init__.pyi +2 -1
  79. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/drawing.pyi +6 -2
  80. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/enums.pyi +5 -1
  81. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/fonts.pyi +36 -2
  82. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/fpdf.pyi +70 -40
  83. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/html.pyi +20 -27
  84. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/image_datastructures.pyi +1 -4
  85. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/line_break.pyi +4 -2
  86. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/outline.pyi +1 -1
  87. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/table.pyi +1 -1
  88. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/template.pyi +5 -1
  89. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/text_region.pyi +22 -2
  90. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/unicode_script.pyi +172 -0
  91. package/dist/typeshed-fallback/stubs/gdb/METADATA.toml +1 -1
  92. package/dist/typeshed-fallback/stubs/gdb/gdb/FrameDecorator.pyi +7 -2
  93. package/dist/typeshed-fallback/stubs/gdb/gdb/FrameIterator.pyi +0 -1
  94. package/dist/typeshed-fallback/stubs/gdb/gdb/__init__.pyi +120 -57
  95. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/__init__.pyi +13 -0
  96. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/breakpoint.pyi +3 -0
  97. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/bt.pyi +3 -0
  98. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/disassemble.pyi +3 -0
  99. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/evaluate.pyi +3 -0
  100. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/events.pyi +3 -0
  101. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/frames.pyi +3 -0
  102. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/io.pyi +3 -0
  103. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/launch.pyi +3 -0
  104. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/locations.pyi +3 -0
  105. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/memory.pyi +3 -0
  106. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/modules.pyi +3 -0
  107. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/next.pyi +3 -0
  108. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/pause.pyi +3 -0
  109. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/scopes.pyi +3 -0
  110. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/server.pyi +3 -0
  111. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/sources.pyi +3 -0
  112. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/startup.pyi +3 -0
  113. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/state.pyi +3 -0
  114. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/threads.pyi +3 -0
  115. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/typecheck.pyi +3 -0
  116. package/dist/typeshed-fallback/stubs/gdb/gdb/dap/varref.pyi +3 -0
  117. package/dist/typeshed-fallback/stubs/gdb/gdb/disassembler.pyi +57 -0
  118. package/dist/typeshed-fallback/stubs/gdb/gdb/events.pyi +22 -62
  119. package/dist/typeshed-fallback/stubs/gdb/gdb/missing_debug.pyi +12 -0
  120. package/dist/typeshed-fallback/stubs/gdb/gdb/printing.pyi +25 -0
  121. package/dist/typeshed-fallback/stubs/gdb/gdb/unwinder.pyi +11 -1
  122. package/dist/typeshed-fallback/stubs/gevent/METADATA.toml +1 -1
  123. package/dist/typeshed-fallback/stubs/gevent/gevent/{monkey.pyi → monkey/__init__.pyi} +2 -3
  124. package/dist/typeshed-fallback/stubs/gevent/gevent/monkey/api.pyi +7 -0
  125. package/dist/typeshed-fallback/stubs/gevent/gevent/queue.pyi +9 -1
  126. package/dist/typeshed-fallback/stubs/gevent/gevent/timeout.pyi +6 -1
  127. package/dist/typeshed-fallback/stubs/html5lib/html5lib/serializer.pyi +2 -1
  128. package/dist/typeshed-fallback/stubs/icalendar/icalendar/__init__.pyi +6 -0
  129. package/dist/typeshed-fallback/stubs/icalendar/icalendar/cal.pyi +44 -0
  130. package/dist/typeshed-fallback/stubs/networkx/METADATA.toml +1 -1
  131. package/dist/typeshed-fallback/stubs/networkx/networkx/__init__.pyi +1 -1
  132. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/clique.pyi +5 -5
  133. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/clustering_coefficient.pyi +2 -2
  134. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/connectivity.pyi +4 -4
  135. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/distance_measures.pyi +2 -2
  136. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/dominating_set.pyi +3 -3
  137. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/kcomponents.pyi +2 -2
  138. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/matching.pyi +2 -2
  139. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/maxcut.pyi +3 -3
  140. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/ramsey.pyi +2 -2
  141. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/steinertree.pyi +3 -3
  142. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/traveling_salesman.pyi +8 -8
  143. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/treewidth.pyi +3 -3
  144. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/vertex_cover.pyi +2 -2
  145. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/connectivity.pyi +2 -2
  146. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/correlation.pyi +5 -5
  147. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/mixing.pyi +6 -6
  148. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/neighbor_degree.pyi +2 -2
  149. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/pairs.pyi +3 -3
  150. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/asteroidal.pyi +3 -3
  151. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/basic.pyi +7 -7
  152. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/centrality.pyi +4 -4
  153. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/cluster.pyi +4 -4
  154. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/covering.pyi +2 -2
  155. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/edgelist.pyi +5 -5
  156. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/generators.pyi +9 -9
  157. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matching.pyi +5 -5
  158. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matrix.pyi +3 -3
  159. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/projection.pyi +6 -6
  160. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/redundancy.pyi +2 -2
  161. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/spectral.pyi +2 -2
  162. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/boundary.pyi +2 -2
  163. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bridges.pyi +3 -3
  164. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/broadcasting.pyi +9 -0
  165. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/betweenness.pyi +3 -3
  166. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/betweenness_subset.pyi +3 -3
  167. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/closeness.pyi +3 -3
  168. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness.pyi +4 -4
  169. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness_subset.pyi +3 -3
  170. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_closeness.pyi +2 -2
  171. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/degree_alg.pyi +4 -4
  172. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/dispersion.pyi +2 -2
  173. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/eigenvector.pyi +3 -3
  174. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/flow_matrix.pyi +2 -2
  175. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/group.pyi +7 -7
  176. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/harmonic.pyi +2 -2
  177. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/katz.pyi +3 -3
  178. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/laplacian.pyi +2 -2
  179. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/load.pyi +3 -3
  180. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/percolation.pyi +2 -2
  181. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/reaching.pyi +3 -3
  182. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/second_order.pyi +2 -2
  183. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/subgraph_alg.pyi +5 -5
  184. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/trophic.pyi +4 -4
  185. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/voterank_alg.pyi +2 -2
  186. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/chains.pyi +2 -2
  187. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/chordal.pyi +5 -5
  188. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/clique.pyi +6 -6
  189. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cluster.pyi +7 -7
  190. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/coloring/equitable_coloring.pyi +2 -2
  191. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/coloring/greedy_coloring.pyi +10 -10
  192. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/communicability_alg.pyi +3 -3
  193. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/__init__.pyi +1 -0
  194. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/asyn_fluid.pyi +2 -2
  195. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/centrality.pyi +2 -2
  196. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/community_utils.pyi +2 -2
  197. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/divisive.pyi +10 -0
  198. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/kclique.pyi +2 -2
  199. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/kernighan_lin.pyi +2 -2
  200. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/label_propagation.pyi +3 -3
  201. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/louvain.pyi +3 -3
  202. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/lukes.pyi +2 -2
  203. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/modularity_max.pyi +3 -3
  204. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/quality.pyi +3 -3
  205. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/attracting.pyi +4 -4
  206. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/biconnected.pyi +5 -5
  207. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/connected.pyi +5 -5
  208. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/semiconnected.pyi +2 -2
  209. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/strongly_connected.pyi +7 -7
  210. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/weakly_connected.pyi +4 -4
  211. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/connectivity.pyi +7 -7
  212. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/cuts.pyi +5 -5
  213. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/disjoint_paths.pyi +3 -3
  214. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/edge_augmentation.pyi +4 -4
  215. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/edge_kcomponents.pyi +4 -4
  216. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/kcomponents.pyi +2 -2
  217. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/kcutsets.pyi +2 -2
  218. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/stoerwagner.pyi +2 -2
  219. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/utils.pyi +3 -3
  220. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/core.pyi +8 -8
  221. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/covering.pyi +3 -3
  222. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cuts.pyi +9 -9
  223. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cycles.pyi +7 -7
  224. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/d_separation.pyi +4 -4
  225. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dag.pyi +16 -16
  226. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/distance_measures.pyi +8 -8
  227. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/distance_regular.pyi +5 -5
  228. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dominance.pyi +3 -3
  229. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dominating.pyi +3 -3
  230. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/efficiency_measures.pyi +4 -4
  231. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/euler.pyi +7 -7
  232. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/boykovkolmogorov.pyi +2 -2
  233. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/capacityscaling.pyi +2 -2
  234. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/dinitz_alg.pyi +2 -2
  235. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/edmondskarp.pyi +2 -2
  236. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/gomory_hu.pyi +2 -2
  237. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/maxflow.pyi +5 -5
  238. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/mincost.pyi +5 -5
  239. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/networksimplex.pyi +2 -2
  240. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/preflowpush.pyi +2 -2
  241. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/shortestaugmentingpath.pyi +2 -2
  242. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/utils.pyi +4 -4
  243. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/graph_hashing.pyi +3 -3
  244. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/graphical.pyi +7 -7
  245. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/hierarchy.pyi +2 -2
  246. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/hybrid.pyi +3 -3
  247. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isolate.pyi +4 -4
  248. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/isomorph.pyi +5 -5
  249. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/matchhelpers.pyi +7 -7
  250. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/tree_isomorphism.pyi +3 -3
  251. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/vf2pp.pyi +4 -4
  252. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_analysis/hits_alg.pyi +2 -2
  253. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_analysis/pagerank_alg.pyi +3 -3
  254. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_prediction.pyi +9 -9
  255. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/lowest_common_ancestors.pyi +4 -4
  256. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/matching.pyi +7 -7
  257. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/minors/contraction.pyi +5 -5
  258. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/mis.pyi +2 -2
  259. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/moral.pyi +2 -2
  260. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/node_classification.pyi +3 -3
  261. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/non_randomness.pyi +2 -2
  262. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/all.pyi +5 -5
  263. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/binary.pyi +7 -7
  264. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/product.pyi +8 -8
  265. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/unary.pyi +3 -3
  266. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/planar_drawing.pyi +2 -2
  267. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/planarity.pyi +3 -3
  268. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/polynomials.pyi +3 -3
  269. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/reciprocity.pyi +3 -3
  270. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/regular.pyi +4 -4
  271. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/richclub.pyi +2 -2
  272. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/astar.pyi +3 -3
  273. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/dense.pyi +5 -5
  274. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/generic.pyi +5 -5
  275. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/unweighted.pyi +9 -9
  276. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/weighted.pyi +26 -26
  277. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/similarity.pyi +8 -8
  278. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/simple_paths.pyi +5 -5
  279. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/smallworld.pyi +5 -5
  280. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/smetric.pyi +2 -2
  281. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/sparsifiers.pyi +2 -2
  282. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/structuralholes.pyi +4 -4
  283. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/summarization.pyi +3 -3
  284. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/swap.pyi +4 -4
  285. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/threshold.pyi +3 -3
  286. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tournament.pyi +7 -7
  287. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/beamsearch.pyi +2 -2
  288. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/breadth_first_search.pyi +7 -7
  289. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/depth_first_search.pyi +8 -8
  290. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/edgebfs.pyi +2 -2
  291. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/edgedfs.pyi +2 -2
  292. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/branchings.pyi +7 -7
  293. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/coding.pyi +5 -5
  294. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/decomposition.pyi +2 -2
  295. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/mst.pyi +7 -7
  296. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/operations.pyi +2 -2
  297. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/recognition.pyi +5 -5
  298. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/triads.pyi +8 -8
  299. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/vitality.pyi +2 -2
  300. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/voronoi.pyi +2 -2
  301. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/wiener.pyi +2 -2
  302. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/function.pyi +2 -0
  303. package/dist/typeshed-fallback/stubs/networkx/networkx/convert.pyi +6 -6
  304. package/dist/typeshed-fallback/stubs/networkx/networkx/convert_matrix.pyi +4 -4
  305. package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_agraph.pyi +3 -3
  306. package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_pydot.pyi +3 -3
  307. package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_pylab.pyi +7 -0
  308. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/atlas.pyi +3 -3
  309. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/classic.pyi +20 -20
  310. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/cographs.pyi +2 -2
  311. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/community.pyi +11 -11
  312. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/degree_seq.pyi +8 -8
  313. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/directed.pyi +6 -6
  314. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/duplication.pyi +3 -3
  315. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/ego.pyi +2 -2
  316. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/expanders.pyi +4 -4
  317. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/geometric.pyi +8 -8
  318. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/harary_graph.pyi +3 -3
  319. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/internet_as_graphs.pyi +2 -2
  320. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/intersection.pyi +4 -4
  321. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/interval_graph.pyi +2 -2
  322. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/joint_degree_seq.pyi +5 -5
  323. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/lattice.pyi +6 -6
  324. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/line.pyi +3 -3
  325. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/mycielski.pyi +3 -3
  326. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/nonisomorphic_trees.pyi +3 -3
  327. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/random_graphs.pyi +18 -18
  328. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/small.pyi +24 -24
  329. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/social.pyi +5 -5
  330. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/spectral_graph_forge.pyi +2 -2
  331. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/stochastic.pyi +2 -2
  332. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/sudoku.pyi +2 -2
  333. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/trees.pyi +4 -4
  334. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/triads.pyi +2 -2
  335. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/algebraicconnectivity.pyi +5 -5
  336. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/attrmatrix.pyi +3 -3
  337. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/bethehessianmatrix.pyi +2 -2
  338. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/graphmatrix.pyi +3 -3
  339. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/laplacianmatrix.pyi +6 -6
  340. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/modularitymatrix.pyi +3 -3
  341. package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/spectrum.pyi +6 -6
  342. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/adjlist.pyi +3 -3
  343. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/edgelist.pyi +4 -4
  344. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/gexf.pyi +2 -2
  345. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/gml.pyi +3 -3
  346. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/graph6.pyi +3 -3
  347. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/graphml.pyi +4 -4
  348. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/adjacency.pyi +3 -3
  349. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/cytoscape.pyi +2 -2
  350. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/node_link.pyi +2 -2
  351. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/tree.pyi +2 -2
  352. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/leda.pyi +3 -3
  353. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/multiline_adjlist.pyi +3 -3
  354. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/p2g.pyi +3 -3
  355. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/pajek.pyi +3 -3
  356. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/sparse6.pyi +3 -3
  357. package/dist/typeshed-fallback/stubs/networkx/networkx/relabel.pyi +2 -2
  358. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/__init__.pyi +20 -1
  359. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/backends.pyi +6 -3
  360. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/configs.pyi +32 -0
  361. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/misc.pyi +22 -0
  362. package/dist/typeshed-fallback/stubs/peewee/METADATA.toml +1 -1
  363. package/dist/typeshed-fallback/stubs/peewee/peewee.pyi +64 -64
  364. package/dist/typeshed-fallback/stubs/psutil/psutil/__init__.pyi +1 -1
  365. package/dist/typeshed-fallback/stubs/psycopg2/METADATA.toml +1 -1
  366. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/errorcodes.pyi +307 -304
  367. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/errors.pyi +1 -0
  368. package/dist/typeshed-fallback/stubs/pygit2/METADATA.toml +1 -0
  369. package/dist/typeshed-fallback/stubs/pywin32/METADATA.toml +1 -1
  370. package/dist/typeshed-fallback/stubs/pywin32/_win32typing.pyi +19 -1
  371. package/dist/typeshed-fallback/stubs/pywin32/isapi/simple.pyi +1 -3
  372. package/dist/typeshed-fallback/stubs/pywin32/isapi/threaded_extension.pyi +0 -2
  373. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/pywintypes.pyi +1 -4
  374. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/regutil.pyi +0 -1
  375. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32evtlogutil.pyi +2 -1
  376. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32timezone.pyi +3 -3
  377. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32verstamp.pyi +21 -0
  378. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/winnt.pyi +2 -5
  379. package/dist/typeshed-fallback/stubs/pywin32/win32/win32api.pyi +3 -7
  380. package/dist/typeshed-fallback/stubs/pywin32/win32/win32cred.pyi +6 -0
  381. package/dist/typeshed-fallback/stubs/pywin32/win32/win32gui.pyi +14 -3
  382. package/dist/typeshed-fallback/stubs/pywin32/win32/win32service.pyi +1 -1
  383. package/dist/typeshed-fallback/stubs/pywin32/win32/winxpgui.pyi +4 -5
  384. package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/client/debug.pyi +1 -0
  385. package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/client/framework.pyi +1 -0
  386. package/dist/typeshed-fallback/stubs/pywin32/win32com/client/__init__.pyi +2 -4
  387. package/dist/typeshed-fallback/stubs/pywin32/win32com/client/dynamic.pyi +3 -16
  388. package/dist/typeshed-fallback/stubs/pywin32/win32com/server/connect.pyi +0 -3
  389. package/dist/typeshed-fallback/stubs/pywin32/win32com/server/dispatcher.pyi +5 -15
  390. package/dist/typeshed-fallback/stubs/pywin32/win32com/server/exception.pyi +0 -2
  391. package/dist/typeshed-fallback/stubs/pywin32/win32com/server/policy.pyi +0 -10
  392. package/dist/typeshed-fallback/stubs/pywin32/win32com/server/util.pyi +0 -2
  393. package/dist/typeshed-fallback/stubs/pywin32/win32com/universal.pyi +3 -2
  394. package/dist/typeshed-fallback/stubs/pywin32/win32comext/adsi/__init__.pyi +4 -0
  395. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/adb.pyi +2 -3
  396. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/codecontainer.pyi +1 -4
  397. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/contexts.pyi +1 -2
  398. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/debugger.pyi +1 -3
  399. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/documents.pyi +2 -6
  400. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/expressions.pyi +0 -2
  401. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/stackframe.pyi +0 -2
  402. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/util.pyi +2 -5
  403. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/client/debug.pyi +42 -0
  404. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/client/error.pyi +23 -9
  405. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/client/framework.pyi +154 -0
  406. package/dist/typeshed-fallback/stubs/pywin32/win32comext/mapi/mapi.pyi +9 -0
  407. package/dist/typeshed-fallback/stubs/pywin32/win32comext/mapi/mapiutil.pyi +3 -10
  408. package/dist/typeshed-fallback/stubs/pywin32/win32comext/shell/shell.pyi +1 -0
  409. package/dist/typeshed-fallback/stubs/pywin32/win32comext/shell/shellcon.pyi +14 -0
  410. package/dist/typeshed-fallback/stubs/pywin32/win32verstamp.pyi +1 -0
  411. package/dist/typeshed-fallback/stubs/requests/requests/cookies.pyi +1 -1
  412. package/dist/typeshed-fallback/stubs/setuptools/METADATA.toml +1 -1
  413. package/dist/typeshed-fallback/stubs/setuptools/setuptools/__init__.pyi +14 -3
  414. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/ccompiler.pyi +62 -62
  415. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/cmd.pyi +4 -4
  416. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/build_py.pyi +1 -1
  417. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/dist.pyi +1 -1
  418. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/filelist.pyi +5 -5
  419. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/sysconfig.pyi +2 -2
  420. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/util.pyi +6 -6
  421. package/dist/typeshed-fallback/stubs/xmltodict/METADATA.toml +1 -1
  422. package/package.json +1 -1
  423. package/dist/typeshed-fallback/stubs/boto/METADATA.toml +0 -7
  424. package/dist/typeshed-fallback/stubs/boto/boto/__init__.pyi +0 -143
  425. package/dist/typeshed-fallback/stubs/boto/boto/auth.pyi +0 -112
  426. package/dist/typeshed-fallback/stubs/boto/boto/auth_handler.pyi +0 -10
  427. package/dist/typeshed-fallback/stubs/boto/boto/compat.pyi +0 -8
  428. package/dist/typeshed-fallback/stubs/boto/boto/connection.pyi +0 -178
  429. package/dist/typeshed-fallback/stubs/boto/boto/ec2/__init__.pyi +0 -11
  430. package/dist/typeshed-fallback/stubs/boto/boto/elb/__init__.pyi +0 -59
  431. package/dist/typeshed-fallback/stubs/boto/boto/exception.pyi +0 -148
  432. package/dist/typeshed-fallback/stubs/boto/boto/kms/__init__.pyi +0 -4
  433. package/dist/typeshed-fallback/stubs/boto/boto/kms/exceptions.pyi +0 -17
  434. package/dist/typeshed-fallback/stubs/boto/boto/kms/layer1.pyi +0 -78
  435. package/dist/typeshed-fallback/stubs/boto/boto/plugin.pyi +0 -10
  436. package/dist/typeshed-fallback/stubs/boto/boto/regioninfo.pyi +0 -23
  437. package/dist/typeshed-fallback/stubs/boto/boto/s3/__init__.pyi +0 -16
  438. package/dist/typeshed-fallback/stubs/boto/boto/s3/acl.pyi +0 -49
  439. package/dist/typeshed-fallback/stubs/boto/boto/s3/bucket.pyi +0 -192
  440. package/dist/typeshed-fallback/stubs/boto/boto/s3/bucketlistresultset.pyi +0 -86
  441. package/dist/typeshed-fallback/stubs/boto/boto/s3/bucketlogging.pyi +0 -14
  442. package/dist/typeshed-fallback/stubs/boto/boto/s3/connection.pyi +0 -142
  443. package/dist/typeshed-fallback/stubs/boto/boto/s3/cors.pyi +0 -36
  444. package/dist/typeshed-fallback/stubs/boto/boto/s3/deletemarker.pyi +0 -13
  445. package/dist/typeshed-fallback/stubs/boto/boto/s3/key.pyi +0 -235
  446. package/dist/typeshed-fallback/stubs/boto/boto/s3/keyfile.pyi +0 -29
  447. package/dist/typeshed-fallback/stubs/boto/boto/s3/lifecycle.pyi +0 -70
  448. package/dist/typeshed-fallback/stubs/boto/boto/s3/multidelete.pyi +0 -40
  449. package/dist/typeshed-fallback/stubs/boto/boto/s3/multipart.pyi +0 -74
  450. package/dist/typeshed-fallback/stubs/boto/boto/s3/prefix.pyi +0 -11
  451. package/dist/typeshed-fallback/stubs/boto/boto/s3/tagging.pyi +0 -23
  452. package/dist/typeshed-fallback/stubs/boto/boto/s3/user.pyi +0 -11
  453. package/dist/typeshed-fallback/stubs/boto/boto/s3/website.pyi +0 -83
  454. package/dist/typeshed-fallback/stubs/boto/boto/utils.pyi +0 -147
  455. package/dist/typeshed-fallback/stubs/playsound/METADATA.toml +0 -2
  456. package/dist/typeshed-fallback/stubs/playsound/playsound.pyi +0 -8
  457. package/dist/typeshed-fallback/stubs/pywin32/afxres.pyi +0 -1
  458. package/dist/typeshed-fallback/stubs/pywin32/win32/_wincerapi.pyi +0 -73
  459. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/afxres.pyi +0 -499
  460. package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/server/error.pyi +0 -1
  461. package/dist/typeshed-fallback/stubs/pywin32/win32com/mapi/_exchdapi.pyi +0 -1
  462. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/client/pyscript.pyi +0 -3
  463. package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/server/error.pyi +0 -6
  464. package/dist/typeshed-fallback/stubs/pywin32/win32comext/mapi/_exchdapi.pyi +0 -43

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.