nova-bridgeye 0.1.0 → 0.1.3

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 (3110) hide show
  1. package/.venv_build/Lib/site-packages/PyInstaller/__init__.py +64 -0
  2. package/.venv_build/Lib/site-packages/PyInstaller/__main__.py +308 -0
  3. package/.venv_build/Lib/site-packages/PyInstaller/_recursion_too_deep_message.py +45 -0
  4. package/.venv_build/Lib/site-packages/PyInstaller/_shared_with_waf.py +86 -0
  5. package/.venv_build/Lib/site-packages/PyInstaller/archive/__init__.py +1 -0
  6. package/.venv_build/Lib/site-packages/PyInstaller/archive/pyz_crypto.py +16 -0
  7. package/.venv_build/Lib/site-packages/PyInstaller/archive/readers.py +227 -0
  8. package/.venv_build/Lib/site-packages/PyInstaller/archive/writers.py +423 -0
  9. package/.venv_build/Lib/site-packages/PyInstaller/bootloader/Windows-64bit-intel/run.exe +0 -0
  10. package/.venv_build/Lib/site-packages/PyInstaller/bootloader/Windows-64bit-intel/run_d.exe +0 -0
  11. package/.venv_build/Lib/site-packages/PyInstaller/bootloader/Windows-64bit-intel/runw.exe +0 -0
  12. package/.venv_build/Lib/site-packages/PyInstaller/bootloader/Windows-64bit-intel/runw_d.exe +0 -0
  13. package/.venv_build/Lib/site-packages/PyInstaller/bootloader/images/icon-console.ico +0 -0
  14. package/.venv_build/Lib/site-packages/PyInstaller/bootloader/images/icon-windowed.ico +0 -0
  15. package/.venv_build/Lib/site-packages/PyInstaller/building/__init__.py +1 -0
  16. package/.venv_build/Lib/site-packages/PyInstaller/building/api.py +1309 -0
  17. package/.venv_build/Lib/site-packages/PyInstaller/building/build_main.py +1227 -0
  18. package/.venv_build/Lib/site-packages/PyInstaller/building/datastruct.py +459 -0
  19. package/.venv_build/Lib/site-packages/PyInstaller/building/icon.py +90 -0
  20. package/.venv_build/Lib/site-packages/PyInstaller/building/makespec.py +905 -0
  21. package/.venv_build/Lib/site-packages/PyInstaller/building/osx.py +723 -0
  22. package/.venv_build/Lib/site-packages/PyInstaller/building/splash.py +442 -0
  23. package/.venv_build/Lib/site-packages/PyInstaller/building/splash_templates.py +229 -0
  24. package/.venv_build/Lib/site-packages/PyInstaller/building/templates.py +126 -0
  25. package/.venv_build/Lib/site-packages/PyInstaller/building/utils.py +805 -0
  26. package/.venv_build/Lib/site-packages/PyInstaller/compat.py +764 -0
  27. package/.venv_build/Lib/site-packages/PyInstaller/config.py +56 -0
  28. package/.venv_build/Lib/site-packages/PyInstaller/configure.py +107 -0
  29. package/.venv_build/Lib/site-packages/PyInstaller/depend/__init__.py +1 -0
  30. package/.venv_build/Lib/site-packages/PyInstaller/depend/analysis.py +1002 -0
  31. package/.venv_build/Lib/site-packages/PyInstaller/depend/bindepend.py +920 -0
  32. package/.venv_build/Lib/site-packages/PyInstaller/depend/bytecode.py +337 -0
  33. package/.venv_build/Lib/site-packages/PyInstaller/depend/dylib.py +383 -0
  34. package/.venv_build/Lib/site-packages/PyInstaller/depend/imphook.py +542 -0
  35. package/.venv_build/Lib/site-packages/PyInstaller/depend/imphookapi.py +475 -0
  36. package/.venv_build/Lib/site-packages/PyInstaller/depend/utils.py +396 -0
  37. package/.venv_build/Lib/site-packages/PyInstaller/exceptions.py +82 -0
  38. package/.venv_build/Lib/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/__init__.py +34 -0
  39. package/.venv_build/Lib/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/_win32.py +333 -0
  40. package/.venv_build/Lib/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/qt.py +118 -0
  41. package/.venv_build/Lib/site-packages/PyInstaller/fake-modules/_pyi_rth_utils/tempfile.py +56 -0
  42. package/.venv_build/Lib/site-packages/PyInstaller/fake-modules/pyi_splash.py +211 -0
  43. package/.venv_build/Lib/site-packages/PyInstaller/hooks/__init__.py +1 -0
  44. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PIL.Image.py +17 -0
  45. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PIL.ImageFilter.py +13 -0
  46. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PIL.SpiderImagePlugin.py +14 -0
  47. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PIL.py +21 -0
  48. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QAxContainer.py +14 -0
  49. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.Qsci.py +14 -0
  50. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.Qt.py +29 -0
  51. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.Qt3DAnimation.py +14 -0
  52. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.Qt3DCore.py +14 -0
  53. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.Qt3DExtras.py +14 -0
  54. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.Qt3DInput.py +14 -0
  55. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.Qt3DLogic.py +14 -0
  56. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.Qt3DRender.py +14 -0
  57. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtBluetooth.py +14 -0
  58. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtChart.py +14 -0
  59. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtCore.py +14 -0
  60. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtDBus.py +14 -0
  61. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtDataVisualization.py +14 -0
  62. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtDesigner.py +14 -0
  63. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtGui.py +14 -0
  64. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtHelp.py +14 -0
  65. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtLocation.py +14 -0
  66. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtMacExtras.py +14 -0
  67. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtMultimedia.py +14 -0
  68. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtMultimediaWidgets.py +14 -0
  69. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtNetwork.py +15 -0
  70. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtNetworkAuth.py +14 -0
  71. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtNfc.py +14 -0
  72. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtOpenGL.py +14 -0
  73. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtPositioning.py +14 -0
  74. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtPrintSupport.py +14 -0
  75. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtPurchasing.py +14 -0
  76. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtQml.py +17 -0
  77. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtQuick.py +14 -0
  78. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtQuick3D.py +14 -0
  79. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtQuickWidgets.py +14 -0
  80. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtRemoteObjects.py +14 -0
  81. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtScript.py +14 -0
  82. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtSensors.py +14 -0
  83. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtSerialPort.py +14 -0
  84. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtSql.py +14 -0
  85. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtSvg.py +14 -0
  86. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtTest.py +14 -0
  87. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtTextToSpeech.py +14 -0
  88. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebChannel.py +14 -0
  89. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebEngine.py +14 -0
  90. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebEngineCore.py +22 -0
  91. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebEngineWidgets.py +14 -0
  92. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebKit.py +14 -0
  93. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebKitWidgets.py +14 -0
  94. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtWebSockets.py +14 -0
  95. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtWidgets.py +14 -0
  96. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtWinExtras.py +14 -0
  97. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtX11Extras.py +14 -0
  98. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtXml.py +14 -0
  99. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.QtXmlPatterns.py +14 -0
  100. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.py +29 -0
  101. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt5.uic.py +17 -0
  102. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QAxContainer.py +14 -0
  103. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.Qsci.py +14 -0
  104. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.Qt3DAnimation.py +14 -0
  105. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.Qt3DCore.py +14 -0
  106. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.Qt3DExtras.py +14 -0
  107. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.Qt3DInput.py +14 -0
  108. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.Qt3DLogic.py +14 -0
  109. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.Qt3DRender.py +16 -0
  110. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtBluetooth.py +14 -0
  111. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtCharts.py +14 -0
  112. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtCore.py +14 -0
  113. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtDBus.py +14 -0
  114. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtDataVisualization.py +14 -0
  115. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtDesigner.py +14 -0
  116. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtGui.py +14 -0
  117. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtHelp.py +14 -0
  118. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtMultimedia.py +14 -0
  119. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtMultimediaWidgets.py +14 -0
  120. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtNetwork.py +15 -0
  121. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtNetworkAuth.py +14 -0
  122. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtNfc.py +14 -0
  123. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtOpenGL.py +14 -0
  124. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtOpenGLWidgets.py +14 -0
  125. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtPdf.py +14 -0
  126. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtPdfWidgets.py +14 -0
  127. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtPositioning.py +14 -0
  128. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtPrintSupport.py +14 -0
  129. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtQml.py +17 -0
  130. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtQuick.py +14 -0
  131. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtQuick3D.py +14 -0
  132. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtQuickWidgets.py +14 -0
  133. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtRemoteObjects.py +14 -0
  134. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtSensors.py +14 -0
  135. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtSerialPort.py +14 -0
  136. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtSpatialAudio.py +14 -0
  137. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtSql.py +14 -0
  138. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtSvg.py +14 -0
  139. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtSvgWidgets.py +14 -0
  140. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtTest.py +14 -0
  141. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtTextToSpeech.py +14 -0
  142. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtWebChannel.py +14 -0
  143. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtWebEngineCore.py +27 -0
  144. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtWebEngineQuick.py +14 -0
  145. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtWebEngineWidgets.py +14 -0
  146. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtWebSockets.py +14 -0
  147. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtWidgets.py +14 -0
  148. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.QtXml.py +14 -0
  149. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.py +26 -0
  150. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PyQt6.uic.py +17 -0
  151. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.Qt3DAnimation.py +14 -0
  152. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.Qt3DCore.py +14 -0
  153. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.Qt3DExtras.py +14 -0
  154. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.Qt3DInput.py +14 -0
  155. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.Qt3DLogic.py +14 -0
  156. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.Qt3DRender.py +14 -0
  157. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtAxContainer.py +14 -0
  158. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtCharts.py +14 -0
  159. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtConcurrent.py +14 -0
  160. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtCore.py +14 -0
  161. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtDataVisualization.py +14 -0
  162. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtGui.py +14 -0
  163. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtHelp.py +14 -0
  164. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtLocation.py +14 -0
  165. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtMacExtras.py +14 -0
  166. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtMultimedia.py +19 -0
  167. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtMultimediaWidgets.py +14 -0
  168. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtNetwork.py +15 -0
  169. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtOpenGL.py +14 -0
  170. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtOpenGLFunctions.py +14 -0
  171. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtPositioning.py +14 -0
  172. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtPrintSupport.py +14 -0
  173. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtQml.py +19 -0
  174. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtQuick.py +14 -0
  175. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtQuickControls2.py +14 -0
  176. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtQuickWidgets.py +14 -0
  177. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtRemoteObjects.py +14 -0
  178. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtScript.py +14 -0
  179. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtScriptTools.py +14 -0
  180. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtScxml.py +14 -0
  181. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtSensors.py +14 -0
  182. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtSerialPort.py +14 -0
  183. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtSql.py +14 -0
  184. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtSvg.py +14 -0
  185. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtTest.py +14 -0
  186. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtTextToSpeech.py +14 -0
  187. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtUiTools.py +15 -0
  188. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtWebChannel.py +14 -0
  189. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtWebEngine.py +14 -0
  190. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtWebEngineCore.py +22 -0
  191. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtWebEngineWidgets.py +14 -0
  192. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtWebKit.py +14 -0
  193. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtWebKitWidgets.py +14 -0
  194. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtWebSockets.py +14 -0
  195. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtWidgets.py +14 -0
  196. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtWinExtras.py +14 -0
  197. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtX11Extras.py +14 -0
  198. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtXml.py +14 -0
  199. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.QtXmlPatterns.py +14 -0
  200. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.Qwt5.py +31 -0
  201. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide2.py +25 -0
  202. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.Qt3DAnimation.py +14 -0
  203. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.Qt3DCore.py +14 -0
  204. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.Qt3DExtras.py +14 -0
  205. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.Qt3DInput.py +14 -0
  206. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.Qt3DLogic.py +14 -0
  207. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.Qt3DRender.py +20 -0
  208. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtAxContainer.py +14 -0
  209. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtBluetooth.py +14 -0
  210. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtCharts.py +14 -0
  211. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtConcurrent.py +14 -0
  212. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtCore.py +14 -0
  213. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtDBus.py +14 -0
  214. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtDataVisualization.py +14 -0
  215. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtDesigner.py +14 -0
  216. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtGraphs.py +14 -0
  217. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtGui.py +14 -0
  218. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtHelp.py +14 -0
  219. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtHttpServer.py +18 -0
  220. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtLocation.py +14 -0
  221. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtMultimedia.py +19 -0
  222. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtMultimediaWidgets.py +14 -0
  223. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtNetwork.py +15 -0
  224. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtNetworkAuth.py +14 -0
  225. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtNfc.py +14 -0
  226. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtOpenGL.py +14 -0
  227. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtOpenGLWidgets.py +14 -0
  228. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtPdf.py +14 -0
  229. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtPdfWidgets.py +14 -0
  230. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtPositioning.py +14 -0
  231. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtPrintSupport.py +14 -0
  232. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtQml.py +17 -0
  233. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtQuick.py +14 -0
  234. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtQuick3D.py +14 -0
  235. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtQuickControls2.py +16 -0
  236. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtQuickWidgets.py +14 -0
  237. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtRemoteObjects.py +14 -0
  238. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtScxml.py +14 -0
  239. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtSensors.py +14 -0
  240. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtSerialBus.py +14 -0
  241. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtSerialPort.py +14 -0
  242. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtSpatialAudio.py +14 -0
  243. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtSql.py +14 -0
  244. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtStateMachine.py +14 -0
  245. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtSvg.py +14 -0
  246. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtSvgWidgets.py +14 -0
  247. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtTest.py +14 -0
  248. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtTextToSpeech.py +14 -0
  249. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtUiTools.py +14 -0
  250. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtWebChannel.py +14 -0
  251. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtWebEngineCore.py +29 -0
  252. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtWebEngineQuick.py +14 -0
  253. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtWebEngineWidgets.py +14 -0
  254. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtWebSockets.py +14 -0
  255. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtWidgets.py +14 -0
  256. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.QtXml.py +14 -0
  257. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-PySide6.py +28 -0
  258. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-_pyi_rth_utils.py +17 -0
  259. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-_tkinter.py +22 -0
  260. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-babel.py +16 -0
  261. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-difflib.py +13 -0
  262. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-distutils.command.check.py +13 -0
  263. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-distutils.py +33 -0
  264. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-distutils.util.py +13 -0
  265. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-django.contrib.sessions.py +14 -0
  266. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-django.core.cache.py +14 -0
  267. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-django.core.mail.py +25 -0
  268. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-django.core.management.py +19 -0
  269. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-django.db.backends.mysql.base.py +13 -0
  270. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-django.db.backends.oracle.base.py +12 -0
  271. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-django.db.backends.py +25 -0
  272. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-django.py +92 -0
  273. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-django.template.loaders.py +14 -0
  274. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-encodings.py +14 -0
  275. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gevent.py +24 -0
  276. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.py +12 -0
  277. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.Adw.py +16 -0
  278. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.AppIndicator3.py +16 -0
  279. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.Atk.py +29 -0
  280. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.AyatanaAppIndicator3.py +16 -0
  281. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.Champlain.py +16 -0
  282. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.Clutter.py +16 -0
  283. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.DBus.py +16 -0
  284. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GIRepository.py +16 -0
  285. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GLib.py +42 -0
  286. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GModule.py +16 -0
  287. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GObject.py +19 -0
  288. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.Gdk.py +36 -0
  289. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GdkPixbuf.py +150 -0
  290. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.Gio.py +63 -0
  291. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.Graphene.py +16 -0
  292. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.Gsk.py +16 -0
  293. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.Gst.py +93 -0
  294. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstAllocators.py +16 -0
  295. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstApp.py +16 -0
  296. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstAudio.py +16 -0
  297. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstBadAudio.py +16 -0
  298. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstBase.py +16 -0
  299. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstCheck.py +16 -0
  300. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstCodecs.py +16 -0
  301. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstController.py +16 -0
  302. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstGL.py +16 -0
  303. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstGLEGL.py +16 -0
  304. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstGLWayland.py +16 -0
  305. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstGLX11.py +16 -0
  306. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstInsertBin.py +16 -0
  307. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstMpegts.py +16 -0
  308. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstNet.py +16 -0
  309. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstPbutils.py +16 -0
  310. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstPlay.py +16 -0
  311. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstPlayer.py +16 -0
  312. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstRtp.py +16 -0
  313. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstRtsp.py +16 -0
  314. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstRtspServer.py +16 -0
  315. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstSdp.py +16 -0
  316. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstTag.py +16 -0
  317. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstTranscoder.py +16 -0
  318. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstVideo.py +16 -0
  319. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstVulkan.py +16 -0
  320. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstVulkanWayland.py +16 -0
  321. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstVulkanXCB.py +16 -0
  322. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GstWebRTC.py +16 -0
  323. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.Gtk.py +59 -0
  324. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GtkChamplain.py +16 -0
  325. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GtkClutter.py +16 -0
  326. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GtkSource.py +31 -0
  327. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.GtkosxApplication.py +18 -0
  328. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.HarfBuzz.py +16 -0
  329. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.Pango.py +16 -0
  330. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.PangoCairo.py +16 -0
  331. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.cairo.py +16 -0
  332. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.freetype2.py +16 -0
  333. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-gi.repository.xlib.py +16 -0
  334. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-heapq.py +13 -0
  335. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-idlelib.py +14 -0
  336. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-importlib_metadata.py +24 -0
  337. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-importlib_resources.py +22 -0
  338. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-keyring.py +19 -0
  339. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-kivy.py +25 -0
  340. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-lib2to3.py +16 -0
  341. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-matplotlib.backends.backend_qtagg.py +16 -0
  342. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-matplotlib.backends.backend_qtcairo.py +16 -0
  343. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-matplotlib.backends.py +226 -0
  344. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-matplotlib.backends.qt_compat.py +26 -0
  345. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-matplotlib.numerix.py +21 -0
  346. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-matplotlib.py +38 -0
  347. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-multiprocessing.util.py +16 -0
  348. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-numpy.py +59 -0
  349. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-packaging.py +13 -0
  350. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-pandas.io.clipboard.py +19 -0
  351. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-pandas.io.formats.style.py +18 -0
  352. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-pandas.plotting.py +18 -0
  353. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-pandas.py +20 -0
  354. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-pickle.py +13 -0
  355. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-pkg_resources.py +68 -0
  356. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-platform.py +16 -0
  357. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-pygments.py +29 -0
  358. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-pytz.py +16 -0
  359. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-pytzdata.py +14 -0
  360. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-qtawesome.py +19 -0
  361. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-qtpy.py +25 -0
  362. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-scapy.layers.all.py +19 -0
  363. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-scipy.io.matlab.py +13 -0
  364. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-scipy.linalg.py +13 -0
  365. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-scipy.py +52 -0
  366. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-scipy.sparse.csgraph.py +13 -0
  367. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-scipy.spatial.transform.rotation.py +17 -0
  368. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-scipy.special._ellip_harm_2.py +30 -0
  369. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-scipy.special._ufuncs.py +25 -0
  370. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-scipy.stats._stats.py +15 -0
  371. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-scrapy.py +18 -0
  372. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-setuptools.py +63 -0
  373. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-shelve.py +14 -0
  374. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-shiboken6.py +17 -0
  375. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-sphinx.py +41 -0
  376. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-sqlalchemy.py +88 -0
  377. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-sqlite3.py +19 -0
  378. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-sysconfig.py +29 -0
  379. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-wcwidth.py +14 -0
  380. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-win32ctypes.core.py +22 -0
  381. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-xml.dom.domreg.py +13 -0
  382. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-xml.etree.cElementTree.py +13 -0
  383. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-xml.py +12 -0
  384. package/.venv_build/Lib/site-packages/PyInstaller/hooks/hook-zope.interface.py +12 -0
  385. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_find_module_path/__init__.py +1 -0
  386. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_find_module_path/hook-PyQt5.uic.port_v2.py +15 -0
  387. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_find_module_path/hook-_pyi_rth_utils.py +25 -0
  388. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_find_module_path/hook-distutils.py +46 -0
  389. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_find_module_path/hook-pyi_splash.py +36 -0
  390. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/__init__.py +1 -0
  391. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-autocommand.py +15 -0
  392. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-backports.tarfile.py +15 -0
  393. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-distutils.py +23 -0
  394. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.py +37 -0
  395. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Adw.py +16 -0
  396. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.AppIndicator3.py +16 -0
  397. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Atk.py +16 -0
  398. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.AyatanaAppIndicator3.py +16 -0
  399. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Champlain.py +16 -0
  400. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Clutter.py +16 -0
  401. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.DBus.py +16 -0
  402. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GIRepository.py +16 -0
  403. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GLib.py +16 -0
  404. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GModule.py +16 -0
  405. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GObject.py +16 -0
  406. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gdk.py +16 -0
  407. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GdkPixbuf.py +16 -0
  408. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gio.py +16 -0
  409. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Graphene.py +16 -0
  410. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gsk.py +16 -0
  411. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gst.py +16 -0
  412. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstAllocators.py +16 -0
  413. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstApp.py +16 -0
  414. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstAudio.py +16 -0
  415. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstBadAudio.py +16 -0
  416. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstBase.py +16 -0
  417. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstCheck.py +16 -0
  418. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstCodecs.py +16 -0
  419. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstController.py +16 -0
  420. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGL.py +16 -0
  421. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLEGL.py +16 -0
  422. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLWayland.py +16 -0
  423. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstGLX11.py +16 -0
  424. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstInsertBin.py +16 -0
  425. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstMpegts.py +16 -0
  426. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstNet.py +16 -0
  427. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPbutils.py +16 -0
  428. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPlay.py +16 -0
  429. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPlayer.py +16 -0
  430. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtp.py +16 -0
  431. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtsp.py +16 -0
  432. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstRtspServer.py +16 -0
  433. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstSdp.py +16 -0
  434. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstTag.py +16 -0
  435. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstTranscoder.py +16 -0
  436. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVideo.py +16 -0
  437. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkan.py +16 -0
  438. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkanWayland.py +16 -0
  439. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVulkanXCB.py +16 -0
  440. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstWebRTC.py +16 -0
  441. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gtk.py +16 -0
  442. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkChamplain.py +16 -0
  443. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkClutter.py +16 -0
  444. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkSource.py +16 -0
  445. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkosxApplication.py +16 -0
  446. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.HarfBuzz.py +16 -0
  447. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Pango.py +16 -0
  448. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.PangoCairo.py +16 -0
  449. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.cairo.py +16 -0
  450. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.freetype2.py +16 -0
  451. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.xlib.py +16 -0
  452. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-importlib_metadata.py +15 -0
  453. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-importlib_resources.py +15 -0
  454. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-inflect.py +15 -0
  455. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-jaraco.context.py +15 -0
  456. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-jaraco.functools.py +15 -0
  457. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-jaraco.text.py +15 -0
  458. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-more_itertools.py +15 -0
  459. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-ordered_set.py +15 -0
  460. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-packaging.py +15 -0
  461. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-platformdirs.py +15 -0
  462. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-setuptools.extern.six.moves.py +39 -0
  463. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-six.moves.py +62 -0
  464. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-tomli.py +15 -0
  465. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-typeguard.py +15 -0
  466. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-typing_extensions.py +15 -0
  467. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-urllib3.packages.six.moves.py +34 -0
  468. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-wheel.py +15 -0
  469. package/.venv_build/Lib/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-zipp.py +15 -0
  470. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/__init__.py +1 -0
  471. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py +37 -0
  472. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_django.py +34 -0
  473. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gdkpixbuf.py +41 -0
  474. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gi.py +21 -0
  475. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gio.py +21 -0
  476. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_glib.py +37 -0
  477. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gstreamer.py +32 -0
  478. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gtk.py +27 -0
  479. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py +53 -0
  480. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_kivy.py +24 -0
  481. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_mplconfig.py +46 -0
  482. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py +55 -0
  483. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgres.py +171 -0
  484. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py +64 -0
  485. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt5.py +68 -0
  486. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyqt6.py +70 -0
  487. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyside2.py +63 -0
  488. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pyside6.py +69 -0
  489. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth_setuptools.py +37 -0
  490. package/.venv_build/Lib/site-packages/PyInstaller/hooks/rthooks.dat +23 -0
  491. package/.venv_build/Lib/site-packages/PyInstaller/isolated/__init__.py +31 -0
  492. package/.venv_build/Lib/site-packages/PyInstaller/isolated/_child.py +101 -0
  493. package/.venv_build/Lib/site-packages/PyInstaller/isolated/_parent.py +437 -0
  494. package/.venv_build/Lib/site-packages/PyInstaller/lib/README.rst +49 -0
  495. package/.venv_build/Lib/site-packages/PyInstaller/lib/__init__.py +1 -0
  496. package/.venv_build/Lib/site-packages/PyInstaller/lib/modulegraph/__init__.py +1 -0
  497. package/.venv_build/Lib/site-packages/PyInstaller/lib/modulegraph/__main__.py +89 -0
  498. package/.venv_build/Lib/site-packages/PyInstaller/lib/modulegraph/find_modules.py +61 -0
  499. package/.venv_build/Lib/site-packages/PyInstaller/lib/modulegraph/modulegraph.py +3061 -0
  500. package/.venv_build/Lib/site-packages/PyInstaller/lib/modulegraph/util.py +21 -0
  501. package/.venv_build/Lib/site-packages/PyInstaller/loader/__init__.py +1 -0
  502. package/.venv_build/Lib/site-packages/PyInstaller/loader/pyiboot01_bootstrap.py +95 -0
  503. package/.venv_build/Lib/site-packages/PyInstaller/loader/pyimod01_archive.py +135 -0
  504. package/.venv_build/Lib/site-packages/PyInstaller/loader/pyimod02_importers.py +696 -0
  505. package/.venv_build/Lib/site-packages/PyInstaller/loader/pyimod03_ctypes.py +131 -0
  506. package/.venv_build/Lib/site-packages/PyInstaller/loader/pyimod04_pywin32.py +56 -0
  507. package/.venv_build/Lib/site-packages/PyInstaller/log.py +64 -0
  508. package/.venv_build/Lib/site-packages/PyInstaller/utils/__init__.py +1 -0
  509. package/.venv_build/Lib/site-packages/PyInstaller/utils/_gitrevision.py +10 -0
  510. package/.venv_build/Lib/site-packages/PyInstaller/utils/cliutils/__init__.py +1 -0
  511. package/.venv_build/Lib/site-packages/PyInstaller/utils/cliutils/archive_viewer.py +268 -0
  512. package/.venv_build/Lib/site-packages/PyInstaller/utils/cliutils/bindepend.py +58 -0
  513. package/.venv_build/Lib/site-packages/PyInstaller/utils/cliutils/grab_version.py +59 -0
  514. package/.venv_build/Lib/site-packages/PyInstaller/utils/cliutils/makespec.py +61 -0
  515. package/.venv_build/Lib/site-packages/PyInstaller/utils/cliutils/set_version.py +51 -0
  516. package/.venv_build/Lib/site-packages/PyInstaller/utils/conftest.py +587 -0
  517. package/.venv_build/Lib/site-packages/PyInstaller/utils/git.py +59 -0
  518. package/.venv_build/Lib/site-packages/PyInstaller/utils/hooks/__init__.py +1335 -0
  519. package/.venv_build/Lib/site-packages/PyInstaller/utils/hooks/conda.py +396 -0
  520. package/.venv_build/Lib/site-packages/PyInstaller/utils/hooks/django.py +152 -0
  521. package/.venv_build/Lib/site-packages/PyInstaller/utils/hooks/gi.py +426 -0
  522. package/.venv_build/Lib/site-packages/PyInstaller/utils/hooks/qt/__init__.py +1424 -0
  523. package/.venv_build/Lib/site-packages/PyInstaller/utils/hooks/qt/_modules_info.py +450 -0
  524. package/.venv_build/Lib/site-packages/PyInstaller/utils/hooks/setuptools.py +247 -0
  525. package/.venv_build/Lib/site-packages/PyInstaller/utils/hooks/tcl_tk.py +340 -0
  526. package/.venv_build/Lib/site-packages/PyInstaller/utils/misc.py +229 -0
  527. package/.venv_build/Lib/site-packages/PyInstaller/utils/osx.py +690 -0
  528. package/.venv_build/Lib/site-packages/PyInstaller/utils/run_tests.py +70 -0
  529. package/.venv_build/Lib/site-packages/PyInstaller/utils/tests.py +152 -0
  530. package/.venv_build/Lib/site-packages/PyInstaller/utils/win32/__init__.py +1 -0
  531. package/.venv_build/Lib/site-packages/PyInstaller/utils/win32/icon.py +251 -0
  532. package/.venv_build/Lib/site-packages/PyInstaller/utils/win32/versioninfo.py +605 -0
  533. package/.venv_build/Lib/site-packages/PyInstaller/utils/win32/winmanifest.py +244 -0
  534. package/.venv_build/Lib/site-packages/PyInstaller/utils/win32/winresource.py +189 -0
  535. package/.venv_build/Lib/site-packages/PyInstaller/utils/win32/winutils.py +257 -0
  536. package/.venv_build/Lib/site-packages/_distutils_hack/__init__.py +222 -0
  537. package/.venv_build/Lib/site-packages/_distutils_hack/override.py +1 -0
  538. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/__init__.py +47 -0
  539. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/compat.py +42 -0
  540. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/pre_find_module_path/__init__.py +11 -0
  541. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/pre_safe_import_module/__init__.py +11 -0
  542. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/pre_safe_import_module/hook-tensorflow.py +28 -0
  543. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/pre_safe_import_module/hook-win32com.py +50 -0
  544. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/__init__.py +10 -0
  545. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_cryptography_openssl.py +20 -0
  546. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_enchant.py +22 -0
  547. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_ffpyplayer.py +19 -0
  548. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_findlibs.py +58 -0
  549. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_nltk.py +17 -0
  550. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_osgeo.py +32 -0
  551. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_pygraphviz.py +32 -0
  552. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_pyproj.py +26 -0
  553. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_pyqtgraph_multiprocess.py +52 -0
  554. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_pythoncom.py +24 -0
  555. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_pywintypes.py +24 -0
  556. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_tensorflow.py +53 -0
  557. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_traitlets.py +25 -0
  558. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks/pyi_rth_usb.py +85 -0
  559. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/rthooks.dat +16 -0
  560. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/__init__.py +11 -0
  561. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-BTrees.py +17 -0
  562. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-CTkMessagebox.py +17 -0
  563. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-Crypto.py +62 -0
  564. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-Cryptodome.py +44 -0
  565. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-HtmlTestRunner.py +17 -0
  566. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-IPython.py +42 -0
  567. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-OpenGL.py +42 -0
  568. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-OpenGL_accelerate.py +22 -0
  569. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-PyTaskbar.py +14 -0
  570. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-Xlib.py +15 -0
  571. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-_mssql.py +13 -0
  572. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-_mysql.py +16 -0
  573. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-accessible_output2.py +18 -0
  574. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-adbutils.py +23 -0
  575. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-adios.py +16 -0
  576. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-afmformats.py +17 -0
  577. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-aliyunsdkcore.py +14 -0
  578. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-altair.py +15 -0
  579. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-amazonproduct.py +26 -0
  580. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-anyio.py +19 -0
  581. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-apkutils.py +15 -0
  582. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-appdirs.py +21 -0
  583. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-appy.pod.py +17 -0
  584. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-apscheduler.py +27 -0
  585. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-argon2.py +13 -0
  586. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-astor.py +15 -0
  587. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-astroid.py +48 -0
  588. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-astropy.py +42 -0
  589. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-astropy_iers_data.py +16 -0
  590. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-av.py +44 -0
  591. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-avro.py +27 -0
  592. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-azurerm.py +22 -0
  593. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-backports.py +20 -0
  594. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-backports.zoneinfo.py +18 -0
  595. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-bacon.py +50 -0
  596. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-bcrypt.py +16 -0
  597. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-bitsandbytes.py +23 -0
  598. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-black.py +29 -0
  599. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-bleak.py +19 -0
  600. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-blib2to3.py +26 -0
  601. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-blspy.py +35 -0
  602. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-bokeh.py +27 -0
  603. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-boto.py +25 -0
  604. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-boto3.py +29 -0
  605. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-botocore.py +30 -0
  606. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-branca.py +15 -0
  607. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-cairocffi.py +45 -0
  608. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-cairosvg.py +40 -0
  609. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-capstone.py +15 -0
  610. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-cassandra.py +22 -0
  611. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-celpy.py +24 -0
  612. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-certifi.py +21 -0
  613. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-cf_units.py +16 -0
  614. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-cftime.py +21 -0
  615. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-charset_normalizer.py +16 -0
  616. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-cloudpickle.py +18 -0
  617. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-cloudscraper.py +15 -0
  618. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-clr.py +55 -0
  619. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-clr_loader.py +22 -0
  620. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-cmocean.py +15 -0
  621. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-compliance_checker.py +22 -0
  622. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-comtypes.client.py +22 -0
  623. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-countrycode.py +15 -0
  624. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-countryinfo.py +15 -0
  625. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-cryptography.py +132 -0
  626. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-cumm.py +15 -0
  627. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-customtkinter.py +14 -0
  628. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-cv2.py +168 -0
  629. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-cx_Oracle.py +13 -0
  630. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-cytoolz.itertoolz.py +16 -0
  631. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dash.py +15 -0
  632. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dash_bootstrap_components.py +15 -0
  633. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dash_core_components.py +15 -0
  634. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dash_html_components.py +15 -0
  635. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dash_renderer.py +15 -0
  636. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dash_table.py +15 -0
  637. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dash_uploader.py +15 -0
  638. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dask.py +19 -0
  639. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-datasets.py +14 -0
  640. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dateparser.py +17 -0
  641. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dateparser.utils.strptime.py +17 -0
  642. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dateutil.py +15 -0
  643. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dbus_fast.py +16 -0
  644. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dclab.py +17 -0
  645. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-ddgs.py +20 -0
  646. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-detectron2.py +14 -0
  647. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-discid.py +40 -0
  648. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-distorm3.py +19 -0
  649. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-distributed.py +29 -0
  650. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dns.rdata.py +17 -0
  651. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-docutils.py +19 -0
  652. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-docx.py +15 -0
  653. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-docx2pdf.py +18 -0
  654. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-duckdb.py +22 -0
  655. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-dynaconf.py +15 -0
  656. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-easyocr.py +18 -0
  657. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-eccodeslib.py +20 -0
  658. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-eckitlib.py +16 -0
  659. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-eel.py +16 -0
  660. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-emoji.py +15 -0
  661. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-enchant.py +69 -0
  662. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-eng_to_ipa.py +15 -0
  663. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-ens.py +15 -0
  664. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-enzyme.parsers.ebml.core.py +25 -0
  665. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-eth_abi.py +15 -0
  666. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-eth_account.py +15 -0
  667. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-eth_hash.py +20 -0
  668. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-eth_keyfile.py +15 -0
  669. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-eth_keys.py +17 -0
  670. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-eth_rlp.py +17 -0
  671. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-eth_typing.py +16 -0
  672. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-eth_utils.network.py +15 -0
  673. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-eth_utils.py +15 -0
  674. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-exchangelib.py +12 -0
  675. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-fabric.py +22 -0
  676. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-fairscale.py +14 -0
  677. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-fake_useragent.py +15 -0
  678. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-faker.py +19 -0
  679. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-falcon.py +41 -0
  680. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-fastai.py +14 -0
  681. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-fastparquet.py +32 -0
  682. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-fckitlib.py +16 -0
  683. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-ffpyplayer.py +28 -0
  684. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-fiona.py +26 -0
  685. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-flask_compress.py +15 -0
  686. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-flask_restx.py +14 -0
  687. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-flex.py +17 -0
  688. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-flirpy.py +19 -0
  689. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-fmpy.py +25 -0
  690. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-folium.py +16 -0
  691. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-freetype.py +16 -0
  692. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-frictionless.py +19 -0
  693. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-fsspec.py +15 -0
  694. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-fvcore.nn.py +14 -0
  695. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-gadfly.py +13 -0
  696. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-gbulb.py +14 -0
  697. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-gcloud.py +21 -0
  698. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-geopandas.py +15 -0
  699. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-gitlab.py +22 -0
  700. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-globus_sdk.py +17 -0
  701. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-gmplot.py +15 -0
  702. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-gmsh.py +28 -0
  703. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-gooey.py +18 -0
  704. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-google.api_core.py +15 -0
  705. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-google.cloud.bigquery.py +16 -0
  706. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-google.cloud.core.py +15 -0
  707. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-google.cloud.kms_v1.py +19 -0
  708. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-google.cloud.pubsub_v1.py +15 -0
  709. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-google.cloud.speech.py +15 -0
  710. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-google.cloud.storage.py +15 -0
  711. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-google.cloud.translate.py +15 -0
  712. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-googleapiclient.model.py +20 -0
  713. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-grapheme.py +15 -0
  714. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-graphql_query.py +18 -0
  715. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-great_expectations.py +15 -0
  716. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-gribapi.py +89 -0
  717. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-grpc.py +15 -0
  718. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-gtk.py +16 -0
  719. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-h3.py +17 -0
  720. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-h5py.py +18 -0
  721. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-hdf5plugin.py +17 -0
  722. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-hexbytes.py +17 -0
  723. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-httplib2.py +17 -0
  724. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-humanize.py +23 -0
  725. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-hydra.py +36 -0
  726. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-ijson.py +15 -0
  727. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-imageio.py +21 -0
  728. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-imageio_ffmpeg.py +22 -0
  729. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-iminuit.py +25 -0
  730. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-intake.py +15 -0
  731. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-iso639.py +16 -0
  732. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-itk.py +21 -0
  733. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-jaraco.text.py +17 -0
  734. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-jedi.py +17 -0
  735. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-jieba.py +15 -0
  736. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-jinja2.py +13 -0
  737. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-jinxed.py +15 -0
  738. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-jira.py +19 -0
  739. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-jsonpath_rw_ext.py +15 -0
  740. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-jsonrpcserver.py +18 -0
  741. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-jsonschema.py +20 -0
  742. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-jsonschema_specifications.py +14 -0
  743. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-jupyterlab.py +15 -0
  744. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-kaleido.py +15 -0
  745. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-khmernltk.py +16 -0
  746. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-kinterbasdb.py +19 -0
  747. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-langchain.py +45 -0
  748. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-langchain_classic.py +15 -0
  749. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-langcodes.py +15 -0
  750. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-langdetect.py +15 -0
  751. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-laonlp.py +15 -0
  752. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-lark.py +15 -0
  753. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-ldfparser.py +15 -0
  754. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-lensfunpy.py +16 -0
  755. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-libaudioverse.py +18 -0
  756. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-librosa.py +25 -0
  757. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-lightgbm.py +27 -0
  758. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-lightning.py +21 -0
  759. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-limits.py +15 -0
  760. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-linear_operator.py +14 -0
  761. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-lingua.py +15 -0
  762. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-litestar.py +14 -0
  763. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-llvmlite.py +21 -0
  764. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-logilab.py +26 -0
  765. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-lxml.etree.py +13 -0
  766. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-lxml.isoschematron.py +17 -0
  767. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-lxml.objectify.py +13 -0
  768. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-lxml.py +20 -0
  769. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-lz4.py +16 -0
  770. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-magic.py +18 -0
  771. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-mako.codegen.py +17 -0
  772. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-mariadb.py +25 -0
  773. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-markdown.py +28 -0
  774. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-mecab.py +16 -0
  775. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-metpy.py +21 -0
  776. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-migrate.py +19 -0
  777. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-mimesis.py +17 -0
  778. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-minecraft_launcher_lib.py +14 -0
  779. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-mistune.py +19 -0
  780. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-mnemonic.py +15 -0
  781. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-monai.py +14 -0
  782. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-moviepy.audio.fx.all.py +17 -0
  783. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-moviepy.video.fx.all.py +17 -0
  784. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-mpl_toolkits.basemap.py +36 -0
  785. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-msoffcrypto.py +18 -0
  786. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nacl.py +30 -0
  787. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-names.py +18 -0
  788. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nanite.py +17 -0
  789. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-narwhals.py +22 -0
  790. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nbconvert.py +18 -0
  791. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nbdime.py +15 -0
  792. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nbformat.py +15 -0
  793. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nbt.py +12 -0
  794. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-ncclient.py +23 -0
  795. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-netCDF4.py +37 -0
  796. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nicegui.py +14 -0
  797. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-niquests.py +15 -0
  798. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nltk.py +27 -0
  799. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nnpy.py +16 -0
  800. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-notebook.py +27 -0
  801. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-numba.py +55 -0
  802. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-numbers_parser.py +16 -0
  803. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-numcodecs.py +20 -0
  804. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nvidia.cublas.py +19 -0
  805. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nvidia.cuda_cupti.py +19 -0
  806. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nvidia.cuda_nvcc.py +30 -0
  807. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nvidia.cuda_nvrtc.py +19 -0
  808. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nvidia.cuda_runtime.py +19 -0
  809. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nvidia.cudnn.py +19 -0
  810. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nvidia.cufft.py +19 -0
  811. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nvidia.curand.py +19 -0
  812. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nvidia.cusolver.py +19 -0
  813. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nvidia.cusparse.py +19 -0
  814. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nvidia.nccl.py +19 -0
  815. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nvidia.nvjitlink.py +19 -0
  816. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-nvidia.nvtx.py +19 -0
  817. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-office365.py +19 -0
  818. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-onnxruntime.py +16 -0
  819. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-opencc.py +15 -0
  820. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-openpyxl.py +18 -0
  821. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-opentelemetry.py +41 -0
  822. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-orjson.py +21 -0
  823. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-osgeo.py +81 -0
  824. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pandas_flavor.py +18 -0
  825. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-panel.py +18 -0
  826. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-parsedatetime.py +29 -0
  827. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-parso.py +17 -0
  828. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-passlib.py +21 -0
  829. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-paste.exceptions.reporter.py +17 -0
  830. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-patoolib.py +19 -0
  831. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-patsy.py +13 -0
  832. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pdfminer.py +15 -0
  833. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pendulum.py +19 -0
  834. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-phonenumbers.py +19 -0
  835. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pingouin.py +15 -0
  836. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pint.py +16 -0
  837. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pinyin.py +20 -0
  838. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-platformdirs.py +27 -0
  839. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-plotly.py +17 -0
  840. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pointcept.py +14 -0
  841. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pptx.py +15 -0
  842. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-prettytable.py +17 -0
  843. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-psutil.py +50 -0
  844. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-psychopy.py +17 -0
  845. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-psycopg2.py +13 -0
  846. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-psycopg_binary.py +15 -0
  847. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-publicsuffix2.py +15 -0
  848. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pubsub.core.py +15 -0
  849. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-puremagic.py +15 -0
  850. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-py.py +15 -0
  851. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyarrow.py +19 -0
  852. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pycountry.py +18 -0
  853. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pycparser.py +23 -0
  854. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pycrfsuite.py +13 -0
  855. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pydantic.py +49 -0
  856. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pydicom.py +69 -0
  857. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pydivert.py +15 -0
  858. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyecharts.py +14 -0
  859. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-io.py +16 -0
  860. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-ods.py +16 -0
  861. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-ods3.py +16 -0
  862. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-odsr.py +16 -0
  863. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-xls.py +16 -0
  864. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-xlsx.py +16 -0
  865. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel-xlsxw.py +16 -0
  866. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel.py +29 -0
  867. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel_io.py +26 -0
  868. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel_ods.py +16 -0
  869. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel_ods3.py +16 -0
  870. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel_odsr.py +16 -0
  871. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel_xls.py +16 -0
  872. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel_xlsx.py +16 -0
  873. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcel_xlsxw.py +16 -0
  874. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyexcelerate.Writer.py +15 -0
  875. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pygraphviz.py +145 -0
  876. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pygwalker.py +15 -0
  877. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pylibmagic.py +18 -0
  878. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pylint.py +75 -0
  879. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pylsl.py +42 -0
  880. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pymediainfo.py +44 -0
  881. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pymeshlab.py +41 -0
  882. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pymorphy3.py +25 -0
  883. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pymssql.py +20 -0
  884. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pynng.py +16 -0
  885. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pynput.py +15 -0
  886. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyodbc.py +19 -0
  887. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyopencl.py +18 -0
  888. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pypdfium2.py +16 -0
  889. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pypdfium2_raw.py +19 -0
  890. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pypemicro.py +43 -0
  891. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyphen.py +15 -0
  892. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyppeteer.py +16 -0
  893. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyproj.py +72 -0
  894. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pypsexec.py +18 -0
  895. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pypylon.py +48 -0
  896. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyqtgraph.py +56 -0
  897. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyshark.py +25 -0
  898. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pysnmp.py +16 -0
  899. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pystray.py +16 -0
  900. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pytest.py +18 -0
  901. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pythainlp.py +15 -0
  902. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pythoncom.py +31 -0
  903. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pytokens.py +16 -0
  904. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyttsx.py +23 -0
  905. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyttsx3.py +30 -0
  906. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyviz_comms.py +15 -0
  907. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pyvjoy.py +14 -0
  908. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pywintypes.py +31 -0
  909. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-pywt.py +21 -0
  910. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-qtmodern.py +15 -0
  911. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-radicale.py +16 -0
  912. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-raven.py +13 -0
  913. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-rawpy.py +16 -0
  914. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-rdflib.py +15 -0
  915. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-redmine.py +13 -0
  916. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-regex.py +13 -0
  917. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-reportlab.lib.utils.py +16 -0
  918. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-reportlab.pdfbase._fontdata.py +18 -0
  919. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-resampy.py +17 -0
  920. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-rlp.py +17 -0
  921. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-rpy2.py +18 -0
  922. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-rtree.py +46 -0
  923. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-ruamel.yaml.py +39 -0
  924. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-rubicon.py +14 -0
  925. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sacremoses.py +15 -0
  926. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sam2.py +30 -0
  927. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-saml2.py +25 -0
  928. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-schwifty.py +16 -0
  929. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-seedir.py +15 -0
  930. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-selectolax.py +15 -0
  931. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-selenium.py +15 -0
  932. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sentry_sdk.py +39 -0
  933. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-setuptools_scm.py +17 -0
  934. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-shapely.py +105 -0
  935. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-shotgun_api3.py +23 -0
  936. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-simplemma.py +15 -0
  937. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.color.py +19 -0
  938. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.data.py +19 -0
  939. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.draw.py +19 -0
  940. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.exposure.py +19 -0
  941. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.feature.py +26 -0
  942. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.filters.py +24 -0
  943. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.future.py +19 -0
  944. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.graph.py +22 -0
  945. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.io.py +19 -0
  946. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.measure.py +19 -0
  947. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.metrics.py +19 -0
  948. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.morphology.py +17 -0
  949. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.py +17 -0
  950. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.registration.py +19 -0
  951. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.restoration.py +19 -0
  952. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.segmentation.py +19 -0
  953. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skimage.transform.py +24 -0
  954. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.cluster.py +18 -0
  955. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.externals.array_api_compat.cupy.py +21 -0
  956. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.externals.array_api_compat.dask.array.py +21 -0
  957. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.externals.array_api_compat.numpy.py +21 -0
  958. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.externals.array_api_compat.torch.py +21 -0
  959. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.linear_model.py +18 -0
  960. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.metrics.cluster.py +27 -0
  961. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.metrics.pairwise.py +21 -0
  962. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.metrics.py +25 -0
  963. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.neighbors.py +41 -0
  964. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.py +17 -0
  965. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.tree.py +18 -0
  966. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sklearn.utils.py +20 -0
  967. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-skyfield.py +14 -0
  968. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-slixmpp.py +15 -0
  969. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sound_lib.py +18 -0
  970. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sounddevice.py +62 -0
  971. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-soundfile.py +62 -0
  972. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-spacy.py +19 -0
  973. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-speech_recognition.py +18 -0
  974. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-spiceypy.py +18 -0
  975. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-spnego.py +15 -0
  976. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-srsly.msgpack._packer.py +17 -0
  977. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sspilib.raw.py +20 -0
  978. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-statsmodels.tsa.statespace.py +16 -0
  979. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-stdnum.py +16 -0
  980. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-storm.database.py +20 -0
  981. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sudachipy.py +30 -0
  982. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sunpy.py +20 -0
  983. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-sv_ttk.py +16 -0
  984. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-swagger_spec_validator.py +15 -0
  985. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-tableauhyperapi.py +15 -0
  986. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-tables.py +30 -0
  987. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-tcod.py +20 -0
  988. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-tensorflow.py +188 -0
  989. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-text_unidecode.py +25 -0
  990. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-textdistance.py +17 -0
  991. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-thinc.backends.numpy_ops.py +17 -0
  992. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-thinc.py +18 -0
  993. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-timezonefinder.py +15 -0
  994. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-timm.py +14 -0
  995. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-tinycss2.py +21 -0
  996. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-tkinterdnd2.py +90 -0
  997. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-tkinterweb.py +16 -0
  998. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-tkinterweb_tkhtml.py +19 -0
  999. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-tkinterweb_tkhtml_extras.py +19 -0
  1000. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-toga.py +44 -0
  1001. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-toga_cocoa.py +19 -0
  1002. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-toga_gtk.py +19 -0
  1003. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-toga_winforms.py +40 -0
  1004. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-torch.py +179 -0
  1005. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-torchao.py +14 -0
  1006. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-torchaudio.py +21 -0
  1007. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-torchtext.py +21 -0
  1008. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-torchvision.io.image.py +14 -0
  1009. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-torchvision.py +18 -0
  1010. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame.py +13 -0
  1011. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_client.py +15 -0
  1012. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_code.py +15 -0
  1013. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_components.py +15 -0
  1014. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_datagrid.py +15 -0
  1015. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_deckgl.py +15 -0
  1016. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_formkit.py +15 -0
  1017. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_grid.py +15 -0
  1018. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_iframe.py +15 -0
  1019. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_keycloak.py +15 -0
  1020. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_leaflet.py +15 -0
  1021. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_markdown.py +15 -0
  1022. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_matplotlib.py +15 -0
  1023. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_mesh_streamer.py +16 -0
  1024. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_plotly.py +15 -0
  1025. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_pvui.py +15 -0
  1026. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_quasar.py +15 -0
  1027. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_rca.py +15 -0
  1028. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_router.py +15 -0
  1029. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_simput.py +15 -0
  1030. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_tauri.py +15 -0
  1031. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_tweakpane.py +15 -0
  1032. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_vega.py +15 -0
  1033. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_vtk.py +18 -0
  1034. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_vtk3d.py +15 -0
  1035. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_vtklocal.py +16 -0
  1036. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_vuetify.py +15 -0
  1037. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trame_xterm.py +15 -0
  1038. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-transformers.py +37 -0
  1039. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-travertino.py +19 -0
  1040. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-trimesh.py +17 -0
  1041. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-triton.py +47 -0
  1042. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-ttkthemes.py +56 -0
  1043. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-ttkwidgets.py +38 -0
  1044. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-tzdata.py +22 -0
  1045. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-tzwhere.py +15 -0
  1046. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-u1db.py +31 -0
  1047. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-ultralytics.py +19 -0
  1048. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-umap.py +15 -0
  1049. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-unidecode.py +20 -0
  1050. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-uniseg.py +17 -0
  1051. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-urllib3.py +18 -0
  1052. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-urllib3_future.py +16 -0
  1053. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-usb.py +91 -0
  1054. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-uuid6.py +17 -0
  1055. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-uvicorn.py +15 -0
  1056. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-uvloop.py +19 -0
  1057. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vaderSentiment.py +15 -0
  1058. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkAcceleratorsVTKmCore.py +15 -0
  1059. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkAcceleratorsVTKmDataModel.py +15 -0
  1060. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkAcceleratorsVTKmFilters.py +15 -0
  1061. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkChartsCore.py +15 -0
  1062. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonColor.py +15 -0
  1063. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonComputationalGeometry.py +15 -0
  1064. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonDataModel.py +15 -0
  1065. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonExecutionModel.py +15 -0
  1066. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonMath.py +15 -0
  1067. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonMisc.py +15 -0
  1068. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonPython.py +15 -0
  1069. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonSystem.py +15 -0
  1070. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkCommonTransforms.py +15 -0
  1071. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkDomainsChemistry.py +15 -0
  1072. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkDomainsChemistryOpenGL2.py +15 -0
  1073. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersAMR.py +15 -0
  1074. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersCellGrid.py +15 -0
  1075. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersCore.py +15 -0
  1076. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersExtraction.py +15 -0
  1077. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersFlowPaths.py +15 -0
  1078. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersGeneral.py +15 -0
  1079. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersGeneric.py +15 -0
  1080. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersGeometry.py +15 -0
  1081. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersGeometryPreview.py +15 -0
  1082. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersHybrid.py +15 -0
  1083. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersHyperTree.py +15 -0
  1084. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersImaging.py +15 -0
  1085. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersModeling.py +15 -0
  1086. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersParallel.py +15 -0
  1087. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersParallelDIY2.py +15 -0
  1088. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersParallelImaging.py +15 -0
  1089. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersParallelStatistics.py +15 -0
  1090. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersPoints.py +15 -0
  1091. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersProgrammable.py +15 -0
  1092. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersPython.py +15 -0
  1093. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersReduction.py +15 -0
  1094. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersSMP.py +15 -0
  1095. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersSelection.py +15 -0
  1096. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersSources.py +15 -0
  1097. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersStatistics.py +15 -0
  1098. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersTemporal.py +15 -0
  1099. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersTensor.py +15 -0
  1100. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersTexture.py +15 -0
  1101. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersTopology.py +15 -0
  1102. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkFiltersVerdict.py +15 -0
  1103. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkGeovisCore.py +15 -0
  1104. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOAMR.py +15 -0
  1105. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOAsynchronous.py +15 -0
  1106. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOAvmesh.py +15 -0
  1107. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOCGNSReader.py +15 -0
  1108. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOCONVERGECFD.py +15 -0
  1109. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOCellGrid.py +15 -0
  1110. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOCesium3DTiles.py +15 -0
  1111. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOChemistry.py +15 -0
  1112. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOCityGML.py +15 -0
  1113. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOCore.py +15 -0
  1114. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOERF.py +15 -0
  1115. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOEnSight.py +15 -0
  1116. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOEngys.py +15 -0
  1117. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOExodus.py +15 -0
  1118. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOExport.py +15 -0
  1119. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOExportGL2PS.py +15 -0
  1120. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOExportPDF.py +15 -0
  1121. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOFDS.py +15 -0
  1122. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOFLUENTCFF.py +15 -0
  1123. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOGeoJSON.py +15 -0
  1124. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOGeometry.py +15 -0
  1125. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOH5Rage.py +15 -0
  1126. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOH5part.py +15 -0
  1127. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOHDF.py +15 -0
  1128. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOIOSS.py +15 -0
  1129. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOImage.py +15 -0
  1130. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOImport.py +15 -0
  1131. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOInfovis.py +15 -0
  1132. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOLANLX3D.py +15 -0
  1133. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOLSDyna.py +15 -0
  1134. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOLegacy.py +15 -0
  1135. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOMINC.py +15 -0
  1136. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOMotionFX.py +15 -0
  1137. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOMovie.py +15 -0
  1138. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIONetCDF.py +15 -0
  1139. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOOMF.py +15 -0
  1140. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOOggTheora.py +15 -0
  1141. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOPIO.py +15 -0
  1142. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOPLY.py +15 -0
  1143. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOParallel.py +15 -0
  1144. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOParallelExodus.py +15 -0
  1145. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOParallelLSDyna.py +15 -0
  1146. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOParallelXML.py +15 -0
  1147. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOSQL.py +15 -0
  1148. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOSegY.py +15 -0
  1149. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOTRUCHAS.py +15 -0
  1150. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOTecplotTable.py +15 -0
  1151. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOVPIC.py +15 -0
  1152. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOVeraOut.py +15 -0
  1153. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOVideo.py +15 -0
  1154. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOXML.py +15 -0
  1155. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOXMLParser.py +15 -0
  1156. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkIOXdmf2.py +15 -0
  1157. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingColor.py +15 -0
  1158. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingCore.py +15 -0
  1159. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingFourier.py +15 -0
  1160. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingGeneral.py +15 -0
  1161. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingHybrid.py +15 -0
  1162. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingMath.py +15 -0
  1163. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingMorphological.py +15 -0
  1164. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingOpenGL2.py +15 -0
  1165. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingSources.py +15 -0
  1166. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingStatistics.py +15 -0
  1167. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkImagingStencil.py +15 -0
  1168. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkInfovisCore.py +15 -0
  1169. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkInfovisLayout.py +15 -0
  1170. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkInteractionImage.py +15 -0
  1171. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkInteractionStyle.py +15 -0
  1172. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkInteractionWidgets.py +15 -0
  1173. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkParallelCore.py +15 -0
  1174. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkPythonContext2D.py +15 -0
  1175. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingAnnotation.py +15 -0
  1176. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingCellGrid.py +15 -0
  1177. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingContext2D.py +15 -0
  1178. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingContextOpenGL2.py +15 -0
  1179. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingCore.py +15 -0
  1180. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingExternal.py +15 -0
  1181. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingFreeType.py +15 -0
  1182. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingGL2PSOpenGL2.py +15 -0
  1183. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingGridAxes.py +15 -0
  1184. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingHyperTreeGrid.py +15 -0
  1185. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingImage.py +15 -0
  1186. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingLICOpenGL2.py +15 -0
  1187. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingLOD.py +15 -0
  1188. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingLabel.py +15 -0
  1189. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingMatplotlib.py +15 -0
  1190. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingOpenGL2.py +15 -0
  1191. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingParallel.py +15 -0
  1192. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingSceneGraph.py +15 -0
  1193. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingUI.py +15 -0
  1194. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingVR.py +15 -0
  1195. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingVRModels.py +15 -0
  1196. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingVolume.py +15 -0
  1197. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingVolumeAMR.py +15 -0
  1198. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingVolumeOpenGL2.py +15 -0
  1199. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkRenderingVtkJS.py +15 -0
  1200. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkSerializationManager.py +15 -0
  1201. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkTestingRendering.py +15 -0
  1202. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkTestingSerialization.py +15 -0
  1203. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkViewsContext2D.py +15 -0
  1204. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkViewsCore.py +15 -0
  1205. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkViewsInfovis.py +15 -0
  1206. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkWebCore.py +15 -0
  1207. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkmodules.vtkWebGLExporter.py +15 -0
  1208. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-vtkpython.py +25 -0
  1209. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-wavefile.py +18 -0
  1210. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-weasyprint.py +85 -0
  1211. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-web3.py +15 -0
  1212. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-webassets.py +14 -0
  1213. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-webrtcvad.py +15 -0
  1214. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-websockets.py +16 -0
  1215. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-webview.py +20 -0
  1216. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-win32com.py +20 -0
  1217. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-wordcloud.py +15 -0
  1218. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-workflow.py +15 -0
  1219. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-wx.lib.activex.py +27 -0
  1220. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-wx.lib.pubsub.py +15 -0
  1221. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-wx.xrc.py +13 -0
  1222. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-xarray.py +30 -0
  1223. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-xml.dom.html.HTMLDocument.py +67 -0
  1224. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-xml.sax.saxexts.py +25 -0
  1225. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-xmldiff.py +16 -0
  1226. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-xmlschema.py +17 -0
  1227. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-xsge_gui.py +17 -0
  1228. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-xyzservices.py +15 -0
  1229. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-yapf_third_party.py +15 -0
  1230. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-z3c.rml.py +25 -0
  1231. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-zarr.py +15 -0
  1232. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-zeep.py +18 -0
  1233. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-zmq.py +63 -0
  1234. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/stdhooks/hook-zoneinfo.py +18 -0
  1235. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/utils/__init__.py +1 -0
  1236. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/utils/mypy.py +25 -0
  1237. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/utils/nvidia_cuda.py +77 -0
  1238. package/.venv_build/Lib/site-packages/_pyinstaller_hooks_contrib/utils/vtkmodules.py +604 -0
  1239. package/.venv_build/Lib/site-packages/altgraph/Dot.py +321 -0
  1240. package/.venv_build/Lib/site-packages/altgraph/Graph.py +682 -0
  1241. package/.venv_build/Lib/site-packages/altgraph/GraphAlgo.py +171 -0
  1242. package/.venv_build/Lib/site-packages/altgraph/GraphStat.py +73 -0
  1243. package/.venv_build/Lib/site-packages/altgraph/GraphUtil.py +139 -0
  1244. package/.venv_build/Lib/site-packages/altgraph/ObjectGraph.py +212 -0
  1245. package/.venv_build/Lib/site-packages/altgraph/__init__.py +146 -0
  1246. package/.venv_build/Lib/site-packages/altgraph-0.17.5.dist-info/INSTALLER +1 -0
  1247. package/.venv_build/Lib/site-packages/altgraph-0.17.5.dist-info/LICENSE +18 -0
  1248. package/.venv_build/Lib/site-packages/altgraph-0.17.5.dist-info/METADATA +307 -0
  1249. package/.venv_build/Lib/site-packages/altgraph-0.17.5.dist-info/RECORD +21 -0
  1250. package/.venv_build/Lib/site-packages/altgraph-0.17.5.dist-info/WHEEL +6 -0
  1251. package/.venv_build/Lib/site-packages/altgraph-0.17.5.dist-info/top_level.txt +1 -0
  1252. package/.venv_build/Lib/site-packages/altgraph-0.17.5.dist-info/zip-safe +1 -0
  1253. package/.venv_build/Lib/site-packages/certifi/__init__.py +4 -0
  1254. package/.venv_build/Lib/site-packages/certifi/__main__.py +12 -0
  1255. package/.venv_build/Lib/site-packages/certifi/cacert.pem +4468 -0
  1256. package/.venv_build/Lib/site-packages/certifi/core.py +83 -0
  1257. package/.venv_build/Lib/site-packages/certifi/py.typed +0 -0
  1258. package/.venv_build/Lib/site-packages/certifi-2026.1.4.dist-info/INSTALLER +1 -0
  1259. package/.venv_build/Lib/site-packages/certifi-2026.1.4.dist-info/METADATA +78 -0
  1260. package/.venv_build/Lib/site-packages/certifi-2026.1.4.dist-info/RECORD +14 -0
  1261. package/.venv_build/Lib/site-packages/certifi-2026.1.4.dist-info/WHEEL +5 -0
  1262. package/.venv_build/Lib/site-packages/certifi-2026.1.4.dist-info/licenses/LICENSE +20 -0
  1263. package/.venv_build/Lib/site-packages/certifi-2026.1.4.dist-info/top_level.txt +1 -0
  1264. package/.venv_build/Lib/site-packages/charset_normalizer/__init__.py +48 -0
  1265. package/.venv_build/Lib/site-packages/charset_normalizer/__main__.py +6 -0
  1266. package/.venv_build/Lib/site-packages/charset_normalizer/api.py +669 -0
  1267. package/.venv_build/Lib/site-packages/charset_normalizer/cd.py +395 -0
  1268. package/.venv_build/Lib/site-packages/charset_normalizer/cli/__init__.py +8 -0
  1269. package/.venv_build/Lib/site-packages/charset_normalizer/cli/__main__.py +381 -0
  1270. package/.venv_build/Lib/site-packages/charset_normalizer/constant.py +2015 -0
  1271. package/.venv_build/Lib/site-packages/charset_normalizer/legacy.py +80 -0
  1272. package/.venv_build/Lib/site-packages/charset_normalizer/md.py +635 -0
  1273. package/.venv_build/Lib/site-packages/charset_normalizer/models.py +360 -0
  1274. package/.venv_build/Lib/site-packages/charset_normalizer/py.typed +0 -0
  1275. package/.venv_build/Lib/site-packages/charset_normalizer/utils.py +414 -0
  1276. package/.venv_build/Lib/site-packages/charset_normalizer/version.py +8 -0
  1277. package/.venv_build/Lib/site-packages/charset_normalizer-3.4.4.dist-info/INSTALLER +1 -0
  1278. package/.venv_build/Lib/site-packages/charset_normalizer-3.4.4.dist-info/METADATA +764 -0
  1279. package/.venv_build/Lib/site-packages/charset_normalizer-3.4.4.dist-info/RECORD +35 -0
  1280. package/.venv_build/Lib/site-packages/charset_normalizer-3.4.4.dist-info/WHEEL +5 -0
  1281. package/.venv_build/Lib/site-packages/charset_normalizer-3.4.4.dist-info/entry_points.txt +2 -0
  1282. package/.venv_build/Lib/site-packages/charset_normalizer-3.4.4.dist-info/licenses/LICENSE +21 -0
  1283. package/.venv_build/Lib/site-packages/charset_normalizer-3.4.4.dist-info/top_level.txt +1 -0
  1284. package/.venv_build/Lib/site-packages/distutils-precedence.pth +1 -0
  1285. package/.venv_build/Lib/site-packages/dotenv/__init__.py +51 -0
  1286. package/.venv_build/Lib/site-packages/dotenv/__main__.py +6 -0
  1287. package/.venv_build/Lib/site-packages/dotenv/cli.py +218 -0
  1288. package/.venv_build/Lib/site-packages/dotenv/ipython.py +50 -0
  1289. package/.venv_build/Lib/site-packages/dotenv/main.py +435 -0
  1290. package/.venv_build/Lib/site-packages/dotenv/parser.py +182 -0
  1291. package/.venv_build/Lib/site-packages/dotenv/py.typed +1 -0
  1292. package/.venv_build/Lib/site-packages/dotenv/variables.py +86 -0
  1293. package/.venv_build/Lib/site-packages/dotenv/version.py +1 -0
  1294. package/.venv_build/Lib/site-packages/git/__init__.py +300 -0
  1295. package/.venv_build/Lib/site-packages/git/cmd.py +1741 -0
  1296. package/.venv_build/Lib/site-packages/git/compat.py +165 -0
  1297. package/.venv_build/Lib/site-packages/git/config.py +953 -0
  1298. package/.venv_build/Lib/site-packages/git/db.py +71 -0
  1299. package/.venv_build/Lib/site-packages/git/diff.py +776 -0
  1300. package/.venv_build/Lib/site-packages/git/exc.py +228 -0
  1301. package/.venv_build/Lib/site-packages/git/index/__init__.py +16 -0
  1302. package/.venv_build/Lib/site-packages/git/index/base.py +1532 -0
  1303. package/.venv_build/Lib/site-packages/git/index/fun.py +471 -0
  1304. package/.venv_build/Lib/site-packages/git/index/typ.py +215 -0
  1305. package/.venv_build/Lib/site-packages/git/index/util.py +121 -0
  1306. package/.venv_build/Lib/site-packages/git/objects/__init__.py +25 -0
  1307. package/.venv_build/Lib/site-packages/git/objects/base.py +301 -0
  1308. package/.venv_build/Lib/site-packages/git/objects/blob.py +49 -0
  1309. package/.venv_build/Lib/site-packages/git/objects/commit.py +909 -0
  1310. package/.venv_build/Lib/site-packages/git/objects/fun.py +281 -0
  1311. package/.venv_build/Lib/site-packages/git/objects/submodule/__init__.py +7 -0
  1312. package/.venv_build/Lib/site-packages/git/objects/submodule/base.py +1642 -0
  1313. package/.venv_build/Lib/site-packages/git/objects/submodule/root.py +467 -0
  1314. package/.venv_build/Lib/site-packages/git/objects/submodule/util.py +121 -0
  1315. package/.venv_build/Lib/site-packages/git/objects/tag.py +140 -0
  1316. package/.venv_build/Lib/site-packages/git/objects/tree.py +418 -0
  1317. package/.venv_build/Lib/site-packages/git/objects/util.py +700 -0
  1318. package/.venv_build/Lib/site-packages/git/py.typed +0 -0
  1319. package/.venv_build/Lib/site-packages/git/refs/__init__.py +21 -0
  1320. package/.venv_build/Lib/site-packages/git/refs/head.py +300 -0
  1321. package/.venv_build/Lib/site-packages/git/refs/log.py +399 -0
  1322. package/.venv_build/Lib/site-packages/git/refs/reference.py +177 -0
  1323. package/.venv_build/Lib/site-packages/git/refs/remote.py +79 -0
  1324. package/.venv_build/Lib/site-packages/git/refs/symbolic.py +934 -0
  1325. package/.venv_build/Lib/site-packages/git/refs/tag.py +155 -0
  1326. package/.venv_build/Lib/site-packages/git/remote.py +1248 -0
  1327. package/.venv_build/Lib/site-packages/git/repo/__init__.py +8 -0
  1328. package/.venv_build/Lib/site-packages/git/repo/base.py +1633 -0
  1329. package/.venv_build/Lib/site-packages/git/repo/fun.py +425 -0
  1330. package/.venv_build/Lib/site-packages/git/types.py +285 -0
  1331. package/.venv_build/Lib/site-packages/git/util.py +1350 -0
  1332. package/.venv_build/Lib/site-packages/gitdb/__init__.py +16 -0
  1333. package/.venv_build/Lib/site-packages/gitdb/base.py +315 -0
  1334. package/.venv_build/Lib/site-packages/gitdb/const.py +4 -0
  1335. package/.venv_build/Lib/site-packages/gitdb/db/__init__.py +11 -0
  1336. package/.venv_build/Lib/site-packages/gitdb/db/base.py +278 -0
  1337. package/.venv_build/Lib/site-packages/gitdb/db/git.py +85 -0
  1338. package/.venv_build/Lib/site-packages/gitdb/db/loose.py +268 -0
  1339. package/.venv_build/Lib/site-packages/gitdb/db/mem.py +110 -0
  1340. package/.venv_build/Lib/site-packages/gitdb/db/pack.py +206 -0
  1341. package/.venv_build/Lib/site-packages/gitdb/db/ref.py +82 -0
  1342. package/.venv_build/Lib/site-packages/gitdb/exc.py +57 -0
  1343. package/.venv_build/Lib/site-packages/gitdb/fun.py +704 -0
  1344. package/.venv_build/Lib/site-packages/gitdb/pack.py +1031 -0
  1345. package/.venv_build/Lib/site-packages/gitdb/stream.py +730 -0
  1346. package/.venv_build/Lib/site-packages/gitdb/test/__init__.py +4 -0
  1347. package/.venv_build/Lib/site-packages/gitdb/test/lib.py +192 -0
  1348. package/.venv_build/Lib/site-packages/gitdb/test/test_base.py +105 -0
  1349. package/.venv_build/Lib/site-packages/gitdb/test/test_example.py +43 -0
  1350. package/.venv_build/Lib/site-packages/gitdb/test/test_pack.py +249 -0
  1351. package/.venv_build/Lib/site-packages/gitdb/test/test_stream.py +164 -0
  1352. package/.venv_build/Lib/site-packages/gitdb/test/test_util.py +100 -0
  1353. package/.venv_build/Lib/site-packages/gitdb/typ.py +10 -0
  1354. package/.venv_build/Lib/site-packages/gitdb/util.py +398 -0
  1355. package/.venv_build/Lib/site-packages/gitdb/utils/__init__.py +0 -0
  1356. package/.venv_build/Lib/site-packages/gitdb/utils/encoding.py +18 -0
  1357. package/.venv_build/Lib/site-packages/gitdb-4.0.12.dist-info/AUTHORS +4 -0
  1358. package/.venv_build/Lib/site-packages/gitdb-4.0.12.dist-info/INSTALLER +1 -0
  1359. package/.venv_build/Lib/site-packages/gitdb-4.0.12.dist-info/LICENSE +42 -0
  1360. package/.venv_build/Lib/site-packages/gitdb-4.0.12.dist-info/METADATA +32 -0
  1361. package/.venv_build/Lib/site-packages/gitdb-4.0.12.dist-info/RECORD +57 -0
  1362. package/.venv_build/Lib/site-packages/gitdb-4.0.12.dist-info/WHEEL +5 -0
  1363. package/.venv_build/Lib/site-packages/gitdb-4.0.12.dist-info/top_level.txt +1 -0
  1364. package/.venv_build/Lib/site-packages/gitpython-3.1.46.dist-info/INSTALLER +1 -0
  1365. package/.venv_build/Lib/site-packages/gitpython-3.1.46.dist-info/METADATA +306 -0
  1366. package/.venv_build/Lib/site-packages/gitpython-3.1.46.dist-info/RECORD +83 -0
  1367. package/.venv_build/Lib/site-packages/gitpython-3.1.46.dist-info/REQUESTED +0 -0
  1368. package/.venv_build/Lib/site-packages/gitpython-3.1.46.dist-info/WHEEL +5 -0
  1369. package/.venv_build/Lib/site-packages/gitpython-3.1.46.dist-info/licenses/AUTHORS +60 -0
  1370. package/.venv_build/Lib/site-packages/gitpython-3.1.46.dist-info/licenses/LICENSE +29 -0
  1371. package/.venv_build/Lib/site-packages/gitpython-3.1.46.dist-info/top_level.txt +1 -0
  1372. package/.venv_build/Lib/site-packages/idna/__init__.py +45 -0
  1373. package/.venv_build/Lib/site-packages/idna/codec.py +122 -0
  1374. package/.venv_build/Lib/site-packages/idna/compat.py +15 -0
  1375. package/.venv_build/Lib/site-packages/idna/core.py +437 -0
  1376. package/.venv_build/Lib/site-packages/idna/idnadata.py +4309 -0
  1377. package/.venv_build/Lib/site-packages/idna/intranges.py +57 -0
  1378. package/.venv_build/Lib/site-packages/idna/package_data.py +1 -0
  1379. package/.venv_build/Lib/site-packages/idna/py.typed +0 -0
  1380. package/.venv_build/Lib/site-packages/idna/uts46data.py +8841 -0
  1381. package/.venv_build/Lib/site-packages/idna-3.11.dist-info/INSTALLER +1 -0
  1382. package/.venv_build/Lib/site-packages/idna-3.11.dist-info/METADATA +209 -0
  1383. package/.venv_build/Lib/site-packages/idna-3.11.dist-info/RECORD +22 -0
  1384. package/.venv_build/Lib/site-packages/idna-3.11.dist-info/WHEEL +4 -0
  1385. package/.venv_build/Lib/site-packages/idna-3.11.dist-info/licenses/LICENSE.md +31 -0
  1386. package/.venv_build/Lib/site-packages/markdown_it/__init__.py +6 -0
  1387. package/.venv_build/Lib/site-packages/markdown_it/_compat.py +1 -0
  1388. package/.venv_build/Lib/site-packages/markdown_it/_punycode.py +67 -0
  1389. package/.venv_build/Lib/site-packages/markdown_it/cli/__init__.py +0 -0
  1390. package/.venv_build/Lib/site-packages/markdown_it/cli/parse.py +110 -0
  1391. package/.venv_build/Lib/site-packages/markdown_it/common/__init__.py +0 -0
  1392. package/.venv_build/Lib/site-packages/markdown_it/common/entities.py +5 -0
  1393. package/.venv_build/Lib/site-packages/markdown_it/common/html_blocks.py +69 -0
  1394. package/.venv_build/Lib/site-packages/markdown_it/common/html_re.py +39 -0
  1395. package/.venv_build/Lib/site-packages/markdown_it/common/normalize_url.py +81 -0
  1396. package/.venv_build/Lib/site-packages/markdown_it/common/utils.py +313 -0
  1397. package/.venv_build/Lib/site-packages/markdown_it/helpers/__init__.py +6 -0
  1398. package/.venv_build/Lib/site-packages/markdown_it/helpers/parse_link_destination.py +83 -0
  1399. package/.venv_build/Lib/site-packages/markdown_it/helpers/parse_link_label.py +44 -0
  1400. package/.venv_build/Lib/site-packages/markdown_it/helpers/parse_link_title.py +75 -0
  1401. package/.venv_build/Lib/site-packages/markdown_it/main.py +350 -0
  1402. package/.venv_build/Lib/site-packages/markdown_it/parser_block.py +113 -0
  1403. package/.venv_build/Lib/site-packages/markdown_it/parser_core.py +46 -0
  1404. package/.venv_build/Lib/site-packages/markdown_it/parser_inline.py +148 -0
  1405. package/.venv_build/Lib/site-packages/markdown_it/port.yaml +48 -0
  1406. package/.venv_build/Lib/site-packages/markdown_it/presets/__init__.py +28 -0
  1407. package/.venv_build/Lib/site-packages/markdown_it/presets/commonmark.py +75 -0
  1408. package/.venv_build/Lib/site-packages/markdown_it/presets/default.py +36 -0
  1409. package/.venv_build/Lib/site-packages/markdown_it/presets/zero.py +44 -0
  1410. package/.venv_build/Lib/site-packages/markdown_it/py.typed +1 -0
  1411. package/.venv_build/Lib/site-packages/markdown_it/renderer.py +336 -0
  1412. package/.venv_build/Lib/site-packages/markdown_it/ruler.py +275 -0
  1413. package/.venv_build/Lib/site-packages/markdown_it/rules_block/__init__.py +27 -0
  1414. package/.venv_build/Lib/site-packages/markdown_it/rules_block/blockquote.py +299 -0
  1415. package/.venv_build/Lib/site-packages/markdown_it/rules_block/code.py +36 -0
  1416. package/.venv_build/Lib/site-packages/markdown_it/rules_block/fence.py +101 -0
  1417. package/.venv_build/Lib/site-packages/markdown_it/rules_block/heading.py +69 -0
  1418. package/.venv_build/Lib/site-packages/markdown_it/rules_block/hr.py +56 -0
  1419. package/.venv_build/Lib/site-packages/markdown_it/rules_block/html_block.py +90 -0
  1420. package/.venv_build/Lib/site-packages/markdown_it/rules_block/lheading.py +86 -0
  1421. package/.venv_build/Lib/site-packages/markdown_it/rules_block/list.py +345 -0
  1422. package/.venv_build/Lib/site-packages/markdown_it/rules_block/paragraph.py +66 -0
  1423. package/.venv_build/Lib/site-packages/markdown_it/rules_block/reference.py +235 -0
  1424. package/.venv_build/Lib/site-packages/markdown_it/rules_block/state_block.py +261 -0
  1425. package/.venv_build/Lib/site-packages/markdown_it/rules_block/table.py +250 -0
  1426. package/.venv_build/Lib/site-packages/markdown_it/rules_core/__init__.py +19 -0
  1427. package/.venv_build/Lib/site-packages/markdown_it/rules_core/block.py +13 -0
  1428. package/.venv_build/Lib/site-packages/markdown_it/rules_core/inline.py +10 -0
  1429. package/.venv_build/Lib/site-packages/markdown_it/rules_core/linkify.py +149 -0
  1430. package/.venv_build/Lib/site-packages/markdown_it/rules_core/normalize.py +19 -0
  1431. package/.venv_build/Lib/site-packages/markdown_it/rules_core/replacements.py +127 -0
  1432. package/.venv_build/Lib/site-packages/markdown_it/rules_core/smartquotes.py +202 -0
  1433. package/.venv_build/Lib/site-packages/markdown_it/rules_core/state_core.py +25 -0
  1434. package/.venv_build/Lib/site-packages/markdown_it/rules_core/text_join.py +35 -0
  1435. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/__init__.py +31 -0
  1436. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/autolink.py +77 -0
  1437. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/backticks.py +72 -0
  1438. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/balance_pairs.py +138 -0
  1439. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/emphasis.py +102 -0
  1440. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/entity.py +53 -0
  1441. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/escape.py +93 -0
  1442. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/fragments_join.py +43 -0
  1443. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/html_inline.py +43 -0
  1444. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/image.py +148 -0
  1445. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/link.py +149 -0
  1446. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/linkify.py +62 -0
  1447. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/newline.py +44 -0
  1448. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/state_inline.py +165 -0
  1449. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/strikethrough.py +127 -0
  1450. package/.venv_build/Lib/site-packages/markdown_it/rules_inline/text.py +62 -0
  1451. package/.venv_build/Lib/site-packages/markdown_it/token.py +178 -0
  1452. package/.venv_build/Lib/site-packages/markdown_it/tree.py +333 -0
  1453. package/.venv_build/Lib/site-packages/markdown_it/utils.py +186 -0
  1454. package/.venv_build/Lib/site-packages/markdown_it_py-4.0.0.dist-info/INSTALLER +1 -0
  1455. package/.venv_build/Lib/site-packages/markdown_it_py-4.0.0.dist-info/METADATA +219 -0
  1456. package/.venv_build/Lib/site-packages/markdown_it_py-4.0.0.dist-info/RECORD +142 -0
  1457. package/.venv_build/Lib/site-packages/markdown_it_py-4.0.0.dist-info/WHEEL +4 -0
  1458. package/.venv_build/Lib/site-packages/markdown_it_py-4.0.0.dist-info/entry_points.txt +3 -0
  1459. package/.venv_build/Lib/site-packages/markdown_it_py-4.0.0.dist-info/licenses/LICENSE +21 -0
  1460. package/.venv_build/Lib/site-packages/markdown_it_py-4.0.0.dist-info/licenses/LICENSE.markdown-it +22 -0
  1461. package/.venv_build/Lib/site-packages/mdurl/__init__.py +18 -0
  1462. package/.venv_build/Lib/site-packages/mdurl/_decode.py +104 -0
  1463. package/.venv_build/Lib/site-packages/mdurl/_encode.py +85 -0
  1464. package/.venv_build/Lib/site-packages/mdurl/_format.py +27 -0
  1465. package/.venv_build/Lib/site-packages/mdurl/_parse.py +304 -0
  1466. package/.venv_build/Lib/site-packages/mdurl/_url.py +14 -0
  1467. package/.venv_build/Lib/site-packages/mdurl/py.typed +1 -0
  1468. package/.venv_build/Lib/site-packages/mdurl-0.1.2.dist-info/INSTALLER +1 -0
  1469. package/.venv_build/Lib/site-packages/mdurl-0.1.2.dist-info/LICENSE +46 -0
  1470. package/.venv_build/Lib/site-packages/mdurl-0.1.2.dist-info/METADATA +32 -0
  1471. package/.venv_build/Lib/site-packages/mdurl-0.1.2.dist-info/RECORD +18 -0
  1472. package/.venv_build/Lib/site-packages/mdurl-0.1.2.dist-info/WHEEL +4 -0
  1473. package/.venv_build/Lib/site-packages/ordlookup/__init__.py +32 -0
  1474. package/.venv_build/Lib/site-packages/ordlookup/oleaut32.py +427 -0
  1475. package/.venv_build/Lib/site-packages/ordlookup/ws2_32.py +198 -0
  1476. package/.venv_build/Lib/site-packages/ordlookup/wsock32.py +77 -0
  1477. package/.venv_build/Lib/site-packages/packaging/__init__.py +15 -0
  1478. package/.venv_build/Lib/site-packages/packaging/_elffile.py +108 -0
  1479. package/.venv_build/Lib/site-packages/packaging/_manylinux.py +262 -0
  1480. package/.venv_build/Lib/site-packages/packaging/_musllinux.py +85 -0
  1481. package/.venv_build/Lib/site-packages/packaging/_parser.py +365 -0
  1482. package/.venv_build/Lib/site-packages/packaging/_structures.py +69 -0
  1483. package/.venv_build/Lib/site-packages/packaging/_tokenizer.py +193 -0
  1484. package/.venv_build/Lib/site-packages/packaging/licenses/__init__.py +147 -0
  1485. package/.venv_build/Lib/site-packages/packaging/licenses/_spdx.py +799 -0
  1486. package/.venv_build/Lib/site-packages/packaging/markers.py +388 -0
  1487. package/.venv_build/Lib/site-packages/packaging/metadata.py +978 -0
  1488. package/.venv_build/Lib/site-packages/packaging/py.typed +0 -0
  1489. package/.venv_build/Lib/site-packages/packaging/pylock.py +635 -0
  1490. package/.venv_build/Lib/site-packages/packaging/requirements.py +86 -0
  1491. package/.venv_build/Lib/site-packages/packaging/specifiers.py +1068 -0
  1492. package/.venv_build/Lib/site-packages/packaging/tags.py +651 -0
  1493. package/.venv_build/Lib/site-packages/packaging/utils.py +158 -0
  1494. package/.venv_build/Lib/site-packages/packaging/version.py +792 -0
  1495. package/.venv_build/Lib/site-packages/packaging-26.0.dist-info/INSTALLER +1 -0
  1496. package/.venv_build/Lib/site-packages/packaging-26.0.dist-info/METADATA +107 -0
  1497. package/.venv_build/Lib/site-packages/packaging-26.0.dist-info/RECORD +42 -0
  1498. package/.venv_build/Lib/site-packages/packaging-26.0.dist-info/WHEEL +4 -0
  1499. package/.venv_build/Lib/site-packages/packaging-26.0.dist-info/licenses/LICENSE +3 -0
  1500. package/.venv_build/Lib/site-packages/packaging-26.0.dist-info/licenses/LICENSE.APACHE +177 -0
  1501. package/.venv_build/Lib/site-packages/packaging-26.0.dist-info/licenses/LICENSE.BSD +23 -0
  1502. package/.venv_build/Lib/site-packages/pefile-2024.8.26.dist-info/INSTALLER +1 -0
  1503. package/.venv_build/Lib/site-packages/pefile-2024.8.26.dist-info/LICENSE +21 -0
  1504. package/.venv_build/Lib/site-packages/pefile-2024.8.26.dist-info/METADATA +34 -0
  1505. package/.venv_build/Lib/site-packages/pefile-2024.8.26.dist-info/RECORD +18 -0
  1506. package/.venv_build/Lib/site-packages/pefile-2024.8.26.dist-info/WHEEL +5 -0
  1507. package/.venv_build/Lib/site-packages/pefile-2024.8.26.dist-info/top_level.txt +3 -0
  1508. package/.venv_build/Lib/site-packages/pefile.py +8034 -0
  1509. package/.venv_build/Lib/site-packages/peutils.py +588 -0
  1510. package/.venv_build/Lib/site-packages/pip/__init__.py +13 -0
  1511. package/.venv_build/Lib/site-packages/pip/__main__.py +24 -0
  1512. package/.venv_build/Lib/site-packages/pip/__pip-runner__.py +50 -0
  1513. package/.venv_build/Lib/site-packages/pip/_internal/__init__.py +18 -0
  1514. package/.venv_build/Lib/site-packages/pip/_internal/build_env.py +606 -0
  1515. package/.venv_build/Lib/site-packages/pip/_internal/cache.py +291 -0
  1516. package/.venv_build/Lib/site-packages/pip/_internal/cli/__init__.py +3 -0
  1517. package/.venv_build/Lib/site-packages/pip/_internal/cli/autocompletion.py +184 -0
  1518. package/.venv_build/Lib/site-packages/pip/_internal/cli/base_command.py +255 -0
  1519. package/.venv_build/Lib/site-packages/pip/_internal/cli/cmdoptions.py +1267 -0
  1520. package/.venv_build/Lib/site-packages/pip/_internal/cli/command_context.py +28 -0
  1521. package/.venv_build/Lib/site-packages/pip/_internal/cli/index_command.py +195 -0
  1522. package/.venv_build/Lib/site-packages/pip/_internal/cli/main.py +85 -0
  1523. package/.venv_build/Lib/site-packages/pip/_internal/cli/main_parser.py +136 -0
  1524. package/.venv_build/Lib/site-packages/pip/_internal/cli/parser.py +358 -0
  1525. package/.venv_build/Lib/site-packages/pip/_internal/cli/progress_bars.py +153 -0
  1526. package/.venv_build/Lib/site-packages/pip/_internal/cli/req_command.py +447 -0
  1527. package/.venv_build/Lib/site-packages/pip/_internal/cli/spinners.py +235 -0
  1528. package/.venv_build/Lib/site-packages/pip/_internal/cli/status_codes.py +6 -0
  1529. package/.venv_build/Lib/site-packages/pip/_internal/commands/__init__.py +139 -0
  1530. package/.venv_build/Lib/site-packages/pip/_internal/commands/cache.py +255 -0
  1531. package/.venv_build/Lib/site-packages/pip/_internal/commands/check.py +66 -0
  1532. package/.venv_build/Lib/site-packages/pip/_internal/commands/completion.py +136 -0
  1533. package/.venv_build/Lib/site-packages/pip/_internal/commands/configuration.py +288 -0
  1534. package/.venv_build/Lib/site-packages/pip/_internal/commands/debug.py +203 -0
  1535. package/.venv_build/Lib/site-packages/pip/_internal/commands/download.py +146 -0
  1536. package/.venv_build/Lib/site-packages/pip/_internal/commands/freeze.py +107 -0
  1537. package/.venv_build/Lib/site-packages/pip/_internal/commands/hash.py +58 -0
  1538. package/.venv_build/Lib/site-packages/pip/_internal/commands/help.py +40 -0
  1539. package/.venv_build/Lib/site-packages/pip/_internal/commands/index.py +166 -0
  1540. package/.venv_build/Lib/site-packages/pip/_internal/commands/inspect.py +92 -0
  1541. package/.venv_build/Lib/site-packages/pip/_internal/commands/install.py +810 -0
  1542. package/.venv_build/Lib/site-packages/pip/_internal/commands/list.py +398 -0
  1543. package/.venv_build/Lib/site-packages/pip/_internal/commands/lock.py +175 -0
  1544. package/.venv_build/Lib/site-packages/pip/_internal/commands/search.py +178 -0
  1545. package/.venv_build/Lib/site-packages/pip/_internal/commands/show.py +231 -0
  1546. package/.venv_build/Lib/site-packages/pip/_internal/commands/uninstall.py +113 -0
  1547. package/.venv_build/Lib/site-packages/pip/_internal/commands/wheel.py +171 -0
  1548. package/.venv_build/Lib/site-packages/pip/_internal/configuration.py +396 -0
  1549. package/.venv_build/Lib/site-packages/pip/_internal/distributions/__init__.py +21 -0
  1550. package/.venv_build/Lib/site-packages/pip/_internal/distributions/base.py +55 -0
  1551. package/.venv_build/Lib/site-packages/pip/_internal/distributions/installed.py +33 -0
  1552. package/.venv_build/Lib/site-packages/pip/_internal/distributions/sdist.py +164 -0
  1553. package/.venv_build/Lib/site-packages/pip/_internal/distributions/wheel.py +44 -0
  1554. package/.venv_build/Lib/site-packages/pip/_internal/exceptions.py +971 -0
  1555. package/.venv_build/Lib/site-packages/pip/_internal/index/__init__.py +1 -0
  1556. package/.venv_build/Lib/site-packages/pip/_internal/index/collector.py +488 -0
  1557. package/.venv_build/Lib/site-packages/pip/_internal/index/package_finder.py +1125 -0
  1558. package/.venv_build/Lib/site-packages/pip/_internal/index/sources.py +287 -0
  1559. package/.venv_build/Lib/site-packages/pip/_internal/locations/__init__.py +440 -0
  1560. package/.venv_build/Lib/site-packages/pip/_internal/locations/_distutils.py +173 -0
  1561. package/.venv_build/Lib/site-packages/pip/_internal/locations/_sysconfig.py +218 -0
  1562. package/.venv_build/Lib/site-packages/pip/_internal/locations/base.py +82 -0
  1563. package/.venv_build/Lib/site-packages/pip/_internal/main.py +12 -0
  1564. package/.venv_build/Lib/site-packages/pip/_internal/metadata/__init__.py +169 -0
  1565. package/.venv_build/Lib/site-packages/pip/_internal/metadata/_json.py +87 -0
  1566. package/.venv_build/Lib/site-packages/pip/_internal/metadata/base.py +685 -0
  1567. package/.venv_build/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py +6 -0
  1568. package/.venv_build/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py +87 -0
  1569. package/.venv_build/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py +229 -0
  1570. package/.venv_build/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py +143 -0
  1571. package/.venv_build/Lib/site-packages/pip/_internal/metadata/pkg_resources.py +298 -0
  1572. package/.venv_build/Lib/site-packages/pip/_internal/models/__init__.py +1 -0
  1573. package/.venv_build/Lib/site-packages/pip/_internal/models/candidate.py +25 -0
  1574. package/.venv_build/Lib/site-packages/pip/_internal/models/direct_url.py +227 -0
  1575. package/.venv_build/Lib/site-packages/pip/_internal/models/format_control.py +78 -0
  1576. package/.venv_build/Lib/site-packages/pip/_internal/models/index.py +28 -0
  1577. package/.venv_build/Lib/site-packages/pip/_internal/models/installation_report.py +57 -0
  1578. package/.venv_build/Lib/site-packages/pip/_internal/models/link.py +617 -0
  1579. package/.venv_build/Lib/site-packages/pip/_internal/models/release_control.py +92 -0
  1580. package/.venv_build/Lib/site-packages/pip/_internal/models/scheme.py +25 -0
  1581. package/.venv_build/Lib/site-packages/pip/_internal/models/search_scope.py +126 -0
  1582. package/.venv_build/Lib/site-packages/pip/_internal/models/selection_prefs.py +56 -0
  1583. package/.venv_build/Lib/site-packages/pip/_internal/models/target_python.py +122 -0
  1584. package/.venv_build/Lib/site-packages/pip/_internal/models/wheel.py +80 -0
  1585. package/.venv_build/Lib/site-packages/pip/_internal/network/__init__.py +1 -0
  1586. package/.venv_build/Lib/site-packages/pip/_internal/network/auth.py +568 -0
  1587. package/.venv_build/Lib/site-packages/pip/_internal/network/cache.py +128 -0
  1588. package/.venv_build/Lib/site-packages/pip/_internal/network/download.py +341 -0
  1589. package/.venv_build/Lib/site-packages/pip/_internal/network/lazy_wheel.py +215 -0
  1590. package/.venv_build/Lib/site-packages/pip/_internal/network/session.py +532 -0
  1591. package/.venv_build/Lib/site-packages/pip/_internal/network/utils.py +98 -0
  1592. package/.venv_build/Lib/site-packages/pip/_internal/network/xmlrpc.py +61 -0
  1593. package/.venv_build/Lib/site-packages/pip/_internal/operations/__init__.py +0 -0
  1594. package/.venv_build/Lib/site-packages/pip/_internal/operations/check.py +175 -0
  1595. package/.venv_build/Lib/site-packages/pip/_internal/operations/freeze.py +259 -0
  1596. package/.venv_build/Lib/site-packages/pip/_internal/operations/install/__init__.py +1 -0
  1597. package/.venv_build/Lib/site-packages/pip/_internal/operations/install/wheel.py +745 -0
  1598. package/.venv_build/Lib/site-packages/pip/_internal/operations/prepare.py +747 -0
  1599. package/.venv_build/Lib/site-packages/pip/_internal/pyproject.py +123 -0
  1600. package/.venv_build/Lib/site-packages/pip/_internal/req/__init__.py +103 -0
  1601. package/.venv_build/Lib/site-packages/pip/_internal/req/constructors.py +568 -0
  1602. package/.venv_build/Lib/site-packages/pip/_internal/req/pep723.py +41 -0
  1603. package/.venv_build/Lib/site-packages/pip/_internal/req/req_dependency_group.py +75 -0
  1604. package/.venv_build/Lib/site-packages/pip/_internal/req/req_file.py +631 -0
  1605. package/.venv_build/Lib/site-packages/pip/_internal/req/req_install.py +828 -0
  1606. package/.venv_build/Lib/site-packages/pip/_internal/req/req_set.py +81 -0
  1607. package/.venv_build/Lib/site-packages/pip/_internal/req/req_uninstall.py +639 -0
  1608. package/.venv_build/Lib/site-packages/pip/_internal/resolution/__init__.py +0 -0
  1609. package/.venv_build/Lib/site-packages/pip/_internal/resolution/base.py +20 -0
  1610. package/.venv_build/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
  1611. package/.venv_build/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py +598 -0
  1612. package/.venv_build/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
  1613. package/.venv_build/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py +142 -0
  1614. package/.venv_build/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py +591 -0
  1615. package/.venv_build/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py +856 -0
  1616. package/.venv_build/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +166 -0
  1617. package/.venv_build/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py +285 -0
  1618. package/.venv_build/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py +98 -0
  1619. package/.venv_build/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py +251 -0
  1620. package/.venv_build/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py +332 -0
  1621. package/.venv_build/Lib/site-packages/pip/_internal/self_outdated_check.py +255 -0
  1622. package/.venv_build/Lib/site-packages/pip/_internal/utils/__init__.py +0 -0
  1623. package/.venv_build/Lib/site-packages/pip/_internal/utils/_jaraco_text.py +109 -0
  1624. package/.venv_build/Lib/site-packages/pip/_internal/utils/_log.py +38 -0
  1625. package/.venv_build/Lib/site-packages/pip/_internal/utils/appdirs.py +52 -0
  1626. package/.venv_build/Lib/site-packages/pip/_internal/utils/compat.py +85 -0
  1627. package/.venv_build/Lib/site-packages/pip/_internal/utils/compatibility_tags.py +201 -0
  1628. package/.venv_build/Lib/site-packages/pip/_internal/utils/datetime.py +28 -0
  1629. package/.venv_build/Lib/site-packages/pip/_internal/utils/deprecation.py +126 -0
  1630. package/.venv_build/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py +87 -0
  1631. package/.venv_build/Lib/site-packages/pip/_internal/utils/egg_link.py +81 -0
  1632. package/.venv_build/Lib/site-packages/pip/_internal/utils/entrypoints.py +88 -0
  1633. package/.venv_build/Lib/site-packages/pip/_internal/utils/filesystem.py +203 -0
  1634. package/.venv_build/Lib/site-packages/pip/_internal/utils/filetypes.py +24 -0
  1635. package/.venv_build/Lib/site-packages/pip/_internal/utils/glibc.py +102 -0
  1636. package/.venv_build/Lib/site-packages/pip/_internal/utils/hashes.py +150 -0
  1637. package/.venv_build/Lib/site-packages/pip/_internal/utils/logging.py +396 -0
  1638. package/.venv_build/Lib/site-packages/pip/_internal/utils/misc.py +771 -0
  1639. package/.venv_build/Lib/site-packages/pip/_internal/utils/packaging.py +44 -0
  1640. package/.venv_build/Lib/site-packages/pip/_internal/utils/pylock.py +116 -0
  1641. package/.venv_build/Lib/site-packages/pip/_internal/utils/retry.py +45 -0
  1642. package/.venv_build/Lib/site-packages/pip/_internal/utils/subprocess.py +248 -0
  1643. package/.venv_build/Lib/site-packages/pip/_internal/utils/temp_dir.py +294 -0
  1644. package/.venv_build/Lib/site-packages/pip/_internal/utils/unpacking.py +362 -0
  1645. package/.venv_build/Lib/site-packages/pip/_internal/utils/urls.py +55 -0
  1646. package/.venv_build/Lib/site-packages/pip/_internal/utils/virtualenv.py +105 -0
  1647. package/.venv_build/Lib/site-packages/pip/_internal/utils/wheel.py +132 -0
  1648. package/.venv_build/Lib/site-packages/pip/_internal/vcs/__init__.py +15 -0
  1649. package/.venv_build/Lib/site-packages/pip/_internal/vcs/bazaar.py +130 -0
  1650. package/.venv_build/Lib/site-packages/pip/_internal/vcs/git.py +571 -0
  1651. package/.venv_build/Lib/site-packages/pip/_internal/vcs/mercurial.py +186 -0
  1652. package/.venv_build/Lib/site-packages/pip/_internal/vcs/subversion.py +335 -0
  1653. package/.venv_build/Lib/site-packages/pip/_internal/vcs/versioncontrol.py +695 -0
  1654. package/.venv_build/Lib/site-packages/pip/_internal/wheel_builder.py +261 -0
  1655. package/.venv_build/Lib/site-packages/pip/_vendor/README.rst +180 -0
  1656. package/.venv_build/Lib/site-packages/pip/_vendor/__init__.py +117 -0
  1657. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/LICENSE.txt +13 -0
  1658. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py +32 -0
  1659. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py +70 -0
  1660. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py +167 -0
  1661. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/cache.py +75 -0
  1662. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +8 -0
  1663. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +145 -0
  1664. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +48 -0
  1665. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/controller.py +511 -0
  1666. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py +121 -0
  1667. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py +157 -0
  1668. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
  1669. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py +146 -0
  1670. package/.venv_build/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py +43 -0
  1671. package/.venv_build/Lib/site-packages/pip/_vendor/certifi/LICENSE +20 -0
  1672. package/.venv_build/Lib/site-packages/pip/_vendor/certifi/__init__.py +4 -0
  1673. package/.venv_build/Lib/site-packages/pip/_vendor/certifi/__main__.py +12 -0
  1674. package/.venv_build/Lib/site-packages/pip/_vendor/certifi/cacert.pem +4468 -0
  1675. package/.venv_build/Lib/site-packages/pip/_vendor/certifi/core.py +83 -0
  1676. package/.venv_build/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
  1677. package/.venv_build/Lib/site-packages/pip/_vendor/dependency_groups/LICENSE.txt +9 -0
  1678. package/.venv_build/Lib/site-packages/pip/_vendor/dependency_groups/__init__.py +13 -0
  1679. package/.venv_build/Lib/site-packages/pip/_vendor/dependency_groups/__main__.py +65 -0
  1680. package/.venv_build/Lib/site-packages/pip/_vendor/dependency_groups/_implementation.py +209 -0
  1681. package/.venv_build/Lib/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py +59 -0
  1682. package/.venv_build/Lib/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py +62 -0
  1683. package/.venv_build/Lib/site-packages/pip/_vendor/dependency_groups/_toml_compat.py +9 -0
  1684. package/.venv_build/Lib/site-packages/pip/_vendor/dependency_groups/py.typed +0 -0
  1685. package/.venv_build/Lib/site-packages/pip/_vendor/distlib/LICENSE.txt +284 -0
  1686. package/.venv_build/Lib/site-packages/pip/_vendor/distlib/__init__.py +33 -0
  1687. package/.venv_build/Lib/site-packages/pip/_vendor/distlib/compat.py +1137 -0
  1688. package/.venv_build/Lib/site-packages/pip/_vendor/distlib/resources.py +358 -0
  1689. package/.venv_build/Lib/site-packages/pip/_vendor/distlib/scripts.py +447 -0
  1690. package/.venv_build/Lib/site-packages/pip/_vendor/distlib/t32.exe +0 -0
  1691. package/.venv_build/Lib/site-packages/pip/_vendor/distlib/t64-arm.exe +0 -0
  1692. package/.venv_build/Lib/site-packages/pip/_vendor/distlib/t64.exe +0 -0
  1693. package/.venv_build/Lib/site-packages/pip/_vendor/distlib/util.py +1984 -0
  1694. package/.venv_build/Lib/site-packages/pip/_vendor/distlib/w32.exe +0 -0
  1695. package/.venv_build/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe +0 -0
  1696. package/.venv_build/Lib/site-packages/pip/_vendor/distlib/w64.exe +0 -0
  1697. package/.venv_build/Lib/site-packages/pip/_vendor/distro/LICENSE +202 -0
  1698. package/.venv_build/Lib/site-packages/pip/_vendor/distro/__init__.py +54 -0
  1699. package/.venv_build/Lib/site-packages/pip/_vendor/distro/__main__.py +4 -0
  1700. package/.venv_build/Lib/site-packages/pip/_vendor/distro/distro.py +1403 -0
  1701. package/.venv_build/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
  1702. package/.venv_build/Lib/site-packages/pip/_vendor/idna/LICENSE.md +31 -0
  1703. package/.venv_build/Lib/site-packages/pip/_vendor/idna/__init__.py +45 -0
  1704. package/.venv_build/Lib/site-packages/pip/_vendor/idna/codec.py +122 -0
  1705. package/.venv_build/Lib/site-packages/pip/_vendor/idna/compat.py +15 -0
  1706. package/.venv_build/Lib/site-packages/pip/_vendor/idna/core.py +437 -0
  1707. package/.venv_build/Lib/site-packages/pip/_vendor/idna/idnadata.py +4309 -0
  1708. package/.venv_build/Lib/site-packages/pip/_vendor/idna/intranges.py +57 -0
  1709. package/.venv_build/Lib/site-packages/pip/_vendor/idna/package_data.py +1 -0
  1710. package/.venv_build/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
  1711. package/.venv_build/Lib/site-packages/pip/_vendor/idna/uts46data.py +8841 -0
  1712. package/.venv_build/Lib/site-packages/pip/_vendor/msgpack/COPYING +14 -0
  1713. package/.venv_build/Lib/site-packages/pip/_vendor/msgpack/__init__.py +55 -0
  1714. package/.venv_build/Lib/site-packages/pip/_vendor/msgpack/exceptions.py +48 -0
  1715. package/.venv_build/Lib/site-packages/pip/_vendor/msgpack/ext.py +170 -0
  1716. package/.venv_build/Lib/site-packages/pip/_vendor/msgpack/fallback.py +929 -0
  1717. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/LICENSE +3 -0
  1718. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/LICENSE.APACHE +177 -0
  1719. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/LICENSE.BSD +23 -0
  1720. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/__init__.py +15 -0
  1721. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/_elffile.py +108 -0
  1722. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/_manylinux.py +262 -0
  1723. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/_musllinux.py +85 -0
  1724. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/_parser.py +365 -0
  1725. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/_structures.py +69 -0
  1726. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/_tokenizer.py +193 -0
  1727. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/licenses/__init__.py +147 -0
  1728. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/licenses/_spdx.py +799 -0
  1729. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/markers.py +388 -0
  1730. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/metadata.py +978 -0
  1731. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
  1732. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/pylock.py +635 -0
  1733. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/requirements.py +86 -0
  1734. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/specifiers.py +1068 -0
  1735. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/tags.py +651 -0
  1736. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/utils.py +158 -0
  1737. package/.venv_build/Lib/site-packages/pip/_vendor/packaging/version.py +792 -0
  1738. package/.venv_build/Lib/site-packages/pip/_vendor/pkg_resources/LICENSE +17 -0
  1739. package/.venv_build/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py +3676 -0
  1740. package/.venv_build/Lib/site-packages/pip/_vendor/platformdirs/LICENSE +21 -0
  1741. package/.venv_build/Lib/site-packages/pip/_vendor/platformdirs/__init__.py +631 -0
  1742. package/.venv_build/Lib/site-packages/pip/_vendor/platformdirs/__main__.py +55 -0
  1743. package/.venv_build/Lib/site-packages/pip/_vendor/platformdirs/android.py +249 -0
  1744. package/.venv_build/Lib/site-packages/pip/_vendor/platformdirs/api.py +299 -0
  1745. package/.venv_build/Lib/site-packages/pip/_vendor/platformdirs/macos.py +146 -0
  1746. package/.venv_build/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
  1747. package/.venv_build/Lib/site-packages/pip/_vendor/platformdirs/unix.py +272 -0
  1748. package/.venv_build/Lib/site-packages/pip/_vendor/platformdirs/version.py +34 -0
  1749. package/.venv_build/Lib/site-packages/pip/_vendor/platformdirs/windows.py +278 -0
  1750. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/LICENSE +25 -0
  1751. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/__init__.py +82 -0
  1752. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/__main__.py +17 -0
  1753. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/console.py +70 -0
  1754. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/filter.py +70 -0
  1755. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py +940 -0
  1756. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/formatter.py +129 -0
  1757. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py +157 -0
  1758. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py +23 -0
  1759. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/lexer.py +963 -0
  1760. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/lexers/__init__.py +362 -0
  1761. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/lexers/_mapping.py +602 -0
  1762. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/lexers/python.py +1201 -0
  1763. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/modeline.py +43 -0
  1764. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/plugin.py +72 -0
  1765. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/regexopt.py +91 -0
  1766. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/scanner.py +104 -0
  1767. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/sphinxext.py +247 -0
  1768. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/style.py +203 -0
  1769. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/styles/__init__.py +61 -0
  1770. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/styles/_mapping.py +54 -0
  1771. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/token.py +214 -0
  1772. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/unistring.py +153 -0
  1773. package/.venv_build/Lib/site-packages/pip/_vendor/pygments/util.py +324 -0
  1774. package/.venv_build/Lib/site-packages/pip/_vendor/pyproject_hooks/LICENSE +21 -0
  1775. package/.venv_build/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py +31 -0
  1776. package/.venv_build/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py +410 -0
  1777. package/.venv_build/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +21 -0
  1778. package/.venv_build/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +389 -0
  1779. package/.venv_build/Lib/site-packages/pip/_vendor/pyproject_hooks/py.typed +0 -0
  1780. package/.venv_build/Lib/site-packages/pip/_vendor/requests/LICENSE +175 -0
  1781. package/.venv_build/Lib/site-packages/pip/_vendor/requests/__init__.py +179 -0
  1782. package/.venv_build/Lib/site-packages/pip/_vendor/requests/__version__.py +14 -0
  1783. package/.venv_build/Lib/site-packages/pip/_vendor/requests/_internal_utils.py +50 -0
  1784. package/.venv_build/Lib/site-packages/pip/_vendor/requests/adapters.py +696 -0
  1785. package/.venv_build/Lib/site-packages/pip/_vendor/requests/api.py +157 -0
  1786. package/.venv_build/Lib/site-packages/pip/_vendor/requests/auth.py +314 -0
  1787. package/.venv_build/Lib/site-packages/pip/_vendor/requests/certs.py +17 -0
  1788. package/.venv_build/Lib/site-packages/pip/_vendor/requests/compat.py +90 -0
  1789. package/.venv_build/Lib/site-packages/pip/_vendor/requests/cookies.py +561 -0
  1790. package/.venv_build/Lib/site-packages/pip/_vendor/requests/exceptions.py +151 -0
  1791. package/.venv_build/Lib/site-packages/pip/_vendor/requests/help.py +127 -0
  1792. package/.venv_build/Lib/site-packages/pip/_vendor/requests/hooks.py +33 -0
  1793. package/.venv_build/Lib/site-packages/pip/_vendor/requests/models.py +1039 -0
  1794. package/.venv_build/Lib/site-packages/pip/_vendor/requests/packages.py +25 -0
  1795. package/.venv_build/Lib/site-packages/pip/_vendor/requests/sessions.py +831 -0
  1796. package/.venv_build/Lib/site-packages/pip/_vendor/requests/status_codes.py +128 -0
  1797. package/.venv_build/Lib/site-packages/pip/_vendor/requests/structures.py +99 -0
  1798. package/.venv_build/Lib/site-packages/pip/_vendor/requests/utils.py +1086 -0
  1799. package/.venv_build/Lib/site-packages/pip/_vendor/resolvelib/LICENSE +13 -0
  1800. package/.venv_build/Lib/site-packages/pip/_vendor/resolvelib/__init__.py +27 -0
  1801. package/.venv_build/Lib/site-packages/pip/_vendor/resolvelib/providers.py +196 -0
  1802. package/.venv_build/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
  1803. package/.venv_build/Lib/site-packages/pip/_vendor/resolvelib/reporters.py +55 -0
  1804. package/.venv_build/Lib/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py +27 -0
  1805. package/.venv_build/Lib/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py +47 -0
  1806. package/.venv_build/Lib/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py +48 -0
  1807. package/.venv_build/Lib/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py +57 -0
  1808. package/.venv_build/Lib/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py +627 -0
  1809. package/.venv_build/Lib/site-packages/pip/_vendor/resolvelib/structs.py +209 -0
  1810. package/.venv_build/Lib/site-packages/pip/_vendor/rich/LICENSE +19 -0
  1811. package/.venv_build/Lib/site-packages/pip/_vendor/rich/__init__.py +177 -0
  1812. package/.venv_build/Lib/site-packages/pip/_vendor/rich/__main__.py +245 -0
  1813. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_cell_widths.py +454 -0
  1814. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py +3610 -0
  1815. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py +32 -0
  1816. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_export_format.py +76 -0
  1817. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_extension.py +10 -0
  1818. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_fileno.py +24 -0
  1819. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_inspect.py +268 -0
  1820. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_log_render.py +94 -0
  1821. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_loop.py +43 -0
  1822. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_null_file.py +69 -0
  1823. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_palettes.py +309 -0
  1824. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_pick.py +17 -0
  1825. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_ratio.py +153 -0
  1826. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_spinners.py +482 -0
  1827. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_stack.py +16 -0
  1828. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_timer.py +19 -0
  1829. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_win32_console.py +661 -0
  1830. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_windows.py +71 -0
  1831. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py +56 -0
  1832. package/.venv_build/Lib/site-packages/pip/_vendor/rich/_wrap.py +93 -0
  1833. package/.venv_build/Lib/site-packages/pip/_vendor/rich/abc.py +33 -0
  1834. package/.venv_build/Lib/site-packages/pip/_vendor/rich/align.py +306 -0
  1835. package/.venv_build/Lib/site-packages/pip/_vendor/rich/ansi.py +241 -0
  1836. package/.venv_build/Lib/site-packages/pip/_vendor/rich/bar.py +93 -0
  1837. package/.venv_build/Lib/site-packages/pip/_vendor/rich/box.py +474 -0
  1838. package/.venv_build/Lib/site-packages/pip/_vendor/rich/cells.py +174 -0
  1839. package/.venv_build/Lib/site-packages/pip/_vendor/rich/color.py +621 -0
  1840. package/.venv_build/Lib/site-packages/pip/_vendor/rich/color_triplet.py +38 -0
  1841. package/.venv_build/Lib/site-packages/pip/_vendor/rich/columns.py +187 -0
  1842. package/.venv_build/Lib/site-packages/pip/_vendor/rich/console.py +2680 -0
  1843. package/.venv_build/Lib/site-packages/pip/_vendor/rich/constrain.py +37 -0
  1844. package/.venv_build/Lib/site-packages/pip/_vendor/rich/containers.py +167 -0
  1845. package/.venv_build/Lib/site-packages/pip/_vendor/rich/control.py +219 -0
  1846. package/.venv_build/Lib/site-packages/pip/_vendor/rich/default_styles.py +193 -0
  1847. package/.venv_build/Lib/site-packages/pip/_vendor/rich/diagnose.py +39 -0
  1848. package/.venv_build/Lib/site-packages/pip/_vendor/rich/emoji.py +91 -0
  1849. package/.venv_build/Lib/site-packages/pip/_vendor/rich/errors.py +34 -0
  1850. package/.venv_build/Lib/site-packages/pip/_vendor/rich/file_proxy.py +57 -0
  1851. package/.venv_build/Lib/site-packages/pip/_vendor/rich/filesize.py +88 -0
  1852. package/.venv_build/Lib/site-packages/pip/_vendor/rich/highlighter.py +232 -0
  1853. package/.venv_build/Lib/site-packages/pip/_vendor/rich/json.py +139 -0
  1854. package/.venv_build/Lib/site-packages/pip/_vendor/rich/jupyter.py +101 -0
  1855. package/.venv_build/Lib/site-packages/pip/_vendor/rich/layout.py +442 -0
  1856. package/.venv_build/Lib/site-packages/pip/_vendor/rich/live.py +400 -0
  1857. package/.venv_build/Lib/site-packages/pip/_vendor/rich/live_render.py +106 -0
  1858. package/.venv_build/Lib/site-packages/pip/_vendor/rich/logging.py +297 -0
  1859. package/.venv_build/Lib/site-packages/pip/_vendor/rich/markup.py +251 -0
  1860. package/.venv_build/Lib/site-packages/pip/_vendor/rich/measure.py +151 -0
  1861. package/.venv_build/Lib/site-packages/pip/_vendor/rich/padding.py +141 -0
  1862. package/.venv_build/Lib/site-packages/pip/_vendor/rich/pager.py +34 -0
  1863. package/.venv_build/Lib/site-packages/pip/_vendor/rich/palette.py +100 -0
  1864. package/.venv_build/Lib/site-packages/pip/_vendor/rich/panel.py +317 -0
  1865. package/.venv_build/Lib/site-packages/pip/_vendor/rich/pretty.py +1016 -0
  1866. package/.venv_build/Lib/site-packages/pip/_vendor/rich/progress.py +1715 -0
  1867. package/.venv_build/Lib/site-packages/pip/_vendor/rich/progress_bar.py +223 -0
  1868. package/.venv_build/Lib/site-packages/pip/_vendor/rich/prompt.py +400 -0
  1869. package/.venv_build/Lib/site-packages/pip/_vendor/rich/protocol.py +42 -0
  1870. package/.venv_build/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
  1871. package/.venv_build/Lib/site-packages/pip/_vendor/rich/region.py +10 -0
  1872. package/.venv_build/Lib/site-packages/pip/_vendor/rich/repr.py +149 -0
  1873. package/.venv_build/Lib/site-packages/pip/_vendor/rich/rule.py +130 -0
  1874. package/.venv_build/Lib/site-packages/pip/_vendor/rich/scope.py +86 -0
  1875. package/.venv_build/Lib/site-packages/pip/_vendor/rich/screen.py +54 -0
  1876. package/.venv_build/Lib/site-packages/pip/_vendor/rich/segment.py +752 -0
  1877. package/.venv_build/Lib/site-packages/pip/_vendor/rich/spinner.py +132 -0
  1878. package/.venv_build/Lib/site-packages/pip/_vendor/rich/status.py +131 -0
  1879. package/.venv_build/Lib/site-packages/pip/_vendor/rich/style.py +792 -0
  1880. package/.venv_build/Lib/site-packages/pip/_vendor/rich/styled.py +42 -0
  1881. package/.venv_build/Lib/site-packages/pip/_vendor/rich/syntax.py +985 -0
  1882. package/.venv_build/Lib/site-packages/pip/_vendor/rich/table.py +1006 -0
  1883. package/.venv_build/Lib/site-packages/pip/_vendor/rich/terminal_theme.py +153 -0
  1884. package/.venv_build/Lib/site-packages/pip/_vendor/rich/text.py +1361 -0
  1885. package/.venv_build/Lib/site-packages/pip/_vendor/rich/theme.py +115 -0
  1886. package/.venv_build/Lib/site-packages/pip/_vendor/rich/themes.py +5 -0
  1887. package/.venv_build/Lib/site-packages/pip/_vendor/rich/traceback.py +899 -0
  1888. package/.venv_build/Lib/site-packages/pip/_vendor/rich/tree.py +257 -0
  1889. package/.venv_build/Lib/site-packages/pip/_vendor/tomli/LICENSE +21 -0
  1890. package/.venv_build/Lib/site-packages/pip/_vendor/tomli/__init__.py +8 -0
  1891. package/.venv_build/Lib/site-packages/pip/_vendor/tomli/_parser.py +777 -0
  1892. package/.venv_build/Lib/site-packages/pip/_vendor/tomli/_re.py +115 -0
  1893. package/.venv_build/Lib/site-packages/pip/_vendor/tomli/_types.py +10 -0
  1894. package/.venv_build/Lib/site-packages/pip/_vendor/tomli/py.typed +1 -0
  1895. package/.venv_build/Lib/site-packages/pip/_vendor/tomli_w/LICENSE +21 -0
  1896. package/.venv_build/Lib/site-packages/pip/_vendor/tomli_w/__init__.py +4 -0
  1897. package/.venv_build/Lib/site-packages/pip/_vendor/tomli_w/_writer.py +229 -0
  1898. package/.venv_build/Lib/site-packages/pip/_vendor/tomli_w/py.typed +1 -0
  1899. package/.venv_build/Lib/site-packages/pip/_vendor/truststore/LICENSE +21 -0
  1900. package/.venv_build/Lib/site-packages/pip/_vendor/truststore/__init__.py +36 -0
  1901. package/.venv_build/Lib/site-packages/pip/_vendor/truststore/_api.py +341 -0
  1902. package/.venv_build/Lib/site-packages/pip/_vendor/truststore/_macos.py +571 -0
  1903. package/.venv_build/Lib/site-packages/pip/_vendor/truststore/_openssl.py +68 -0
  1904. package/.venv_build/Lib/site-packages/pip/_vendor/truststore/_ssl_constants.py +31 -0
  1905. package/.venv_build/Lib/site-packages/pip/_vendor/truststore/_windows.py +567 -0
  1906. package/.venv_build/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
  1907. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/LICENSE.txt +21 -0
  1908. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/__init__.py +102 -0
  1909. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/_collections.py +355 -0
  1910. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/_version.py +2 -0
  1911. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/connection.py +572 -0
  1912. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py +1140 -0
  1913. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
  1914. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +36 -0
  1915. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
  1916. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +519 -0
  1917. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +397 -0
  1918. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py +314 -0
  1919. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +130 -0
  1920. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +518 -0
  1921. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +920 -0
  1922. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py +216 -0
  1923. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/exceptions.py +323 -0
  1924. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/fields.py +274 -0
  1925. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/filepost.py +98 -0
  1926. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
  1927. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
  1928. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +51 -0
  1929. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +155 -0
  1930. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/packages/six.py +1076 -0
  1931. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py +540 -0
  1932. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/request.py +191 -0
  1933. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/response.py +879 -0
  1934. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py +49 -0
  1935. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/util/connection.py +149 -0
  1936. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/util/proxy.py +57 -0
  1937. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/util/queue.py +22 -0
  1938. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/util/request.py +137 -0
  1939. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/util/response.py +107 -0
  1940. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/util/retry.py +622 -0
  1941. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py +504 -0
  1942. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +159 -0
  1943. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/util/ssltransport.py +221 -0
  1944. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py +271 -0
  1945. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/util/url.py +435 -0
  1946. package/.venv_build/Lib/site-packages/pip/_vendor/urllib3/util/wait.py +152 -0
  1947. package/.venv_build/Lib/site-packages/pip/_vendor/vendor.txt +19 -0
  1948. package/.venv_build/Lib/site-packages/pip/py.typed +4 -0
  1949. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/INSTALLER +1 -0
  1950. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/METADATA +111 -0
  1951. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/RECORD +878 -0
  1952. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/REQUESTED +0 -0
  1953. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/WHEEL +4 -0
  1954. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/entry_points.txt +4 -0
  1955. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/AUTHORS.txt +860 -0
  1956. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/LICENSE.txt +20 -0
  1957. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt +13 -0
  1958. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/certifi/LICENSE +20 -0
  1959. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/dependency_groups/LICENSE.txt +9 -0
  1960. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt +284 -0
  1961. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distro/LICENSE +202 -0
  1962. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md +31 -0
  1963. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/msgpack/COPYING +14 -0
  1964. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE +3 -0
  1965. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE +177 -0
  1966. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD +23 -0
  1967. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE +17 -0
  1968. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE +21 -0
  1969. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pygments/LICENSE +25 -0
  1970. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE +21 -0
  1971. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/requests/LICENSE +175 -0
  1972. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE +13 -0
  1973. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/rich/LICENSE +19 -0
  1974. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli/LICENSE +21 -0
  1975. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE +21 -0
  1976. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/truststore/LICENSE +21 -0
  1977. package/.venv_build/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt +21 -0
  1978. package/.venv_build/Lib/site-packages/pkg_resources/__init__.py +3296 -0
  1979. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/__init__.py +0 -0
  1980. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/appdirs.py +608 -0
  1981. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/importlib_resources/__init__.py +36 -0
  1982. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/importlib_resources/_adapters.py +170 -0
  1983. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/importlib_resources/_common.py +104 -0
  1984. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/importlib_resources/_compat.py +98 -0
  1985. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/importlib_resources/_itertools.py +35 -0
  1986. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/importlib_resources/_legacy.py +121 -0
  1987. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/importlib_resources/abc.py +137 -0
  1988. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/importlib_resources/readers.py +122 -0
  1989. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/importlib_resources/simple.py +116 -0
  1990. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/jaraco/__init__.py +0 -0
  1991. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/jaraco/context.py +213 -0
  1992. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/jaraco/functools.py +525 -0
  1993. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/jaraco/text/__init__.py +599 -0
  1994. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/more_itertools/__init__.py +4 -0
  1995. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/more_itertools/more.py +4316 -0
  1996. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/more_itertools/recipes.py +698 -0
  1997. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/packaging/__about__.py +26 -0
  1998. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/packaging/__init__.py +25 -0
  1999. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/packaging/_manylinux.py +301 -0
  2000. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/packaging/_musllinux.py +136 -0
  2001. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/packaging/_structures.py +61 -0
  2002. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/packaging/markers.py +304 -0
  2003. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/packaging/requirements.py +146 -0
  2004. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/packaging/specifiers.py +802 -0
  2005. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/packaging/tags.py +487 -0
  2006. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/packaging/utils.py +136 -0
  2007. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/packaging/version.py +504 -0
  2008. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/pyparsing/__init__.py +331 -0
  2009. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/pyparsing/actions.py +207 -0
  2010. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/pyparsing/common.py +424 -0
  2011. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/pyparsing/core.py +5814 -0
  2012. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/pyparsing/diagram/__init__.py +642 -0
  2013. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/pyparsing/exceptions.py +267 -0
  2014. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/pyparsing/helpers.py +1088 -0
  2015. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/pyparsing/results.py +760 -0
  2016. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/pyparsing/testing.py +331 -0
  2017. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/pyparsing/unicode.py +352 -0
  2018. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/pyparsing/util.py +235 -0
  2019. package/.venv_build/Lib/site-packages/pkg_resources/_vendor/zipp.py +329 -0
  2020. package/.venv_build/Lib/site-packages/pkg_resources/extern/__init__.py +76 -0
  2021. package/.venv_build/Lib/site-packages/prompt_toolkit/__init__.py +54 -0
  2022. package/.venv_build/Lib/site-packages/prompt_toolkit/application/__init__.py +32 -0
  2023. package/.venv_build/Lib/site-packages/prompt_toolkit/application/application.py +1630 -0
  2024. package/.venv_build/Lib/site-packages/prompt_toolkit/application/current.py +195 -0
  2025. package/.venv_build/Lib/site-packages/prompt_toolkit/application/dummy.py +55 -0
  2026. package/.venv_build/Lib/site-packages/prompt_toolkit/application/run_in_terminal.py +117 -0
  2027. package/.venv_build/Lib/site-packages/prompt_toolkit/auto_suggest.py +177 -0
  2028. package/.venv_build/Lib/site-packages/prompt_toolkit/buffer.py +2029 -0
  2029. package/.venv_build/Lib/site-packages/prompt_toolkit/cache.py +127 -0
  2030. package/.venv_build/Lib/site-packages/prompt_toolkit/clipboard/__init__.py +17 -0
  2031. package/.venv_build/Lib/site-packages/prompt_toolkit/clipboard/base.py +109 -0
  2032. package/.venv_build/Lib/site-packages/prompt_toolkit/clipboard/in_memory.py +44 -0
  2033. package/.venv_build/Lib/site-packages/prompt_toolkit/clipboard/pyperclip.py +42 -0
  2034. package/.venv_build/Lib/site-packages/prompt_toolkit/completion/__init__.py +43 -0
  2035. package/.venv_build/Lib/site-packages/prompt_toolkit/completion/base.py +438 -0
  2036. package/.venv_build/Lib/site-packages/prompt_toolkit/completion/deduplicate.py +45 -0
  2037. package/.venv_build/Lib/site-packages/prompt_toolkit/completion/filesystem.py +118 -0
  2038. package/.venv_build/Lib/site-packages/prompt_toolkit/completion/fuzzy_completer.py +213 -0
  2039. package/.venv_build/Lib/site-packages/prompt_toolkit/completion/nested.py +109 -0
  2040. package/.venv_build/Lib/site-packages/prompt_toolkit/completion/word_completer.py +94 -0
  2041. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/__init__.py +0 -0
  2042. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/completers/__init__.py +5 -0
  2043. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/completers/system.py +64 -0
  2044. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/regular_languages/__init__.py +80 -0
  2045. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/regular_languages/compiler.py +579 -0
  2046. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/regular_languages/completion.py +100 -0
  2047. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/regular_languages/lexer.py +94 -0
  2048. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/regular_languages/regex_parser.py +279 -0
  2049. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/regular_languages/validation.py +60 -0
  2050. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/ssh/__init__.py +8 -0
  2051. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/ssh/server.py +178 -0
  2052. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/telnet/__init__.py +7 -0
  2053. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/telnet/log.py +13 -0
  2054. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/telnet/protocol.py +209 -0
  2055. package/.venv_build/Lib/site-packages/prompt_toolkit/contrib/telnet/server.py +428 -0
  2056. package/.venv_build/Lib/site-packages/prompt_toolkit/cursor_shapes.py +117 -0
  2057. package/.venv_build/Lib/site-packages/prompt_toolkit/data_structures.py +18 -0
  2058. package/.venv_build/Lib/site-packages/prompt_toolkit/document.py +1182 -0
  2059. package/.venv_build/Lib/site-packages/prompt_toolkit/enums.py +19 -0
  2060. package/.venv_build/Lib/site-packages/prompt_toolkit/eventloop/__init__.py +31 -0
  2061. package/.venv_build/Lib/site-packages/prompt_toolkit/eventloop/async_generator.py +125 -0
  2062. package/.venv_build/Lib/site-packages/prompt_toolkit/eventloop/inputhook.py +191 -0
  2063. package/.venv_build/Lib/site-packages/prompt_toolkit/eventloop/utils.py +101 -0
  2064. package/.venv_build/Lib/site-packages/prompt_toolkit/eventloop/win32.py +72 -0
  2065. package/.venv_build/Lib/site-packages/prompt_toolkit/filters/__init__.py +71 -0
  2066. package/.venv_build/Lib/site-packages/prompt_toolkit/filters/app.py +419 -0
  2067. package/.venv_build/Lib/site-packages/prompt_toolkit/filters/base.py +260 -0
  2068. package/.venv_build/Lib/site-packages/prompt_toolkit/filters/cli.py +65 -0
  2069. package/.venv_build/Lib/site-packages/prompt_toolkit/filters/utils.py +41 -0
  2070. package/.venv_build/Lib/site-packages/prompt_toolkit/formatted_text/__init__.py +59 -0
  2071. package/.venv_build/Lib/site-packages/prompt_toolkit/formatted_text/ansi.py +302 -0
  2072. package/.venv_build/Lib/site-packages/prompt_toolkit/formatted_text/base.py +179 -0
  2073. package/.venv_build/Lib/site-packages/prompt_toolkit/formatted_text/html.py +145 -0
  2074. package/.venv_build/Lib/site-packages/prompt_toolkit/formatted_text/pygments.py +32 -0
  2075. package/.venv_build/Lib/site-packages/prompt_toolkit/formatted_text/utils.py +102 -0
  2076. package/.venv_build/Lib/site-packages/prompt_toolkit/history.py +306 -0
  2077. package/.venv_build/Lib/site-packages/prompt_toolkit/input/__init__.py +14 -0
  2078. package/.venv_build/Lib/site-packages/prompt_toolkit/input/ansi_escape_sequences.py +344 -0
  2079. package/.venv_build/Lib/site-packages/prompt_toolkit/input/base.py +154 -0
  2080. package/.venv_build/Lib/site-packages/prompt_toolkit/input/defaults.py +79 -0
  2081. package/.venv_build/Lib/site-packages/prompt_toolkit/input/posix_pipe.py +118 -0
  2082. package/.venv_build/Lib/site-packages/prompt_toolkit/input/posix_utils.py +97 -0
  2083. package/.venv_build/Lib/site-packages/prompt_toolkit/input/typeahead.py +78 -0
  2084. package/.venv_build/Lib/site-packages/prompt_toolkit/input/vt100.py +309 -0
  2085. package/.venv_build/Lib/site-packages/prompt_toolkit/input/vt100_parser.py +250 -0
  2086. package/.venv_build/Lib/site-packages/prompt_toolkit/input/win32.py +904 -0
  2087. package/.venv_build/Lib/site-packages/prompt_toolkit/input/win32_pipe.py +156 -0
  2088. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/__init__.py +22 -0
  2089. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/__init__.py +0 -0
  2090. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/auto_suggest.py +66 -0
  2091. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/basic.py +257 -0
  2092. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/completion.py +206 -0
  2093. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/cpr.py +30 -0
  2094. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/emacs.py +563 -0
  2095. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/focus.py +26 -0
  2096. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/mouse.py +348 -0
  2097. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/named_commands.py +691 -0
  2098. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/open_in_editor.py +52 -0
  2099. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/page_navigation.py +85 -0
  2100. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/scroll.py +190 -0
  2101. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/search.py +96 -0
  2102. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/bindings/vi.py +2233 -0
  2103. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/defaults.py +63 -0
  2104. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/digraphs.py +1378 -0
  2105. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/emacs_state.py +36 -0
  2106. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/key_bindings.py +672 -0
  2107. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/key_processor.py +526 -0
  2108. package/.venv_build/Lib/site-packages/prompt_toolkit/key_binding/vi_state.py +107 -0
  2109. package/.venv_build/Lib/site-packages/prompt_toolkit/keys.py +222 -0
  2110. package/.venv_build/Lib/site-packages/prompt_toolkit/layout/__init__.py +147 -0
  2111. package/.venv_build/Lib/site-packages/prompt_toolkit/layout/containers.py +2766 -0
  2112. package/.venv_build/Lib/site-packages/prompt_toolkit/layout/controls.py +956 -0
  2113. package/.venv_build/Lib/site-packages/prompt_toolkit/layout/dimension.py +216 -0
  2114. package/.venv_build/Lib/site-packages/prompt_toolkit/layout/dummy.py +40 -0
  2115. package/.venv_build/Lib/site-packages/prompt_toolkit/layout/layout.py +412 -0
  2116. package/.venv_build/Lib/site-packages/prompt_toolkit/layout/margins.py +304 -0
  2117. package/.venv_build/Lib/site-packages/prompt_toolkit/layout/menus.py +748 -0
  2118. package/.venv_build/Lib/site-packages/prompt_toolkit/layout/mouse_handlers.py +56 -0
  2119. package/.venv_build/Lib/site-packages/prompt_toolkit/layout/processors.py +1016 -0
  2120. package/.venv_build/Lib/site-packages/prompt_toolkit/layout/screen.py +323 -0
  2121. package/.venv_build/Lib/site-packages/prompt_toolkit/layout/scrollable_pane.py +494 -0
  2122. package/.venv_build/Lib/site-packages/prompt_toolkit/layout/utils.py +80 -0
  2123. package/.venv_build/Lib/site-packages/prompt_toolkit/lexers/__init__.py +21 -0
  2124. package/.venv_build/Lib/site-packages/prompt_toolkit/lexers/base.py +85 -0
  2125. package/.venv_build/Lib/site-packages/prompt_toolkit/lexers/pygments.py +328 -0
  2126. package/.venv_build/Lib/site-packages/prompt_toolkit/log.py +13 -0
  2127. package/.venv_build/Lib/site-packages/prompt_toolkit/mouse_events.py +85 -0
  2128. package/.venv_build/Lib/site-packages/prompt_toolkit/output/__init__.py +15 -0
  2129. package/.venv_build/Lib/site-packages/prompt_toolkit/output/base.py +332 -0
  2130. package/.venv_build/Lib/site-packages/prompt_toolkit/output/color_depth.py +64 -0
  2131. package/.venv_build/Lib/site-packages/prompt_toolkit/output/conemu.py +65 -0
  2132. package/.venv_build/Lib/site-packages/prompt_toolkit/output/defaults.py +106 -0
  2133. package/.venv_build/Lib/site-packages/prompt_toolkit/output/flush_stdout.py +87 -0
  2134. package/.venv_build/Lib/site-packages/prompt_toolkit/output/plain_text.py +143 -0
  2135. package/.venv_build/Lib/site-packages/prompt_toolkit/output/vt100.py +760 -0
  2136. package/.venv_build/Lib/site-packages/prompt_toolkit/output/win32.py +684 -0
  2137. package/.venv_build/Lib/site-packages/prompt_toolkit/output/windows10.py +133 -0
  2138. package/.venv_build/Lib/site-packages/prompt_toolkit/patch_stdout.py +297 -0
  2139. package/.venv_build/Lib/site-packages/prompt_toolkit/py.typed +0 -0
  2140. package/.venv_build/Lib/site-packages/prompt_toolkit/renderer.py +820 -0
  2141. package/.venv_build/Lib/site-packages/prompt_toolkit/search.py +226 -0
  2142. package/.venv_build/Lib/site-packages/prompt_toolkit/selection.py +58 -0
  2143. package/.venv_build/Lib/site-packages/prompt_toolkit/shortcuts/__init__.py +49 -0
  2144. package/.venv_build/Lib/site-packages/prompt_toolkit/shortcuts/choice_input.py +311 -0
  2145. package/.venv_build/Lib/site-packages/prompt_toolkit/shortcuts/dialogs.py +330 -0
  2146. package/.venv_build/Lib/site-packages/prompt_toolkit/shortcuts/progress_bar/__init__.py +33 -0
  2147. package/.venv_build/Lib/site-packages/prompt_toolkit/shortcuts/progress_bar/base.py +449 -0
  2148. package/.venv_build/Lib/site-packages/prompt_toolkit/shortcuts/progress_bar/formatters.py +431 -0
  2149. package/.venv_build/Lib/site-packages/prompt_toolkit/shortcuts/prompt.py +1538 -0
  2150. package/.venv_build/Lib/site-packages/prompt_toolkit/shortcuts/utils.py +239 -0
  2151. package/.venv_build/Lib/site-packages/prompt_toolkit/styles/__init__.py +67 -0
  2152. package/.venv_build/Lib/site-packages/prompt_toolkit/styles/base.py +188 -0
  2153. package/.venv_build/Lib/site-packages/prompt_toolkit/styles/defaults.py +236 -0
  2154. package/.venv_build/Lib/site-packages/prompt_toolkit/styles/named_colors.py +162 -0
  2155. package/.venv_build/Lib/site-packages/prompt_toolkit/styles/pygments.py +70 -0
  2156. package/.venv_build/Lib/site-packages/prompt_toolkit/styles/style.py +407 -0
  2157. package/.venv_build/Lib/site-packages/prompt_toolkit/styles/style_transformation.py +374 -0
  2158. package/.venv_build/Lib/site-packages/prompt_toolkit/token.py +9 -0
  2159. package/.venv_build/Lib/site-packages/prompt_toolkit/utils.py +327 -0
  2160. package/.venv_build/Lib/site-packages/prompt_toolkit/validation.py +192 -0
  2161. package/.venv_build/Lib/site-packages/prompt_toolkit/widgets/__init__.py +63 -0
  2162. package/.venv_build/Lib/site-packages/prompt_toolkit/widgets/base.py +1080 -0
  2163. package/.venv_build/Lib/site-packages/prompt_toolkit/widgets/dialogs.py +108 -0
  2164. package/.venv_build/Lib/site-packages/prompt_toolkit/widgets/menus.py +374 -0
  2165. package/.venv_build/Lib/site-packages/prompt_toolkit/widgets/toolbars.py +370 -0
  2166. package/.venv_build/Lib/site-packages/prompt_toolkit/win32_types.py +229 -0
  2167. package/.venv_build/Lib/site-packages/prompt_toolkit-3.0.52.dist-info/INSTALLER +1 -0
  2168. package/.venv_build/Lib/site-packages/prompt_toolkit-3.0.52.dist-info/METADATA +172 -0
  2169. package/.venv_build/Lib/site-packages/prompt_toolkit-3.0.52.dist-info/RECORD +298 -0
  2170. package/.venv_build/Lib/site-packages/prompt_toolkit-3.0.52.dist-info/WHEEL +5 -0
  2171. package/.venv_build/Lib/site-packages/prompt_toolkit-3.0.52.dist-info/licenses/AUTHORS.rst +11 -0
  2172. package/.venv_build/Lib/site-packages/prompt_toolkit-3.0.52.dist-info/licenses/LICENSE +27 -0
  2173. package/.venv_build/Lib/site-packages/prompt_toolkit-3.0.52.dist-info/top_level.txt +1 -0
  2174. package/.venv_build/Lib/site-packages/pygments/__init__.py +82 -0
  2175. package/.venv_build/Lib/site-packages/pygments/__main__.py +17 -0
  2176. package/.venv_build/Lib/site-packages/pygments/cmdline.py +668 -0
  2177. package/.venv_build/Lib/site-packages/pygments/console.py +70 -0
  2178. package/.venv_build/Lib/site-packages/pygments/filter.py +70 -0
  2179. package/.venv_build/Lib/site-packages/pygments/filters/__init__.py +940 -0
  2180. package/.venv_build/Lib/site-packages/pygments/formatter.py +129 -0
  2181. package/.venv_build/Lib/site-packages/pygments/formatters/__init__.py +157 -0
  2182. package/.venv_build/Lib/site-packages/pygments/formatters/_mapping.py +23 -0
  2183. package/.venv_build/Lib/site-packages/pygments/formatters/bbcode.py +108 -0
  2184. package/.venv_build/Lib/site-packages/pygments/formatters/groff.py +170 -0
  2185. package/.venv_build/Lib/site-packages/pygments/formatters/html.py +995 -0
  2186. package/.venv_build/Lib/site-packages/pygments/formatters/img.py +686 -0
  2187. package/.venv_build/Lib/site-packages/pygments/formatters/irc.py +154 -0
  2188. package/.venv_build/Lib/site-packages/pygments/formatters/latex.py +518 -0
  2189. package/.venv_build/Lib/site-packages/pygments/formatters/other.py +160 -0
  2190. package/.venv_build/Lib/site-packages/pygments/formatters/pangomarkup.py +83 -0
  2191. package/.venv_build/Lib/site-packages/pygments/formatters/rtf.py +349 -0
  2192. package/.venv_build/Lib/site-packages/pygments/formatters/svg.py +185 -0
  2193. package/.venv_build/Lib/site-packages/pygments/formatters/terminal.py +127 -0
  2194. package/.venv_build/Lib/site-packages/pygments/formatters/terminal256.py +338 -0
  2195. package/.venv_build/Lib/site-packages/pygments/lexer.py +961 -0
  2196. package/.venv_build/Lib/site-packages/pygments/lexers/__init__.py +362 -0
  2197. package/.venv_build/Lib/site-packages/pygments/lexers/_ada_builtins.py +103 -0
  2198. package/.venv_build/Lib/site-packages/pygments/lexers/_asy_builtins.py +1644 -0
  2199. package/.venv_build/Lib/site-packages/pygments/lexers/_cl_builtins.py +231 -0
  2200. package/.venv_build/Lib/site-packages/pygments/lexers/_cocoa_builtins.py +75 -0
  2201. package/.venv_build/Lib/site-packages/pygments/lexers/_csound_builtins.py +1780 -0
  2202. package/.venv_build/Lib/site-packages/pygments/lexers/_css_builtins.py +558 -0
  2203. package/.venv_build/Lib/site-packages/pygments/lexers/_googlesql_builtins.py +918 -0
  2204. package/.venv_build/Lib/site-packages/pygments/lexers/_julia_builtins.py +411 -0
  2205. package/.venv_build/Lib/site-packages/pygments/lexers/_lasso_builtins.py +5326 -0
  2206. package/.venv_build/Lib/site-packages/pygments/lexers/_lilypond_builtins.py +4932 -0
  2207. package/.venv_build/Lib/site-packages/pygments/lexers/_lua_builtins.py +285 -0
  2208. package/.venv_build/Lib/site-packages/pygments/lexers/_luau_builtins.py +62 -0
  2209. package/.venv_build/Lib/site-packages/pygments/lexers/_mapping.py +602 -0
  2210. package/.venv_build/Lib/site-packages/pygments/lexers/_mql_builtins.py +1171 -0
  2211. package/.venv_build/Lib/site-packages/pygments/lexers/_mysql_builtins.py +1335 -0
  2212. package/.venv_build/Lib/site-packages/pygments/lexers/_openedge_builtins.py +2600 -0
  2213. package/.venv_build/Lib/site-packages/pygments/lexers/_php_builtins.py +3325 -0
  2214. package/.venv_build/Lib/site-packages/pygments/lexers/_postgres_builtins.py +739 -0
  2215. package/.venv_build/Lib/site-packages/pygments/lexers/_qlik_builtins.py +666 -0
  2216. package/.venv_build/Lib/site-packages/pygments/lexers/_scheme_builtins.py +1609 -0
  2217. package/.venv_build/Lib/site-packages/pygments/lexers/_scilab_builtins.py +3093 -0
  2218. package/.venv_build/Lib/site-packages/pygments/lexers/_sourcemod_builtins.py +1151 -0
  2219. package/.venv_build/Lib/site-packages/pygments/lexers/_sql_builtins.py +106 -0
  2220. package/.venv_build/Lib/site-packages/pygments/lexers/_stan_builtins.py +648 -0
  2221. package/.venv_build/Lib/site-packages/pygments/lexers/_stata_builtins.py +457 -0
  2222. package/.venv_build/Lib/site-packages/pygments/lexers/_tsql_builtins.py +1003 -0
  2223. package/.venv_build/Lib/site-packages/pygments/lexers/_usd_builtins.py +112 -0
  2224. package/.venv_build/Lib/site-packages/pygments/lexers/_vbscript_builtins.py +279 -0
  2225. package/.venv_build/Lib/site-packages/pygments/lexers/_vim_builtins.py +1938 -0
  2226. package/.venv_build/Lib/site-packages/pygments/lexers/actionscript.py +243 -0
  2227. package/.venv_build/Lib/site-packages/pygments/lexers/ada.py +144 -0
  2228. package/.venv_build/Lib/site-packages/pygments/lexers/agile.py +25 -0
  2229. package/.venv_build/Lib/site-packages/pygments/lexers/algebra.py +299 -0
  2230. package/.venv_build/Lib/site-packages/pygments/lexers/ambient.py +75 -0
  2231. package/.venv_build/Lib/site-packages/pygments/lexers/amdgpu.py +54 -0
  2232. package/.venv_build/Lib/site-packages/pygments/lexers/ampl.py +87 -0
  2233. package/.venv_build/Lib/site-packages/pygments/lexers/apdlexer.py +593 -0
  2234. package/.venv_build/Lib/site-packages/pygments/lexers/apl.py +103 -0
  2235. package/.venv_build/Lib/site-packages/pygments/lexers/archetype.py +315 -0
  2236. package/.venv_build/Lib/site-packages/pygments/lexers/arrow.py +116 -0
  2237. package/.venv_build/Lib/site-packages/pygments/lexers/arturo.py +249 -0
  2238. package/.venv_build/Lib/site-packages/pygments/lexers/asc.py +55 -0
  2239. package/.venv_build/Lib/site-packages/pygments/lexers/asm.py +1051 -0
  2240. package/.venv_build/Lib/site-packages/pygments/lexers/asn1.py +178 -0
  2241. package/.venv_build/Lib/site-packages/pygments/lexers/automation.py +379 -0
  2242. package/.venv_build/Lib/site-packages/pygments/lexers/bare.py +101 -0
  2243. package/.venv_build/Lib/site-packages/pygments/lexers/basic.py +656 -0
  2244. package/.venv_build/Lib/site-packages/pygments/lexers/bdd.py +57 -0
  2245. package/.venv_build/Lib/site-packages/pygments/lexers/berry.py +99 -0
  2246. package/.venv_build/Lib/site-packages/pygments/lexers/bibtex.py +159 -0
  2247. package/.venv_build/Lib/site-packages/pygments/lexers/blueprint.py +173 -0
  2248. package/.venv_build/Lib/site-packages/pygments/lexers/boa.py +97 -0
  2249. package/.venv_build/Lib/site-packages/pygments/lexers/bqn.py +112 -0
  2250. package/.venv_build/Lib/site-packages/pygments/lexers/business.py +625 -0
  2251. package/.venv_build/Lib/site-packages/pygments/lexers/c_cpp.py +414 -0
  2252. package/.venv_build/Lib/site-packages/pygments/lexers/c_like.py +738 -0
  2253. package/.venv_build/Lib/site-packages/pygments/lexers/capnproto.py +74 -0
  2254. package/.venv_build/Lib/site-packages/pygments/lexers/carbon.py +95 -0
  2255. package/.venv_build/Lib/site-packages/pygments/lexers/cddl.py +172 -0
  2256. package/.venv_build/Lib/site-packages/pygments/lexers/chapel.py +139 -0
  2257. package/.venv_build/Lib/site-packages/pygments/lexers/clean.py +180 -0
  2258. package/.venv_build/Lib/site-packages/pygments/lexers/codeql.py +80 -0
  2259. package/.venv_build/Lib/site-packages/pygments/lexers/comal.py +81 -0
  2260. package/.venv_build/Lib/site-packages/pygments/lexers/compiled.py +35 -0
  2261. package/.venv_build/Lib/site-packages/pygments/lexers/configs.py +1433 -0
  2262. package/.venv_build/Lib/site-packages/pygments/lexers/console.py +114 -0
  2263. package/.venv_build/Lib/site-packages/pygments/lexers/cplint.py +43 -0
  2264. package/.venv_build/Lib/site-packages/pygments/lexers/crystal.py +364 -0
  2265. package/.venv_build/Lib/site-packages/pygments/lexers/csound.py +466 -0
  2266. package/.venv_build/Lib/site-packages/pygments/lexers/css.py +602 -0
  2267. package/.venv_build/Lib/site-packages/pygments/lexers/d.py +259 -0
  2268. package/.venv_build/Lib/site-packages/pygments/lexers/dalvik.py +126 -0
  2269. package/.venv_build/Lib/site-packages/pygments/lexers/data.py +763 -0
  2270. package/.venv_build/Lib/site-packages/pygments/lexers/dax.py +135 -0
  2271. package/.venv_build/Lib/site-packages/pygments/lexers/devicetree.py +108 -0
  2272. package/.venv_build/Lib/site-packages/pygments/lexers/diff.py +169 -0
  2273. package/.venv_build/Lib/site-packages/pygments/lexers/dns.py +109 -0
  2274. package/.venv_build/Lib/site-packages/pygments/lexers/dotnet.py +873 -0
  2275. package/.venv_build/Lib/site-packages/pygments/lexers/dsls.py +970 -0
  2276. package/.venv_build/Lib/site-packages/pygments/lexers/dylan.py +279 -0
  2277. package/.venv_build/Lib/site-packages/pygments/lexers/ecl.py +144 -0
  2278. package/.venv_build/Lib/site-packages/pygments/lexers/eiffel.py +68 -0
  2279. package/.venv_build/Lib/site-packages/pygments/lexers/elm.py +123 -0
  2280. package/.venv_build/Lib/site-packages/pygments/lexers/elpi.py +175 -0
  2281. package/.venv_build/Lib/site-packages/pygments/lexers/email.py +132 -0
  2282. package/.venv_build/Lib/site-packages/pygments/lexers/erlang.py +526 -0
  2283. package/.venv_build/Lib/site-packages/pygments/lexers/esoteric.py +300 -0
  2284. package/.venv_build/Lib/site-packages/pygments/lexers/ezhil.py +76 -0
  2285. package/.venv_build/Lib/site-packages/pygments/lexers/factor.py +363 -0
  2286. package/.venv_build/Lib/site-packages/pygments/lexers/fantom.py +251 -0
  2287. package/.venv_build/Lib/site-packages/pygments/lexers/felix.py +275 -0
  2288. package/.venv_build/Lib/site-packages/pygments/lexers/fift.py +68 -0
  2289. package/.venv_build/Lib/site-packages/pygments/lexers/floscript.py +81 -0
  2290. package/.venv_build/Lib/site-packages/pygments/lexers/forth.py +178 -0
  2291. package/.venv_build/Lib/site-packages/pygments/lexers/fortran.py +212 -0
  2292. package/.venv_build/Lib/site-packages/pygments/lexers/foxpro.py +427 -0
  2293. package/.venv_build/Lib/site-packages/pygments/lexers/freefem.py +893 -0
  2294. package/.venv_build/Lib/site-packages/pygments/lexers/func.py +110 -0
  2295. package/.venv_build/Lib/site-packages/pygments/lexers/functional.py +21 -0
  2296. package/.venv_build/Lib/site-packages/pygments/lexers/futhark.py +105 -0
  2297. package/.venv_build/Lib/site-packages/pygments/lexers/gcodelexer.py +35 -0
  2298. package/.venv_build/Lib/site-packages/pygments/lexers/gdscript.py +189 -0
  2299. package/.venv_build/Lib/site-packages/pygments/lexers/gleam.py +74 -0
  2300. package/.venv_build/Lib/site-packages/pygments/lexers/go.py +97 -0
  2301. package/.venv_build/Lib/site-packages/pygments/lexers/grammar_notation.py +262 -0
  2302. package/.venv_build/Lib/site-packages/pygments/lexers/graph.py +108 -0
  2303. package/.venv_build/Lib/site-packages/pygments/lexers/graphics.py +794 -0
  2304. package/.venv_build/Lib/site-packages/pygments/lexers/graphql.py +176 -0
  2305. package/.venv_build/Lib/site-packages/pygments/lexers/graphviz.py +58 -0
  2306. package/.venv_build/Lib/site-packages/pygments/lexers/gsql.py +103 -0
  2307. package/.venv_build/Lib/site-packages/pygments/lexers/hare.py +73 -0
  2308. package/.venv_build/Lib/site-packages/pygments/lexers/haskell.py +866 -0
  2309. package/.venv_build/Lib/site-packages/pygments/lexers/haxe.py +935 -0
  2310. package/.venv_build/Lib/site-packages/pygments/lexers/hdl.py +466 -0
  2311. package/.venv_build/Lib/site-packages/pygments/lexers/hexdump.py +102 -0
  2312. package/.venv_build/Lib/site-packages/pygments/lexers/html.py +670 -0
  2313. package/.venv_build/Lib/site-packages/pygments/lexers/idl.py +284 -0
  2314. package/.venv_build/Lib/site-packages/pygments/lexers/igor.py +435 -0
  2315. package/.venv_build/Lib/site-packages/pygments/lexers/inferno.py +95 -0
  2316. package/.venv_build/Lib/site-packages/pygments/lexers/installers.py +352 -0
  2317. package/.venv_build/Lib/site-packages/pygments/lexers/int_fiction.py +1370 -0
  2318. package/.venv_build/Lib/site-packages/pygments/lexers/iolang.py +61 -0
  2319. package/.venv_build/Lib/site-packages/pygments/lexers/j.py +151 -0
  2320. package/.venv_build/Lib/site-packages/pygments/lexers/javascript.py +1591 -0
  2321. package/.venv_build/Lib/site-packages/pygments/lexers/jmespath.py +69 -0
  2322. package/.venv_build/Lib/site-packages/pygments/lexers/jslt.py +94 -0
  2323. package/.venv_build/Lib/site-packages/pygments/lexers/json5.py +83 -0
  2324. package/.venv_build/Lib/site-packages/pygments/lexers/jsonnet.py +169 -0
  2325. package/.venv_build/Lib/site-packages/pygments/lexers/jsx.py +100 -0
  2326. package/.venv_build/Lib/site-packages/pygments/lexers/julia.py +294 -0
  2327. package/.venv_build/Lib/site-packages/pygments/lexers/jvm.py +1802 -0
  2328. package/.venv_build/Lib/site-packages/pygments/lexers/kuin.py +332 -0
  2329. package/.venv_build/Lib/site-packages/pygments/lexers/kusto.py +93 -0
  2330. package/.venv_build/Lib/site-packages/pygments/lexers/ldap.py +155 -0
  2331. package/.venv_build/Lib/site-packages/pygments/lexers/lean.py +241 -0
  2332. package/.venv_build/Lib/site-packages/pygments/lexers/lilypond.py +225 -0
  2333. package/.venv_build/Lib/site-packages/pygments/lexers/lisp.py +3146 -0
  2334. package/.venv_build/Lib/site-packages/pygments/lexers/macaulay2.py +1814 -0
  2335. package/.venv_build/Lib/site-packages/pygments/lexers/make.py +212 -0
  2336. package/.venv_build/Lib/site-packages/pygments/lexers/maple.py +291 -0
  2337. package/.venv_build/Lib/site-packages/pygments/lexers/markup.py +1654 -0
  2338. package/.venv_build/Lib/site-packages/pygments/lexers/math.py +21 -0
  2339. package/.venv_build/Lib/site-packages/pygments/lexers/matlab.py +3307 -0
  2340. package/.venv_build/Lib/site-packages/pygments/lexers/maxima.py +84 -0
  2341. package/.venv_build/Lib/site-packages/pygments/lexers/meson.py +139 -0
  2342. package/.venv_build/Lib/site-packages/pygments/lexers/mime.py +210 -0
  2343. package/.venv_build/Lib/site-packages/pygments/lexers/minecraft.py +391 -0
  2344. package/.venv_build/Lib/site-packages/pygments/lexers/mips.py +130 -0
  2345. package/.venv_build/Lib/site-packages/pygments/lexers/ml.py +958 -0
  2346. package/.venv_build/Lib/site-packages/pygments/lexers/modeling.py +366 -0
  2347. package/.venv_build/Lib/site-packages/pygments/lexers/modula2.py +1579 -0
  2348. package/.venv_build/Lib/site-packages/pygments/lexers/mojo.py +707 -0
  2349. package/.venv_build/Lib/site-packages/pygments/lexers/monte.py +203 -0
  2350. package/.venv_build/Lib/site-packages/pygments/lexers/mosel.py +447 -0
  2351. package/.venv_build/Lib/site-packages/pygments/lexers/ncl.py +894 -0
  2352. package/.venv_build/Lib/site-packages/pygments/lexers/nimrod.py +199 -0
  2353. package/.venv_build/Lib/site-packages/pygments/lexers/nit.py +63 -0
  2354. package/.venv_build/Lib/site-packages/pygments/lexers/nix.py +144 -0
  2355. package/.venv_build/Lib/site-packages/pygments/lexers/numbair.py +63 -0
  2356. package/.venv_build/Lib/site-packages/pygments/lexers/oberon.py +120 -0
  2357. package/.venv_build/Lib/site-packages/pygments/lexers/objective.py +513 -0
  2358. package/.venv_build/Lib/site-packages/pygments/lexers/ooc.py +84 -0
  2359. package/.venv_build/Lib/site-packages/pygments/lexers/openscad.py +96 -0
  2360. package/.venv_build/Lib/site-packages/pygments/lexers/other.py +41 -0
  2361. package/.venv_build/Lib/site-packages/pygments/lexers/parasail.py +78 -0
  2362. package/.venv_build/Lib/site-packages/pygments/lexers/parsers.py +798 -0
  2363. package/.venv_build/Lib/site-packages/pygments/lexers/pascal.py +644 -0
  2364. package/.venv_build/Lib/site-packages/pygments/lexers/pawn.py +202 -0
  2365. package/.venv_build/Lib/site-packages/pygments/lexers/pddl.py +82 -0
  2366. package/.venv_build/Lib/site-packages/pygments/lexers/perl.py +733 -0
  2367. package/.venv_build/Lib/site-packages/pygments/lexers/phix.py +363 -0
  2368. package/.venv_build/Lib/site-packages/pygments/lexers/php.py +334 -0
  2369. package/.venv_build/Lib/site-packages/pygments/lexers/pointless.py +70 -0
  2370. package/.venv_build/Lib/site-packages/pygments/lexers/pony.py +93 -0
  2371. package/.venv_build/Lib/site-packages/pygments/lexers/praat.py +303 -0
  2372. package/.venv_build/Lib/site-packages/pygments/lexers/procfile.py +41 -0
  2373. package/.venv_build/Lib/site-packages/pygments/lexers/prolog.py +318 -0
  2374. package/.venv_build/Lib/site-packages/pygments/lexers/promql.py +176 -0
  2375. package/.venv_build/Lib/site-packages/pygments/lexers/prql.py +251 -0
  2376. package/.venv_build/Lib/site-packages/pygments/lexers/ptx.py +119 -0
  2377. package/.venv_build/Lib/site-packages/pygments/lexers/python.py +1201 -0
  2378. package/.venv_build/Lib/site-packages/pygments/lexers/q.py +187 -0
  2379. package/.venv_build/Lib/site-packages/pygments/lexers/qlik.py +117 -0
  2380. package/.venv_build/Lib/site-packages/pygments/lexers/qvt.py +153 -0
  2381. package/.venv_build/Lib/site-packages/pygments/lexers/r.py +196 -0
  2382. package/.venv_build/Lib/site-packages/pygments/lexers/rdf.py +468 -0
  2383. package/.venv_build/Lib/site-packages/pygments/lexers/rebol.py +419 -0
  2384. package/.venv_build/Lib/site-packages/pygments/lexers/rego.py +57 -0
  2385. package/.venv_build/Lib/site-packages/pygments/lexers/resource.py +83 -0
  2386. package/.venv_build/Lib/site-packages/pygments/lexers/ride.py +138 -0
  2387. package/.venv_build/Lib/site-packages/pygments/lexers/rita.py +42 -0
  2388. package/.venv_build/Lib/site-packages/pygments/lexers/rnc.py +66 -0
  2389. package/.venv_build/Lib/site-packages/pygments/lexers/roboconf.py +81 -0
  2390. package/.venv_build/Lib/site-packages/pygments/lexers/robotframework.py +551 -0
  2391. package/.venv_build/Lib/site-packages/pygments/lexers/ruby.py +518 -0
  2392. package/.venv_build/Lib/site-packages/pygments/lexers/rust.py +222 -0
  2393. package/.venv_build/Lib/site-packages/pygments/lexers/sas.py +227 -0
  2394. package/.venv_build/Lib/site-packages/pygments/lexers/savi.py +171 -0
  2395. package/.venv_build/Lib/site-packages/pygments/lexers/scdoc.py +85 -0
  2396. package/.venv_build/Lib/site-packages/pygments/lexers/scripting.py +1616 -0
  2397. package/.venv_build/Lib/site-packages/pygments/lexers/sgf.py +59 -0
  2398. package/.venv_build/Lib/site-packages/pygments/lexers/shell.py +902 -0
  2399. package/.venv_build/Lib/site-packages/pygments/lexers/sieve.py +78 -0
  2400. package/.venv_build/Lib/site-packages/pygments/lexers/slash.py +183 -0
  2401. package/.venv_build/Lib/site-packages/pygments/lexers/smalltalk.py +194 -0
  2402. package/.venv_build/Lib/site-packages/pygments/lexers/smithy.py +77 -0
  2403. package/.venv_build/Lib/site-packages/pygments/lexers/smv.py +78 -0
  2404. package/.venv_build/Lib/site-packages/pygments/lexers/snobol.py +82 -0
  2405. package/.venv_build/Lib/site-packages/pygments/lexers/solidity.py +87 -0
  2406. package/.venv_build/Lib/site-packages/pygments/lexers/soong.py +78 -0
  2407. package/.venv_build/Lib/site-packages/pygments/lexers/sophia.py +102 -0
  2408. package/.venv_build/Lib/site-packages/pygments/lexers/special.py +122 -0
  2409. package/.venv_build/Lib/site-packages/pygments/lexers/spice.py +70 -0
  2410. package/.venv_build/Lib/site-packages/pygments/lexers/sql.py +1109 -0
  2411. package/.venv_build/Lib/site-packages/pygments/lexers/srcinfo.py +62 -0
  2412. package/.venv_build/Lib/site-packages/pygments/lexers/stata.py +170 -0
  2413. package/.venv_build/Lib/site-packages/pygments/lexers/supercollider.py +94 -0
  2414. package/.venv_build/Lib/site-packages/pygments/lexers/tablegen.py +177 -0
  2415. package/.venv_build/Lib/site-packages/pygments/lexers/tact.py +303 -0
  2416. package/.venv_build/Lib/site-packages/pygments/lexers/tal.py +77 -0
  2417. package/.venv_build/Lib/site-packages/pygments/lexers/tcl.py +148 -0
  2418. package/.venv_build/Lib/site-packages/pygments/lexers/teal.py +88 -0
  2419. package/.venv_build/Lib/site-packages/pygments/lexers/templates.py +2355 -0
  2420. package/.venv_build/Lib/site-packages/pygments/lexers/teraterm.py +325 -0
  2421. package/.venv_build/Lib/site-packages/pygments/lexers/testing.py +209 -0
  2422. package/.venv_build/Lib/site-packages/pygments/lexers/text.py +27 -0
  2423. package/.venv_build/Lib/site-packages/pygments/lexers/textedit.py +205 -0
  2424. package/.venv_build/Lib/site-packages/pygments/lexers/textfmts.py +436 -0
  2425. package/.venv_build/Lib/site-packages/pygments/lexers/theorem.py +410 -0
  2426. package/.venv_build/Lib/site-packages/pygments/lexers/thingsdb.py +140 -0
  2427. package/.venv_build/Lib/site-packages/pygments/lexers/tlb.py +59 -0
  2428. package/.venv_build/Lib/site-packages/pygments/lexers/tls.py +54 -0
  2429. package/.venv_build/Lib/site-packages/pygments/lexers/tnt.py +270 -0
  2430. package/.venv_build/Lib/site-packages/pygments/lexers/trafficscript.py +51 -0
  2431. package/.venv_build/Lib/site-packages/pygments/lexers/typoscript.py +216 -0
  2432. package/.venv_build/Lib/site-packages/pygments/lexers/typst.py +160 -0
  2433. package/.venv_build/Lib/site-packages/pygments/lexers/ul4.py +309 -0
  2434. package/.venv_build/Lib/site-packages/pygments/lexers/unicon.py +413 -0
  2435. package/.venv_build/Lib/site-packages/pygments/lexers/urbi.py +145 -0
  2436. package/.venv_build/Lib/site-packages/pygments/lexers/usd.py +85 -0
  2437. package/.venv_build/Lib/site-packages/pygments/lexers/varnish.py +189 -0
  2438. package/.venv_build/Lib/site-packages/pygments/lexers/verification.py +113 -0
  2439. package/.venv_build/Lib/site-packages/pygments/lexers/verifpal.py +65 -0
  2440. package/.venv_build/Lib/site-packages/pygments/lexers/vip.py +150 -0
  2441. package/.venv_build/Lib/site-packages/pygments/lexers/vyper.py +140 -0
  2442. package/.venv_build/Lib/site-packages/pygments/lexers/web.py +24 -0
  2443. package/.venv_build/Lib/site-packages/pygments/lexers/webassembly.py +119 -0
  2444. package/.venv_build/Lib/site-packages/pygments/lexers/webidl.py +298 -0
  2445. package/.venv_build/Lib/site-packages/pygments/lexers/webmisc.py +1006 -0
  2446. package/.venv_build/Lib/site-packages/pygments/lexers/wgsl.py +406 -0
  2447. package/.venv_build/Lib/site-packages/pygments/lexers/whiley.py +115 -0
  2448. package/.venv_build/Lib/site-packages/pygments/lexers/wowtoc.py +120 -0
  2449. package/.venv_build/Lib/site-packages/pygments/lexers/wren.py +98 -0
  2450. package/.venv_build/Lib/site-packages/pygments/lexers/x10.py +66 -0
  2451. package/.venv_build/Lib/site-packages/pygments/lexers/xorg.py +38 -0
  2452. package/.venv_build/Lib/site-packages/pygments/lexers/yang.py +103 -0
  2453. package/.venv_build/Lib/site-packages/pygments/lexers/yara.py +69 -0
  2454. package/.venv_build/Lib/site-packages/pygments/lexers/zig.py +125 -0
  2455. package/.venv_build/Lib/site-packages/pygments/modeline.py +43 -0
  2456. package/.venv_build/Lib/site-packages/pygments/plugin.py +72 -0
  2457. package/.venv_build/Lib/site-packages/pygments/regexopt.py +91 -0
  2458. package/.venv_build/Lib/site-packages/pygments/scanner.py +104 -0
  2459. package/.venv_build/Lib/site-packages/pygments/sphinxext.py +247 -0
  2460. package/.venv_build/Lib/site-packages/pygments/style.py +203 -0
  2461. package/.venv_build/Lib/site-packages/pygments/styles/__init__.py +61 -0
  2462. package/.venv_build/Lib/site-packages/pygments/styles/_mapping.py +54 -0
  2463. package/.venv_build/Lib/site-packages/pygments/styles/abap.py +32 -0
  2464. package/.venv_build/Lib/site-packages/pygments/styles/algol.py +65 -0
  2465. package/.venv_build/Lib/site-packages/pygments/styles/algol_nu.py +65 -0
  2466. package/.venv_build/Lib/site-packages/pygments/styles/arduino.py +100 -0
  2467. package/.venv_build/Lib/site-packages/pygments/styles/autumn.py +67 -0
  2468. package/.venv_build/Lib/site-packages/pygments/styles/borland.py +53 -0
  2469. package/.venv_build/Lib/site-packages/pygments/styles/bw.py +52 -0
  2470. package/.venv_build/Lib/site-packages/pygments/styles/coffee.py +80 -0
  2471. package/.venv_build/Lib/site-packages/pygments/styles/colorful.py +83 -0
  2472. package/.venv_build/Lib/site-packages/pygments/styles/default.py +76 -0
  2473. package/.venv_build/Lib/site-packages/pygments/styles/dracula.py +90 -0
  2474. package/.venv_build/Lib/site-packages/pygments/styles/emacs.py +75 -0
  2475. package/.venv_build/Lib/site-packages/pygments/styles/friendly.py +76 -0
  2476. package/.venv_build/Lib/site-packages/pygments/styles/friendly_grayscale.py +80 -0
  2477. package/.venv_build/Lib/site-packages/pygments/styles/fruity.py +47 -0
  2478. package/.venv_build/Lib/site-packages/pygments/styles/gh_dark.py +113 -0
  2479. package/.venv_build/Lib/site-packages/pygments/styles/gruvbox.py +118 -0
  2480. package/.venv_build/Lib/site-packages/pygments/styles/igor.py +32 -0
  2481. package/.venv_build/Lib/site-packages/pygments/styles/inkpot.py +72 -0
  2482. package/.venv_build/Lib/site-packages/pygments/styles/lightbulb.py +110 -0
  2483. package/.venv_build/Lib/site-packages/pygments/styles/lilypond.py +62 -0
  2484. package/.venv_build/Lib/site-packages/pygments/styles/lovelace.py +100 -0
  2485. package/.venv_build/Lib/site-packages/pygments/styles/manni.py +79 -0
  2486. package/.venv_build/Lib/site-packages/pygments/styles/material.py +124 -0
  2487. package/.venv_build/Lib/site-packages/pygments/styles/monokai.py +112 -0
  2488. package/.venv_build/Lib/site-packages/pygments/styles/murphy.py +82 -0
  2489. package/.venv_build/Lib/site-packages/pygments/styles/native.py +70 -0
  2490. package/.venv_build/Lib/site-packages/pygments/styles/nord.py +156 -0
  2491. package/.venv_build/Lib/site-packages/pygments/styles/onedark.py +63 -0
  2492. package/.venv_build/Lib/site-packages/pygments/styles/paraiso_dark.py +124 -0
  2493. package/.venv_build/Lib/site-packages/pygments/styles/paraiso_light.py +124 -0
  2494. package/.venv_build/Lib/site-packages/pygments/styles/pastie.py +78 -0
  2495. package/.venv_build/Lib/site-packages/pygments/styles/perldoc.py +73 -0
  2496. package/.venv_build/Lib/site-packages/pygments/styles/rainbow_dash.py +95 -0
  2497. package/.venv_build/Lib/site-packages/pygments/styles/rrt.py +40 -0
  2498. package/.venv_build/Lib/site-packages/pygments/styles/sas.py +46 -0
  2499. package/.venv_build/Lib/site-packages/pygments/styles/solarized.py +144 -0
  2500. package/.venv_build/Lib/site-packages/pygments/styles/staroffice.py +31 -0
  2501. package/.venv_build/Lib/site-packages/pygments/styles/stata_dark.py +42 -0
  2502. package/.venv_build/Lib/site-packages/pygments/styles/stata_light.py +42 -0
  2503. package/.venv_build/Lib/site-packages/pygments/styles/tango.py +143 -0
  2504. package/.venv_build/Lib/site-packages/pygments/styles/trac.py +66 -0
  2505. package/.venv_build/Lib/site-packages/pygments/styles/vim.py +67 -0
  2506. package/.venv_build/Lib/site-packages/pygments/styles/vs.py +41 -0
  2507. package/.venv_build/Lib/site-packages/pygments/styles/xcode.py +53 -0
  2508. package/.venv_build/Lib/site-packages/pygments/styles/zenburn.py +83 -0
  2509. package/.venv_build/Lib/site-packages/pygments/token.py +214 -0
  2510. package/.venv_build/Lib/site-packages/pygments/unistring.py +153 -0
  2511. package/.venv_build/Lib/site-packages/pygments/util.py +324 -0
  2512. package/.venv_build/Lib/site-packages/pygments-2.19.2.dist-info/INSTALLER +1 -0
  2513. package/.venv_build/Lib/site-packages/pygments-2.19.2.dist-info/METADATA +58 -0
  2514. package/.venv_build/Lib/site-packages/pygments-2.19.2.dist-info/RECORD +684 -0
  2515. package/.venv_build/Lib/site-packages/pygments-2.19.2.dist-info/WHEEL +4 -0
  2516. package/.venv_build/Lib/site-packages/pygments-2.19.2.dist-info/entry_points.txt +2 -0
  2517. package/.venv_build/Lib/site-packages/pygments-2.19.2.dist-info/licenses/AUTHORS +291 -0
  2518. package/.venv_build/Lib/site-packages/pygments-2.19.2.dist-info/licenses/LICENSE +25 -0
  2519. package/.venv_build/Lib/site-packages/pyinstaller-6.10.0.dist-info/COPYING.txt +636 -0
  2520. package/.venv_build/Lib/site-packages/pyinstaller-6.10.0.dist-info/INSTALLER +1 -0
  2521. package/.venv_build/Lib/site-packages/pyinstaller-6.10.0.dist-info/METADATA +209 -0
  2522. package/.venv_build/Lib/site-packages/pyinstaller-6.10.0.dist-info/RECORD +1076 -0
  2523. package/.venv_build/Lib/site-packages/pyinstaller-6.10.0.dist-info/REQUESTED +0 -0
  2524. package/.venv_build/Lib/site-packages/pyinstaller-6.10.0.dist-info/WHEEL +5 -0
  2525. package/.venv_build/Lib/site-packages/pyinstaller-6.10.0.dist-info/entry_points.txt +7 -0
  2526. package/.venv_build/Lib/site-packages/pyinstaller-6.10.0.dist-info/top_level.txt +1 -0
  2527. package/.venv_build/Lib/site-packages/pyinstaller_hooks_contrib-2026.0.dist-info/INSTALLER +1 -0
  2528. package/.venv_build/Lib/site-packages/pyinstaller_hooks_contrib-2026.0.dist-info/METADATA +374 -0
  2529. package/.venv_build/Lib/site-packages/pyinstaller_hooks_contrib-2026.0.dist-info/RECORD +1409 -0
  2530. package/.venv_build/Lib/site-packages/pyinstaller_hooks_contrib-2026.0.dist-info/WHEEL +5 -0
  2531. package/.venv_build/Lib/site-packages/pyinstaller_hooks_contrib-2026.0.dist-info/entry_points.txt +2 -0
  2532. package/.venv_build/Lib/site-packages/pyinstaller_hooks_contrib-2026.0.dist-info/licenses/LICENSE +521 -0
  2533. package/.venv_build/Lib/site-packages/pyinstaller_hooks_contrib-2026.0.dist-info/top_level.txt +1 -0
  2534. package/.venv_build/Lib/site-packages/pyreadline3/__init__.py +37 -0
  2535. package/.venv_build/Lib/site-packages/pyreadline3/clipboard/__init__.py +16 -0
  2536. package/.venv_build/Lib/site-packages/pyreadline3/clipboard/api.py +27 -0
  2537. package/.venv_build/Lib/site-packages/pyreadline3/clipboard/get_clipboard_text_and_convert.py +75 -0
  2538. package/.venv_build/Lib/site-packages/pyreadline3/clipboard/ironpython_clipboard.py +31 -0
  2539. package/.venv_build/Lib/site-packages/pyreadline3/clipboard/no_clipboard.py +19 -0
  2540. package/.venv_build/Lib/site-packages/pyreadline3/clipboard/obsolete.py +30 -0
  2541. package/.venv_build/Lib/site-packages/pyreadline3/clipboard/py.typed +0 -0
  2542. package/.venv_build/Lib/site-packages/pyreadline3/clipboard/win32_clipboard.py +157 -0
  2543. package/.venv_build/Lib/site-packages/pyreadline3/configuration/pyreadlineconfig.ini +89 -0
  2544. package/.venv_build/Lib/site-packages/pyreadline3/configuration/startup.py +38 -0
  2545. package/.venv_build/Lib/site-packages/pyreadline3/console/__init__.py +16 -0
  2546. package/.venv_build/Lib/site-packages/pyreadline3/console/ansi.py +253 -0
  2547. package/.venv_build/Lib/site-packages/pyreadline3/console/console.py +901 -0
  2548. package/.venv_build/Lib/site-packages/pyreadline3/console/console_attributes.py +15 -0
  2549. package/.venv_build/Lib/site-packages/pyreadline3/console/consolebase.py +50 -0
  2550. package/.venv_build/Lib/site-packages/pyreadline3/console/event.py +37 -0
  2551. package/.venv_build/Lib/site-packages/pyreadline3/console/ironpython_console.py +469 -0
  2552. package/.venv_build/Lib/site-packages/pyreadline3/error.py +16 -0
  2553. package/.venv_build/Lib/site-packages/pyreadline3/get_doc.py +22 -0
  2554. package/.venv_build/Lib/site-packages/pyreadline3/keysyms/__init__.py +14 -0
  2555. package/.venv_build/Lib/site-packages/pyreadline3/keysyms/common.py +198 -0
  2556. package/.venv_build/Lib/site-packages/pyreadline3/keysyms/ironpython_keysyms.py +213 -0
  2557. package/.venv_build/Lib/site-packages/pyreadline3/keysyms/keysyms.py +138 -0
  2558. package/.venv_build/Lib/site-packages/pyreadline3/keysyms/winconstants.py +172 -0
  2559. package/.venv_build/Lib/site-packages/pyreadline3/lineeditor/__init__.py +0 -0
  2560. package/.venv_build/Lib/site-packages/pyreadline3/lineeditor/history.py +284 -0
  2561. package/.venv_build/Lib/site-packages/pyreadline3/lineeditor/lineobj.py +866 -0
  2562. package/.venv_build/Lib/site-packages/pyreadline3/lineeditor/wordmatcher.py +124 -0
  2563. package/.venv_build/Lib/site-packages/pyreadline3/logger/__init__.py +26 -0
  2564. package/.venv_build/Lib/site-packages/pyreadline3/logger/control.py +75 -0
  2565. package/.venv_build/Lib/site-packages/pyreadline3/logger/log.py +18 -0
  2566. package/.venv_build/Lib/site-packages/pyreadline3/logger/logger.py +20 -0
  2567. package/.venv_build/Lib/site-packages/pyreadline3/logger/null_handler.py +16 -0
  2568. package/.venv_build/Lib/site-packages/pyreadline3/logger/py.typed +0 -0
  2569. package/.venv_build/Lib/site-packages/pyreadline3/logger/socket_stream.py +35 -0
  2570. package/.venv_build/Lib/site-packages/pyreadline3/modes/__init__.py +7 -0
  2571. package/.venv_build/Lib/site-packages/pyreadline3/modes/basemode.py +582 -0
  2572. package/.venv_build/Lib/site-packages/pyreadline3/modes/emacs.py +716 -0
  2573. package/.venv_build/Lib/site-packages/pyreadline3/modes/notemacs.py +612 -0
  2574. package/.venv_build/Lib/site-packages/pyreadline3/modes/vi.py +1279 -0
  2575. package/.venv_build/Lib/site-packages/pyreadline3/py3k_compat.py +35 -0
  2576. package/.venv_build/Lib/site-packages/pyreadline3/rlmain.py +632 -0
  2577. package/.venv_build/Lib/site-packages/pyreadline3/unicode_helper.py +53 -0
  2578. package/.venv_build/Lib/site-packages/pyreadline3-3.5.4.dist-info/INSTALLER +1 -0
  2579. package/.venv_build/Lib/site-packages/pyreadline3-3.5.4.dist-info/LICENSE.md +53 -0
  2580. package/.venv_build/Lib/site-packages/pyreadline3-3.5.4.dist-info/METADATA +109 -0
  2581. package/.venv_build/Lib/site-packages/pyreadline3-3.5.4.dist-info/RECORD +94 -0
  2582. package/.venv_build/Lib/site-packages/pyreadline3-3.5.4.dist-info/REQUESTED +0 -0
  2583. package/.venv_build/Lib/site-packages/pyreadline3-3.5.4.dist-info/WHEEL +5 -0
  2584. package/.venv_build/Lib/site-packages/pyreadline3-3.5.4.dist-info/top_level.txt +2 -0
  2585. package/.venv_build/Lib/site-packages/python_dotenv-1.2.1.dist-info/INSTALLER +1 -0
  2586. package/.venv_build/Lib/site-packages/python_dotenv-1.2.1.dist-info/METADATA +749 -0
  2587. package/.venv_build/Lib/site-packages/python_dotenv-1.2.1.dist-info/RECORD +26 -0
  2588. package/.venv_build/Lib/site-packages/python_dotenv-1.2.1.dist-info/REQUESTED +0 -0
  2589. package/.venv_build/Lib/site-packages/python_dotenv-1.2.1.dist-info/WHEEL +5 -0
  2590. package/.venv_build/Lib/site-packages/python_dotenv-1.2.1.dist-info/entry_points.txt +2 -0
  2591. package/.venv_build/Lib/site-packages/python_dotenv-1.2.1.dist-info/licenses/LICENSE +27 -0
  2592. package/.venv_build/Lib/site-packages/python_dotenv-1.2.1.dist-info/top_level.txt +1 -0
  2593. package/.venv_build/Lib/site-packages/pywin32_ctypes-0.2.3.dist-info/INSTALLER +1 -0
  2594. package/.venv_build/Lib/site-packages/pywin32_ctypes-0.2.3.dist-info/LICENSE.txt +28 -0
  2595. package/.venv_build/Lib/site-packages/pywin32_ctypes-0.2.3.dist-info/METADATA +134 -0
  2596. package/.venv_build/Lib/site-packages/pywin32_ctypes-0.2.3.dist-info/RECORD +74 -0
  2597. package/.venv_build/Lib/site-packages/pywin32_ctypes-0.2.3.dist-info/WHEEL +5 -0
  2598. package/.venv_build/Lib/site-packages/pywin32_ctypes-0.2.3.dist-info/top_level.txt +1 -0
  2599. package/.venv_build/Lib/site-packages/questionary/__init__.py +56 -0
  2600. package/.venv_build/Lib/site-packages/questionary/constants.py +57 -0
  2601. package/.venv_build/Lib/site-packages/questionary/form.py +117 -0
  2602. package/.venv_build/Lib/site-packages/questionary/prompt.py +234 -0
  2603. package/.venv_build/Lib/site-packages/questionary/prompts/__init__.py +29 -0
  2604. package/.venv_build/Lib/site-packages/questionary/prompts/autocomplete.py +214 -0
  2605. package/.venv_build/Lib/site-packages/questionary/prompts/checkbox.py +327 -0
  2606. package/.venv_build/Lib/site-packages/questionary/prompts/common.py +670 -0
  2607. package/.venv_build/Lib/site-packages/questionary/prompts/confirm.py +133 -0
  2608. package/.venv_build/Lib/site-packages/questionary/prompts/password.py +61 -0
  2609. package/.venv_build/Lib/site-packages/questionary/prompts/path.py +243 -0
  2610. package/.venv_build/Lib/site-packages/questionary/prompts/press_any_key_to_continue.py +61 -0
  2611. package/.venv_build/Lib/site-packages/questionary/prompts/rawselect.py +79 -0
  2612. package/.venv_build/Lib/site-packages/questionary/prompts/select.py +283 -0
  2613. package/.venv_build/Lib/site-packages/questionary/prompts/text.py +101 -0
  2614. package/.venv_build/Lib/site-packages/questionary/py.typed +0 -0
  2615. package/.venv_build/Lib/site-packages/questionary/question.py +134 -0
  2616. package/.venv_build/Lib/site-packages/questionary/styles.py +15 -0
  2617. package/.venv_build/Lib/site-packages/questionary/utils.py +78 -0
  2618. package/.venv_build/Lib/site-packages/questionary/version.py +1 -0
  2619. package/.venv_build/Lib/site-packages/questionary-2.1.1.dist-info/INSTALLER +1 -0
  2620. package/.venv_build/Lib/site-packages/questionary-2.1.1.dist-info/LICENSE +19 -0
  2621. package/.venv_build/Lib/site-packages/questionary-2.1.1.dist-info/METADATA +143 -0
  2622. package/.venv_build/Lib/site-packages/questionary-2.1.1.dist-info/NOTICE +51 -0
  2623. package/.venv_build/Lib/site-packages/questionary-2.1.1.dist-info/RECORD +46 -0
  2624. package/.venv_build/Lib/site-packages/questionary-2.1.1.dist-info/REQUESTED +0 -0
  2625. package/.venv_build/Lib/site-packages/questionary-2.1.1.dist-info/WHEEL +4 -0
  2626. package/.venv_build/Lib/site-packages/readline.py +93 -0
  2627. package/.venv_build/Lib/site-packages/requests/__init__.py +184 -0
  2628. package/.venv_build/Lib/site-packages/requests/__version__.py +14 -0
  2629. package/.venv_build/Lib/site-packages/requests/_internal_utils.py +50 -0
  2630. package/.venv_build/Lib/site-packages/requests/adapters.py +696 -0
  2631. package/.venv_build/Lib/site-packages/requests/api.py +157 -0
  2632. package/.venv_build/Lib/site-packages/requests/auth.py +314 -0
  2633. package/.venv_build/Lib/site-packages/requests/certs.py +17 -0
  2634. package/.venv_build/Lib/site-packages/requests/compat.py +106 -0
  2635. package/.venv_build/Lib/site-packages/requests/cookies.py +561 -0
  2636. package/.venv_build/Lib/site-packages/requests/exceptions.py +151 -0
  2637. package/.venv_build/Lib/site-packages/requests/help.py +134 -0
  2638. package/.venv_build/Lib/site-packages/requests/hooks.py +33 -0
  2639. package/.venv_build/Lib/site-packages/requests/models.py +1039 -0
  2640. package/.venv_build/Lib/site-packages/requests/packages.py +23 -0
  2641. package/.venv_build/Lib/site-packages/requests/sessions.py +831 -0
  2642. package/.venv_build/Lib/site-packages/requests/status_codes.py +128 -0
  2643. package/.venv_build/Lib/site-packages/requests/structures.py +99 -0
  2644. package/.venv_build/Lib/site-packages/requests/utils.py +1086 -0
  2645. package/.venv_build/Lib/site-packages/requests-2.32.5.dist-info/INSTALLER +1 -0
  2646. package/.venv_build/Lib/site-packages/requests-2.32.5.dist-info/METADATA +133 -0
  2647. package/.venv_build/Lib/site-packages/requests-2.32.5.dist-info/RECORD +43 -0
  2648. package/.venv_build/Lib/site-packages/requests-2.32.5.dist-info/REQUESTED +0 -0
  2649. package/.venv_build/Lib/site-packages/requests-2.32.5.dist-info/WHEEL +5 -0
  2650. package/.venv_build/Lib/site-packages/requests-2.32.5.dist-info/licenses/LICENSE +175 -0
  2651. package/.venv_build/Lib/site-packages/requests-2.32.5.dist-info/top_level.txt +1 -0
  2652. package/.venv_build/Lib/site-packages/rich/__init__.py +177 -0
  2653. package/.venv_build/Lib/site-packages/rich/__main__.py +245 -0
  2654. package/.venv_build/Lib/site-packages/rich/_emoji_codes.py +3610 -0
  2655. package/.venv_build/Lib/site-packages/rich/_emoji_replace.py +32 -0
  2656. package/.venv_build/Lib/site-packages/rich/_export_format.py +76 -0
  2657. package/.venv_build/Lib/site-packages/rich/_extension.py +10 -0
  2658. package/.venv_build/Lib/site-packages/rich/_fileno.py +24 -0
  2659. package/.venv_build/Lib/site-packages/rich/_inspect.py +272 -0
  2660. package/.venv_build/Lib/site-packages/rich/_log_render.py +94 -0
  2661. package/.venv_build/Lib/site-packages/rich/_loop.py +43 -0
  2662. package/.venv_build/Lib/site-packages/rich/_null_file.py +69 -0
  2663. package/.venv_build/Lib/site-packages/rich/_palettes.py +309 -0
  2664. package/.venv_build/Lib/site-packages/rich/_pick.py +17 -0
  2665. package/.venv_build/Lib/site-packages/rich/_ratio.py +153 -0
  2666. package/.venv_build/Lib/site-packages/rich/_spinners.py +482 -0
  2667. package/.venv_build/Lib/site-packages/rich/_stack.py +16 -0
  2668. package/.venv_build/Lib/site-packages/rich/_timer.py +19 -0
  2669. package/.venv_build/Lib/site-packages/rich/_unicode_data/__init__.py +93 -0
  2670. package/.venv_build/Lib/site-packages/rich/_unicode_data/_versions.py +23 -0
  2671. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode10-0-0.py +611 -0
  2672. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode11-0-0.py +625 -0
  2673. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode12-0-0.py +637 -0
  2674. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode12-1-0.py +636 -0
  2675. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode13-0-0.py +648 -0
  2676. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode14-0-0.py +661 -0
  2677. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode15-0-0.py +671 -0
  2678. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode15-1-0.py +670 -0
  2679. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode16-0-0.py +683 -0
  2680. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode17-0-0.py +691 -0
  2681. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode4-1-0.py +425 -0
  2682. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode5-0-0.py +430 -0
  2683. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode5-1-0.py +433 -0
  2684. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode5-2-0.py +461 -0
  2685. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode6-0-0.py +469 -0
  2686. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode6-1-0.py +480 -0
  2687. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode6-2-0.py +480 -0
  2688. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode6-3-0.py +481 -0
  2689. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode7-0-0.py +507 -0
  2690. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode8-0-0.py +515 -0
  2691. package/.venv_build/Lib/site-packages/rich/_unicode_data/unicode9-0-0.py +598 -0
  2692. package/.venv_build/Lib/site-packages/rich/_win32_console.py +661 -0
  2693. package/.venv_build/Lib/site-packages/rich/_windows.py +71 -0
  2694. package/.venv_build/Lib/site-packages/rich/_windows_renderer.py +56 -0
  2695. package/.venv_build/Lib/site-packages/rich/_wrap.py +93 -0
  2696. package/.venv_build/Lib/site-packages/rich/abc.py +33 -0
  2697. package/.venv_build/Lib/site-packages/rich/align.py +320 -0
  2698. package/.venv_build/Lib/site-packages/rich/ansi.py +241 -0
  2699. package/.venv_build/Lib/site-packages/rich/bar.py +93 -0
  2700. package/.venv_build/Lib/site-packages/rich/box.py +474 -0
  2701. package/.venv_build/Lib/site-packages/rich/cells.py +331 -0
  2702. package/.venv_build/Lib/site-packages/rich/color.py +621 -0
  2703. package/.venv_build/Lib/site-packages/rich/color_triplet.py +38 -0
  2704. package/.venv_build/Lib/site-packages/rich/columns.py +187 -0
  2705. package/.venv_build/Lib/site-packages/rich/console.py +2684 -0
  2706. package/.venv_build/Lib/site-packages/rich/constrain.py +37 -0
  2707. package/.venv_build/Lib/site-packages/rich/containers.py +167 -0
  2708. package/.venv_build/Lib/site-packages/rich/control.py +219 -0
  2709. package/.venv_build/Lib/site-packages/rich/default_styles.py +195 -0
  2710. package/.venv_build/Lib/site-packages/rich/diagnose.py +39 -0
  2711. package/.venv_build/Lib/site-packages/rich/emoji.py +91 -0
  2712. package/.venv_build/Lib/site-packages/rich/errors.py +34 -0
  2713. package/.venv_build/Lib/site-packages/rich/file_proxy.py +57 -0
  2714. package/.venv_build/Lib/site-packages/rich/filesize.py +88 -0
  2715. package/.venv_build/Lib/site-packages/rich/highlighter.py +232 -0
  2716. package/.venv_build/Lib/site-packages/rich/json.py +139 -0
  2717. package/.venv_build/Lib/site-packages/rich/jupyter.py +101 -0
  2718. package/.venv_build/Lib/site-packages/rich/layout.py +442 -0
  2719. package/.venv_build/Lib/site-packages/rich/live.py +404 -0
  2720. package/.venv_build/Lib/site-packages/rich/live_render.py +116 -0
  2721. package/.venv_build/Lib/site-packages/rich/logging.py +297 -0
  2722. package/.venv_build/Lib/site-packages/rich/markdown.py +793 -0
  2723. package/.venv_build/Lib/site-packages/rich/markup.py +251 -0
  2724. package/.venv_build/Lib/site-packages/rich/measure.py +151 -0
  2725. package/.venv_build/Lib/site-packages/rich/padding.py +141 -0
  2726. package/.venv_build/Lib/site-packages/rich/pager.py +34 -0
  2727. package/.venv_build/Lib/site-packages/rich/palette.py +100 -0
  2728. package/.venv_build/Lib/site-packages/rich/panel.py +317 -0
  2729. package/.venv_build/Lib/site-packages/rich/pretty.py +1016 -0
  2730. package/.venv_build/Lib/site-packages/rich/progress.py +1716 -0
  2731. package/.venv_build/Lib/site-packages/rich/progress_bar.py +223 -0
  2732. package/.venv_build/Lib/site-packages/rich/prompt.py +400 -0
  2733. package/.venv_build/Lib/site-packages/rich/protocol.py +42 -0
  2734. package/.venv_build/Lib/site-packages/rich/py.typed +0 -0
  2735. package/.venv_build/Lib/site-packages/rich/region.py +10 -0
  2736. package/.venv_build/Lib/site-packages/rich/repr.py +149 -0
  2737. package/.venv_build/Lib/site-packages/rich/rule.py +130 -0
  2738. package/.venv_build/Lib/site-packages/rich/scope.py +92 -0
  2739. package/.venv_build/Lib/site-packages/rich/screen.py +54 -0
  2740. package/.venv_build/Lib/site-packages/rich/segment.py +783 -0
  2741. package/.venv_build/Lib/site-packages/rich/spinner.py +132 -0
  2742. package/.venv_build/Lib/site-packages/rich/status.py +131 -0
  2743. package/.venv_build/Lib/site-packages/rich/style.py +792 -0
  2744. package/.venv_build/Lib/site-packages/rich/styled.py +42 -0
  2745. package/.venv_build/Lib/site-packages/rich/syntax.py +985 -0
  2746. package/.venv_build/Lib/site-packages/rich/table.py +1015 -0
  2747. package/.venv_build/Lib/site-packages/rich/terminal_theme.py +153 -0
  2748. package/.venv_build/Lib/site-packages/rich/text.py +1363 -0
  2749. package/.venv_build/Lib/site-packages/rich/theme.py +115 -0
  2750. package/.venv_build/Lib/site-packages/rich/themes.py +5 -0
  2751. package/.venv_build/Lib/site-packages/rich/traceback.py +924 -0
  2752. package/.venv_build/Lib/site-packages/rich/tree.py +257 -0
  2753. package/.venv_build/Lib/site-packages/rich-14.3.2.dist-info/INSTALLER +1 -0
  2754. package/.venv_build/Lib/site-packages/rich-14.3.2.dist-info/LICENSE +19 -0
  2755. package/.venv_build/Lib/site-packages/rich-14.3.2.dist-info/METADATA +479 -0
  2756. package/.venv_build/Lib/site-packages/rich-14.3.2.dist-info/RECORD +207 -0
  2757. package/.venv_build/Lib/site-packages/rich-14.3.2.dist-info/REQUESTED +0 -0
  2758. package/.venv_build/Lib/site-packages/rich-14.3.2.dist-info/WHEEL +4 -0
  2759. package/.venv_build/Lib/site-packages/setuptools/__init__.py +247 -0
  2760. package/.venv_build/Lib/site-packages/setuptools/_deprecation_warning.py +7 -0
  2761. package/.venv_build/Lib/site-packages/setuptools/_distutils/__init__.py +24 -0
  2762. package/.venv_build/Lib/site-packages/setuptools/_distutils/_collections.py +56 -0
  2763. package/.venv_build/Lib/site-packages/setuptools/_distutils/_functools.py +20 -0
  2764. package/.venv_build/Lib/site-packages/setuptools/_distutils/_macos_compat.py +12 -0
  2765. package/.venv_build/Lib/site-packages/setuptools/_distutils/_msvccompiler.py +572 -0
  2766. package/.venv_build/Lib/site-packages/setuptools/_distutils/archive_util.py +280 -0
  2767. package/.venv_build/Lib/site-packages/setuptools/_distutils/bcppcompiler.py +408 -0
  2768. package/.venv_build/Lib/site-packages/setuptools/_distutils/ccompiler.py +1220 -0
  2769. package/.venv_build/Lib/site-packages/setuptools/_distutils/cmd.py +436 -0
  2770. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/__init__.py +25 -0
  2771. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/_framework_compat.py +55 -0
  2772. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/bdist.py +157 -0
  2773. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/bdist_dumb.py +144 -0
  2774. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/bdist_rpm.py +615 -0
  2775. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/build.py +153 -0
  2776. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/build_clib.py +208 -0
  2777. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/build_ext.py +787 -0
  2778. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/build_py.py +407 -0
  2779. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/build_scripts.py +173 -0
  2780. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/check.py +151 -0
  2781. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/clean.py +76 -0
  2782. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/config.py +377 -0
  2783. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/install.py +814 -0
  2784. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/install_data.py +84 -0
  2785. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/install_egg_info.py +91 -0
  2786. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/install_headers.py +45 -0
  2787. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/install_lib.py +238 -0
  2788. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/install_scripts.py +61 -0
  2789. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/py37compat.py +31 -0
  2790. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/register.py +319 -0
  2791. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/sdist.py +531 -0
  2792. package/.venv_build/Lib/site-packages/setuptools/_distutils/command/upload.py +205 -0
  2793. package/.venv_build/Lib/site-packages/setuptools/_distutils/config.py +139 -0
  2794. package/.venv_build/Lib/site-packages/setuptools/_distutils/core.py +291 -0
  2795. package/.venv_build/Lib/site-packages/setuptools/_distutils/cygwinccompiler.py +364 -0
  2796. package/.venv_build/Lib/site-packages/setuptools/_distutils/debug.py +5 -0
  2797. package/.venv_build/Lib/site-packages/setuptools/_distutils/dep_util.py +96 -0
  2798. package/.venv_build/Lib/site-packages/setuptools/_distutils/dir_util.py +243 -0
  2799. package/.venv_build/Lib/site-packages/setuptools/_distutils/dist.py +1286 -0
  2800. package/.venv_build/Lib/site-packages/setuptools/_distutils/errors.py +127 -0
  2801. package/.venv_build/Lib/site-packages/setuptools/_distutils/extension.py +248 -0
  2802. package/.venv_build/Lib/site-packages/setuptools/_distutils/fancy_getopt.py +470 -0
  2803. package/.venv_build/Lib/site-packages/setuptools/_distutils/file_util.py +249 -0
  2804. package/.venv_build/Lib/site-packages/setuptools/_distutils/filelist.py +371 -0
  2805. package/.venv_build/Lib/site-packages/setuptools/_distutils/log.py +80 -0
  2806. package/.venv_build/Lib/site-packages/setuptools/_distutils/msvc9compiler.py +832 -0
  2807. package/.venv_build/Lib/site-packages/setuptools/_distutils/msvccompiler.py +695 -0
  2808. package/.venv_build/Lib/site-packages/setuptools/_distutils/py38compat.py +8 -0
  2809. package/.venv_build/Lib/site-packages/setuptools/_distutils/py39compat.py +22 -0
  2810. package/.venv_build/Lib/site-packages/setuptools/_distutils/spawn.py +109 -0
  2811. package/.venv_build/Lib/site-packages/setuptools/_distutils/sysconfig.py +558 -0
  2812. package/.venv_build/Lib/site-packages/setuptools/_distutils/text_file.py +287 -0
  2813. package/.venv_build/Lib/site-packages/setuptools/_distutils/unixccompiler.py +401 -0
  2814. package/.venv_build/Lib/site-packages/setuptools/_distutils/util.py +513 -0
  2815. package/.venv_build/Lib/site-packages/setuptools/_distutils/version.py +358 -0
  2816. package/.venv_build/Lib/site-packages/setuptools/_distutils/versionpredicate.py +175 -0
  2817. package/.venv_build/Lib/site-packages/setuptools/_entry_points.py +86 -0
  2818. package/.venv_build/Lib/site-packages/setuptools/_imp.py +82 -0
  2819. package/.venv_build/Lib/site-packages/setuptools/_importlib.py +47 -0
  2820. package/.venv_build/Lib/site-packages/setuptools/_itertools.py +23 -0
  2821. package/.venv_build/Lib/site-packages/setuptools/_path.py +29 -0
  2822. package/.venv_build/Lib/site-packages/setuptools/_reqs.py +19 -0
  2823. package/.venv_build/Lib/site-packages/setuptools/_vendor/__init__.py +0 -0
  2824. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_metadata/__init__.py +1047 -0
  2825. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py +68 -0
  2826. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_metadata/_collections.py +30 -0
  2827. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_metadata/_compat.py +71 -0
  2828. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_metadata/_functools.py +104 -0
  2829. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py +73 -0
  2830. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_metadata/_meta.py +48 -0
  2831. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_metadata/_text.py +99 -0
  2832. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_resources/__init__.py +36 -0
  2833. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_resources/_adapters.py +170 -0
  2834. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_resources/_common.py +104 -0
  2835. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_resources/_compat.py +98 -0
  2836. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_resources/_itertools.py +35 -0
  2837. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_resources/_legacy.py +121 -0
  2838. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_resources/abc.py +137 -0
  2839. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_resources/readers.py +122 -0
  2840. package/.venv_build/Lib/site-packages/setuptools/_vendor/importlib_resources/simple.py +116 -0
  2841. package/.venv_build/Lib/site-packages/setuptools/_vendor/jaraco/__init__.py +0 -0
  2842. package/.venv_build/Lib/site-packages/setuptools/_vendor/jaraco/context.py +213 -0
  2843. package/.venv_build/Lib/site-packages/setuptools/_vendor/jaraco/functools.py +525 -0
  2844. package/.venv_build/Lib/site-packages/setuptools/_vendor/jaraco/text/__init__.py +599 -0
  2845. package/.venv_build/Lib/site-packages/setuptools/_vendor/more_itertools/__init__.py +4 -0
  2846. package/.venv_build/Lib/site-packages/setuptools/_vendor/more_itertools/more.py +3824 -0
  2847. package/.venv_build/Lib/site-packages/setuptools/_vendor/more_itertools/recipes.py +620 -0
  2848. package/.venv_build/Lib/site-packages/setuptools/_vendor/ordered_set.py +488 -0
  2849. package/.venv_build/Lib/site-packages/setuptools/_vendor/packaging/__about__.py +26 -0
  2850. package/.venv_build/Lib/site-packages/setuptools/_vendor/packaging/__init__.py +25 -0
  2851. package/.venv_build/Lib/site-packages/setuptools/_vendor/packaging/_manylinux.py +301 -0
  2852. package/.venv_build/Lib/site-packages/setuptools/_vendor/packaging/_musllinux.py +136 -0
  2853. package/.venv_build/Lib/site-packages/setuptools/_vendor/packaging/_structures.py +61 -0
  2854. package/.venv_build/Lib/site-packages/setuptools/_vendor/packaging/markers.py +304 -0
  2855. package/.venv_build/Lib/site-packages/setuptools/_vendor/packaging/requirements.py +146 -0
  2856. package/.venv_build/Lib/site-packages/setuptools/_vendor/packaging/specifiers.py +802 -0
  2857. package/.venv_build/Lib/site-packages/setuptools/_vendor/packaging/tags.py +487 -0
  2858. package/.venv_build/Lib/site-packages/setuptools/_vendor/packaging/utils.py +136 -0
  2859. package/.venv_build/Lib/site-packages/setuptools/_vendor/packaging/version.py +504 -0
  2860. package/.venv_build/Lib/site-packages/setuptools/_vendor/pyparsing/__init__.py +331 -0
  2861. package/.venv_build/Lib/site-packages/setuptools/_vendor/pyparsing/actions.py +207 -0
  2862. package/.venv_build/Lib/site-packages/setuptools/_vendor/pyparsing/common.py +424 -0
  2863. package/.venv_build/Lib/site-packages/setuptools/_vendor/pyparsing/core.py +5814 -0
  2864. package/.venv_build/Lib/site-packages/setuptools/_vendor/pyparsing/diagram/__init__.py +642 -0
  2865. package/.venv_build/Lib/site-packages/setuptools/_vendor/pyparsing/exceptions.py +267 -0
  2866. package/.venv_build/Lib/site-packages/setuptools/_vendor/pyparsing/helpers.py +1088 -0
  2867. package/.venv_build/Lib/site-packages/setuptools/_vendor/pyparsing/results.py +760 -0
  2868. package/.venv_build/Lib/site-packages/setuptools/_vendor/pyparsing/testing.py +331 -0
  2869. package/.venv_build/Lib/site-packages/setuptools/_vendor/pyparsing/unicode.py +352 -0
  2870. package/.venv_build/Lib/site-packages/setuptools/_vendor/pyparsing/util.py +235 -0
  2871. package/.venv_build/Lib/site-packages/setuptools/_vendor/tomli/__init__.py +11 -0
  2872. package/.venv_build/Lib/site-packages/setuptools/_vendor/tomli/_parser.py +691 -0
  2873. package/.venv_build/Lib/site-packages/setuptools/_vendor/tomli/_re.py +107 -0
  2874. package/.venv_build/Lib/site-packages/setuptools/_vendor/tomli/_types.py +10 -0
  2875. package/.venv_build/Lib/site-packages/setuptools/_vendor/typing_extensions.py +2296 -0
  2876. package/.venv_build/Lib/site-packages/setuptools/_vendor/zipp.py +329 -0
  2877. package/.venv_build/Lib/site-packages/setuptools/archive_util.py +213 -0
  2878. package/.venv_build/Lib/site-packages/setuptools/build_meta.py +511 -0
  2879. package/.venv_build/Lib/site-packages/setuptools/cli-32.exe +0 -0
  2880. package/.venv_build/Lib/site-packages/setuptools/cli-64.exe +0 -0
  2881. package/.venv_build/Lib/site-packages/setuptools/cli-arm64.exe +0 -0
  2882. package/.venv_build/Lib/site-packages/setuptools/cli.exe +0 -0
  2883. package/.venv_build/Lib/site-packages/setuptools/command/__init__.py +12 -0
  2884. package/.venv_build/Lib/site-packages/setuptools/command/alias.py +78 -0
  2885. package/.venv_build/Lib/site-packages/setuptools/command/bdist_egg.py +457 -0
  2886. package/.venv_build/Lib/site-packages/setuptools/command/bdist_rpm.py +40 -0
  2887. package/.venv_build/Lib/site-packages/setuptools/command/build.py +146 -0
  2888. package/.venv_build/Lib/site-packages/setuptools/command/build_clib.py +101 -0
  2889. package/.venv_build/Lib/site-packages/setuptools/command/build_ext.py +383 -0
  2890. package/.venv_build/Lib/site-packages/setuptools/command/build_py.py +368 -0
  2891. package/.venv_build/Lib/site-packages/setuptools/command/develop.py +193 -0
  2892. package/.venv_build/Lib/site-packages/setuptools/command/dist_info.py +142 -0
  2893. package/.venv_build/Lib/site-packages/setuptools/command/easy_install.py +2312 -0
  2894. package/.venv_build/Lib/site-packages/setuptools/command/editable_wheel.py +844 -0
  2895. package/.venv_build/Lib/site-packages/setuptools/command/egg_info.py +763 -0
  2896. package/.venv_build/Lib/site-packages/setuptools/command/install.py +139 -0
  2897. package/.venv_build/Lib/site-packages/setuptools/command/install_egg_info.py +63 -0
  2898. package/.venv_build/Lib/site-packages/setuptools/command/install_lib.py +122 -0
  2899. package/.venv_build/Lib/site-packages/setuptools/command/install_scripts.py +70 -0
  2900. package/.venv_build/Lib/site-packages/setuptools/command/launcher manifest.xml +15 -0
  2901. package/.venv_build/Lib/site-packages/setuptools/command/py36compat.py +134 -0
  2902. package/.venv_build/Lib/site-packages/setuptools/command/register.py +18 -0
  2903. package/.venv_build/Lib/site-packages/setuptools/command/rotate.py +64 -0
  2904. package/.venv_build/Lib/site-packages/setuptools/command/saveopts.py +22 -0
  2905. package/.venv_build/Lib/site-packages/setuptools/command/sdist.py +210 -0
  2906. package/.venv_build/Lib/site-packages/setuptools/command/setopt.py +149 -0
  2907. package/.venv_build/Lib/site-packages/setuptools/command/test.py +251 -0
  2908. package/.venv_build/Lib/site-packages/setuptools/command/upload.py +17 -0
  2909. package/.venv_build/Lib/site-packages/setuptools/command/upload_docs.py +213 -0
  2910. package/.venv_build/Lib/site-packages/setuptools/config/__init__.py +35 -0
  2911. package/.venv_build/Lib/site-packages/setuptools/config/_apply_pyprojecttoml.py +377 -0
  2912. package/.venv_build/Lib/site-packages/setuptools/config/_validate_pyproject/__init__.py +34 -0
  2913. package/.venv_build/Lib/site-packages/setuptools/config/_validate_pyproject/error_reporting.py +318 -0
  2914. package/.venv_build/Lib/site-packages/setuptools/config/_validate_pyproject/extra_validations.py +36 -0
  2915. package/.venv_build/Lib/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py +51 -0
  2916. package/.venv_build/Lib/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py +1035 -0
  2917. package/.venv_build/Lib/site-packages/setuptools/config/_validate_pyproject/formats.py +259 -0
  2918. package/.venv_build/Lib/site-packages/setuptools/config/expand.py +462 -0
  2919. package/.venv_build/Lib/site-packages/setuptools/config/pyprojecttoml.py +493 -0
  2920. package/.venv_build/Lib/site-packages/setuptools/config/setupcfg.py +762 -0
  2921. package/.venv_build/Lib/site-packages/setuptools/dep_util.py +25 -0
  2922. package/.venv_build/Lib/site-packages/setuptools/depends.py +176 -0
  2923. package/.venv_build/Lib/site-packages/setuptools/discovery.py +600 -0
  2924. package/.venv_build/Lib/site-packages/setuptools/dist.py +1222 -0
  2925. package/.venv_build/Lib/site-packages/setuptools/errors.py +58 -0
  2926. package/.venv_build/Lib/site-packages/setuptools/extension.py +148 -0
  2927. package/.venv_build/Lib/site-packages/setuptools/extern/__init__.py +76 -0
  2928. package/.venv_build/Lib/site-packages/setuptools/glob.py +167 -0
  2929. package/.venv_build/Lib/site-packages/setuptools/gui-32.exe +0 -0
  2930. package/.venv_build/Lib/site-packages/setuptools/gui-64.exe +0 -0
  2931. package/.venv_build/Lib/site-packages/setuptools/gui-arm64.exe +0 -0
  2932. package/.venv_build/Lib/site-packages/setuptools/gui.exe +0 -0
  2933. package/.venv_build/Lib/site-packages/setuptools/installer.py +104 -0
  2934. package/.venv_build/Lib/site-packages/setuptools/launch.py +36 -0
  2935. package/.venv_build/Lib/site-packages/setuptools/logging.py +36 -0
  2936. package/.venv_build/Lib/site-packages/setuptools/monkey.py +165 -0
  2937. package/.venv_build/Lib/site-packages/setuptools/msvc.py +1703 -0
  2938. package/.venv_build/Lib/site-packages/setuptools/namespaces.py +107 -0
  2939. package/.venv_build/Lib/site-packages/setuptools/package_index.py +1126 -0
  2940. package/.venv_build/Lib/site-packages/setuptools/py34compat.py +13 -0
  2941. package/.venv_build/Lib/site-packages/setuptools/sandbox.py +530 -0
  2942. package/.venv_build/Lib/site-packages/setuptools/script (dev).tmpl +6 -0
  2943. package/.venv_build/Lib/site-packages/setuptools/script.tmpl +3 -0
  2944. package/.venv_build/Lib/site-packages/setuptools/unicode_utils.py +42 -0
  2945. package/.venv_build/Lib/site-packages/setuptools/version.py +6 -0
  2946. package/.venv_build/Lib/site-packages/setuptools/wheel.py +222 -0
  2947. package/.venv_build/Lib/site-packages/setuptools/windows_support.py +29 -0
  2948. package/.venv_build/Lib/site-packages/setuptools-65.5.0.dist-info/INSTALLER +1 -0
  2949. package/.venv_build/Lib/site-packages/setuptools-65.5.0.dist-info/LICENSE +19 -0
  2950. package/.venv_build/Lib/site-packages/setuptools-65.5.0.dist-info/METADATA +144 -0
  2951. package/.venv_build/Lib/site-packages/setuptools-65.5.0.dist-info/RECORD +466 -0
  2952. package/.venv_build/Lib/site-packages/setuptools-65.5.0.dist-info/REQUESTED +0 -0
  2953. package/.venv_build/Lib/site-packages/setuptools-65.5.0.dist-info/WHEEL +5 -0
  2954. package/.venv_build/Lib/site-packages/setuptools-65.5.0.dist-info/entry_points.txt +57 -0
  2955. package/.venv_build/Lib/site-packages/setuptools-65.5.0.dist-info/top_level.txt +3 -0
  2956. package/.venv_build/Lib/site-packages/smmap/__init__.py +11 -0
  2957. package/.venv_build/Lib/site-packages/smmap/buf.py +143 -0
  2958. package/.venv_build/Lib/site-packages/smmap/mman.py +588 -0
  2959. package/.venv_build/Lib/site-packages/smmap/test/__init__.py +0 -0
  2960. package/.venv_build/Lib/site-packages/smmap/test/lib.py +72 -0
  2961. package/.venv_build/Lib/site-packages/smmap/test/test_buf.py +126 -0
  2962. package/.venv_build/Lib/site-packages/smmap/test/test_mman.py +224 -0
  2963. package/.venv_build/Lib/site-packages/smmap/test/test_tutorial.py +75 -0
  2964. package/.venv_build/Lib/site-packages/smmap/test/test_util.py +105 -0
  2965. package/.venv_build/Lib/site-packages/smmap/util.py +222 -0
  2966. package/.venv_build/Lib/site-packages/smmap-5.0.2.dist-info/INSTALLER +1 -0
  2967. package/.venv_build/Lib/site-packages/smmap-5.0.2.dist-info/LICENSE +30 -0
  2968. package/.venv_build/Lib/site-packages/smmap-5.0.2.dist-info/METADATA +113 -0
  2969. package/.venv_build/Lib/site-packages/smmap-5.0.2.dist-info/RECORD +27 -0
  2970. package/.venv_build/Lib/site-packages/smmap-5.0.2.dist-info/WHEEL +5 -0
  2971. package/.venv_build/Lib/site-packages/smmap-5.0.2.dist-info/top_level.txt +1 -0
  2972. package/.venv_build/Lib/site-packages/smmap-5.0.2.dist-info/zip-safe +1 -0
  2973. package/.venv_build/Lib/site-packages/urllib3/__init__.py +211 -0
  2974. package/.venv_build/Lib/site-packages/urllib3/_base_connection.py +165 -0
  2975. package/.venv_build/Lib/site-packages/urllib3/_collections.py +487 -0
  2976. package/.venv_build/Lib/site-packages/urllib3/_request_methods.py +278 -0
  2977. package/.venv_build/Lib/site-packages/urllib3/_version.py +34 -0
  2978. package/.venv_build/Lib/site-packages/urllib3/connection.py +1099 -0
  2979. package/.venv_build/Lib/site-packages/urllib3/connectionpool.py +1178 -0
  2980. package/.venv_build/Lib/site-packages/urllib3/contrib/__init__.py +0 -0
  2981. package/.venv_build/Lib/site-packages/urllib3/contrib/emscripten/__init__.py +17 -0
  2982. package/.venv_build/Lib/site-packages/urllib3/contrib/emscripten/connection.py +260 -0
  2983. package/.venv_build/Lib/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js +110 -0
  2984. package/.venv_build/Lib/site-packages/urllib3/contrib/emscripten/fetch.py +726 -0
  2985. package/.venv_build/Lib/site-packages/urllib3/contrib/emscripten/request.py +22 -0
  2986. package/.venv_build/Lib/site-packages/urllib3/contrib/emscripten/response.py +277 -0
  2987. package/.venv_build/Lib/site-packages/urllib3/contrib/pyopenssl.py +564 -0
  2988. package/.venv_build/Lib/site-packages/urllib3/contrib/socks.py +228 -0
  2989. package/.venv_build/Lib/site-packages/urllib3/exceptions.py +335 -0
  2990. package/.venv_build/Lib/site-packages/urllib3/fields.py +341 -0
  2991. package/.venv_build/Lib/site-packages/urllib3/filepost.py +89 -0
  2992. package/.venv_build/Lib/site-packages/urllib3/http2/__init__.py +53 -0
  2993. package/.venv_build/Lib/site-packages/urllib3/http2/connection.py +356 -0
  2994. package/.venv_build/Lib/site-packages/urllib3/http2/probe.py +87 -0
  2995. package/.venv_build/Lib/site-packages/urllib3/poolmanager.py +651 -0
  2996. package/.venv_build/Lib/site-packages/urllib3/py.typed +2 -0
  2997. package/.venv_build/Lib/site-packages/urllib3/response.py +1480 -0
  2998. package/.venv_build/Lib/site-packages/urllib3/util/__init__.py +42 -0
  2999. package/.venv_build/Lib/site-packages/urllib3/util/connection.py +137 -0
  3000. package/.venv_build/Lib/site-packages/urllib3/util/proxy.py +43 -0
  3001. package/.venv_build/Lib/site-packages/urllib3/util/request.py +263 -0
  3002. package/.venv_build/Lib/site-packages/urllib3/util/response.py +101 -0
  3003. package/.venv_build/Lib/site-packages/urllib3/util/retry.py +549 -0
  3004. package/.venv_build/Lib/site-packages/urllib3/util/ssl_.py +527 -0
  3005. package/.venv_build/Lib/site-packages/urllib3/util/ssl_match_hostname.py +159 -0
  3006. package/.venv_build/Lib/site-packages/urllib3/util/ssltransport.py +271 -0
  3007. package/.venv_build/Lib/site-packages/urllib3/util/timeout.py +275 -0
  3008. package/.venv_build/Lib/site-packages/urllib3/util/url.py +469 -0
  3009. package/.venv_build/Lib/site-packages/urllib3/util/util.py +42 -0
  3010. package/.venv_build/Lib/site-packages/urllib3/util/wait.py +124 -0
  3011. package/.venv_build/Lib/site-packages/urllib3-2.6.3.dist-info/INSTALLER +1 -0
  3012. package/.venv_build/Lib/site-packages/urllib3-2.6.3.dist-info/METADATA +164 -0
  3013. package/.venv_build/Lib/site-packages/urllib3-2.6.3.dist-info/RECORD +79 -0
  3014. package/.venv_build/Lib/site-packages/urllib3-2.6.3.dist-info/WHEEL +4 -0
  3015. package/.venv_build/Lib/site-packages/urllib3-2.6.3.dist-info/licenses/LICENSE.txt +21 -0
  3016. package/.venv_build/Lib/site-packages/wcwidth/__init__.py +43 -0
  3017. package/.venv_build/Lib/site-packages/wcwidth/bisearch.py +29 -0
  3018. package/.venv_build/Lib/site-packages/wcwidth/control_codes.py +46 -0
  3019. package/.venv_build/Lib/site-packages/wcwidth/escape_sequences.py +69 -0
  3020. package/.venv_build/Lib/site-packages/wcwidth/grapheme.py +428 -0
  3021. package/.venv_build/Lib/site-packages/wcwidth/py.typed +0 -0
  3022. package/.venv_build/Lib/site-packages/wcwidth/sgr_state.py +338 -0
  3023. package/.venv_build/Lib/site-packages/wcwidth/table_ambiguous.py +189 -0
  3024. package/.venv_build/Lib/site-packages/wcwidth/table_grapheme.py +2294 -0
  3025. package/.venv_build/Lib/site-packages/wcwidth/table_mc.py +206 -0
  3026. package/.venv_build/Lib/site-packages/wcwidth/table_vs16.py +126 -0
  3027. package/.venv_build/Lib/site-packages/wcwidth/table_wide.py +138 -0
  3028. package/.venv_build/Lib/site-packages/wcwidth/table_zero.py +350 -0
  3029. package/.venv_build/Lib/site-packages/wcwidth/textwrap.py +656 -0
  3030. package/.venv_build/Lib/site-packages/wcwidth/unicode_versions.py +21 -0
  3031. package/.venv_build/Lib/site-packages/wcwidth/wcwidth.py +1030 -0
  3032. package/.venv_build/Lib/site-packages/wcwidth-0.6.0.dist-info/INSTALLER +1 -0
  3033. package/.venv_build/Lib/site-packages/wcwidth-0.6.0.dist-info/METADATA +776 -0
  3034. package/.venv_build/Lib/site-packages/wcwidth-0.6.0.dist-info/RECORD +36 -0
  3035. package/.venv_build/Lib/site-packages/wcwidth-0.6.0.dist-info/WHEEL +4 -0
  3036. package/.venv_build/Lib/site-packages/wcwidth-0.6.0.dist-info/licenses/LICENSE +27 -0
  3037. package/.venv_build/Lib/site-packages/win32ctypes/__init__.py +8 -0
  3038. package/.venv_build/Lib/site-packages/win32ctypes/core/__init__.py +60 -0
  3039. package/.venv_build/Lib/site-packages/win32ctypes/core/_winerrors.py +9 -0
  3040. package/.venv_build/Lib/site-packages/win32ctypes/core/cffi/__init__.py +11 -0
  3041. package/.venv_build/Lib/site-packages/win32ctypes/core/cffi/_authentication.py +172 -0
  3042. package/.venv_build/Lib/site-packages/win32ctypes/core/cffi/_common.py +29 -0
  3043. package/.venv_build/Lib/site-packages/win32ctypes/core/cffi/_dll.py +30 -0
  3044. package/.venv_build/Lib/site-packages/win32ctypes/core/cffi/_nl_support.py +18 -0
  3045. package/.venv_build/Lib/site-packages/win32ctypes/core/cffi/_resource.py +132 -0
  3046. package/.venv_build/Lib/site-packages/win32ctypes/core/cffi/_system_information.py +32 -0
  3047. package/.venv_build/Lib/site-packages/win32ctypes/core/cffi/_time.py +18 -0
  3048. package/.venv_build/Lib/site-packages/win32ctypes/core/cffi/_util.py +105 -0
  3049. package/.venv_build/Lib/site-packages/win32ctypes/core/compat.py +10 -0
  3050. package/.venv_build/Lib/site-packages/win32ctypes/core/ctypes/__init__.py +11 -0
  3051. package/.venv_build/Lib/site-packages/win32ctypes/core/ctypes/_authentication.py +122 -0
  3052. package/.venv_build/Lib/site-packages/win32ctypes/core/ctypes/_common.py +53 -0
  3053. package/.venv_build/Lib/site-packages/win32ctypes/core/ctypes/_dll.py +21 -0
  3054. package/.venv_build/Lib/site-packages/win32ctypes/core/ctypes/_nl_support.py +12 -0
  3055. package/.venv_build/Lib/site-packages/win32ctypes/core/ctypes/_resource.py +148 -0
  3056. package/.venv_build/Lib/site-packages/win32ctypes/core/ctypes/_system_information.py +36 -0
  3057. package/.venv_build/Lib/site-packages/win32ctypes/core/ctypes/_time.py +15 -0
  3058. package/.venv_build/Lib/site-packages/win32ctypes/core/ctypes/_util.py +78 -0
  3059. package/.venv_build/Lib/site-packages/win32ctypes/pywin32/__init__.py +12 -0
  3060. package/.venv_build/Lib/site-packages/win32ctypes/pywin32/pywintypes.py +67 -0
  3061. package/.venv_build/Lib/site-packages/win32ctypes/pywin32/win32api.py +294 -0
  3062. package/.venv_build/Lib/site-packages/win32ctypes/pywin32/win32cred.py +145 -0
  3063. package/.venv_build/Lib/site-packages/win32ctypes/pywintypes.py +13 -0
  3064. package/.venv_build/Lib/site-packages/win32ctypes/tests/__init__.py +21 -0
  3065. package/.venv_build/Lib/site-packages/win32ctypes/tests/test_backends.py +36 -0
  3066. package/.venv_build/Lib/site-packages/win32ctypes/tests/test_win32api.py +304 -0
  3067. package/.venv_build/Lib/site-packages/win32ctypes/tests/test_win32cred.py +230 -0
  3068. package/.venv_build/Lib/site-packages/win32ctypes/version.py +1 -0
  3069. package/.venv_build/Lib/site-packages/win32ctypes/win32api.py +13 -0
  3070. package/.venv_build/Lib/site-packages/win32ctypes/win32cred.py +13 -0
  3071. package/.venv_build/Scripts/Activate.ps1 +247 -0
  3072. package/.venv_build/Scripts/activate +63 -0
  3073. package/.venv_build/Scripts/activate.bat +34 -0
  3074. package/.venv_build/Scripts/deactivate.bat +22 -0
  3075. package/.venv_build/Scripts/dotenv.exe +0 -0
  3076. package/.venv_build/Scripts/markdown-it.exe +0 -0
  3077. package/.venv_build/Scripts/normalizer.exe +0 -0
  3078. package/.venv_build/Scripts/pip.exe +0 -0
  3079. package/.venv_build/Scripts/pip3.11.exe +0 -0
  3080. package/.venv_build/Scripts/pip3.exe +0 -0
  3081. package/.venv_build/Scripts/pygmentize.exe +0 -0
  3082. package/.venv_build/Scripts/pyi-archive_viewer.exe +0 -0
  3083. package/.venv_build/Scripts/pyi-bindepend.exe +0 -0
  3084. package/.venv_build/Scripts/pyi-grab_version.exe +0 -0
  3085. package/.venv_build/Scripts/pyi-makespec.exe +0 -0
  3086. package/.venv_build/Scripts/pyi-set_version.exe +0 -0
  3087. package/.venv_build/Scripts/pyinstaller.exe +0 -0
  3088. package/.venv_build/Scripts/python.exe +0 -0
  3089. package/.venv_build/Scripts/pythonw.exe +0 -0
  3090. package/.venv_build/pyvenv.cfg +5 -0
  3091. package/Playground/.nova/backups/PLAN.md.20260217_181832.bak +41 -0
  3092. package/Playground/.nova/backups/PLAN.md.20260221_130328.bak +35 -0
  3093. package/Playground/PLAN.md +66 -0
  3094. package/Playground/add_numbers/README.md +0 -0
  3095. package/Playground/add_numbers/add.py +34 -0
  3096. package/Playground/add_numbers/test_add.py +22 -0
  3097. package/Playground/calc/README.md +28 -0
  3098. package/Playground/calc/calc.py +81 -0
  3099. package/nova_cli/cli/shell.py +13 -8
  3100. package/nova_cli/local/file_manager/commands.py +9 -3
  3101. package/nova_cli/local/file_manager/edit_ops.py +12 -9
  3102. package/nova_cli/local/file_manager/git_ops.py +76 -42
  3103. package/nova_cli/local/file_manager/io_ops.py +13 -3
  3104. package/nova_cli/local/healer/runner.py +1 -1
  3105. package/nova_cli/local/ui.py +19 -11
  3106. package/package.json +8 -3
  3107. package/pkg_root/usr/local/bin/nova +0 -0
  3108. package/pyproject.toml +2 -2
  3109. package/requirements.txt +2 -1
  3110. package/structure.txt +65 -0
@@ -0,0 +1,2029 @@
1
+ """
2
+ Data structures for the Buffer.
3
+ It holds the text, cursor position, history, etc...
4
+ """
5
+
6
+ from __future__ import annotations
7
+
8
+ import asyncio
9
+ import logging
10
+ import os
11
+ import re
12
+ import shlex
13
+ import shutil
14
+ import subprocess
15
+ import tempfile
16
+ from collections import deque
17
+ from enum import Enum
18
+ from functools import wraps
19
+ from typing import Any, Callable, Coroutine, Iterable, TypeVar, cast
20
+
21
+ from .application.current import get_app
22
+ from .application.run_in_terminal import run_in_terminal
23
+ from .auto_suggest import AutoSuggest, Suggestion
24
+ from .cache import FastDictCache
25
+ from .clipboard import ClipboardData
26
+ from .completion import (
27
+ CompleteEvent,
28
+ Completer,
29
+ Completion,
30
+ DummyCompleter,
31
+ get_common_complete_suffix,
32
+ )
33
+ from .document import Document
34
+ from .eventloop import aclosing
35
+ from .filters import FilterOrBool, to_filter
36
+ from .history import History, InMemoryHistory
37
+ from .search import SearchDirection, SearchState
38
+ from .selection import PasteMode, SelectionState, SelectionType
39
+ from .utils import Event, to_str
40
+ from .validation import ValidationError, Validator
41
+
42
+ __all__ = [
43
+ "EditReadOnlyBuffer",
44
+ "Buffer",
45
+ "CompletionState",
46
+ "indent",
47
+ "unindent",
48
+ "reshape_text",
49
+ ]
50
+
51
+ logger = logging.getLogger(__name__)
52
+
53
+
54
+ class EditReadOnlyBuffer(Exception):
55
+ "Attempt editing of read-only :class:`.Buffer`."
56
+
57
+
58
+ class ValidationState(Enum):
59
+ "The validation state of a buffer. This is set after the validation."
60
+
61
+ VALID = "VALID"
62
+ INVALID = "INVALID"
63
+ UNKNOWN = "UNKNOWN"
64
+
65
+
66
+ class CompletionState:
67
+ """
68
+ Immutable class that contains a completion state.
69
+ """
70
+
71
+ def __init__(
72
+ self,
73
+ original_document: Document,
74
+ completions: list[Completion] | None = None,
75
+ complete_index: int | None = None,
76
+ ) -> None:
77
+ #: Document as it was when the completion started.
78
+ self.original_document = original_document
79
+
80
+ #: List of all the current Completion instances which are possible at
81
+ #: this point.
82
+ self.completions = completions or []
83
+
84
+ #: Position in the `completions` array.
85
+ #: This can be `None` to indicate "no completion", the original text.
86
+ self.complete_index = complete_index # Position in the `_completions` array.
87
+
88
+ def __repr__(self) -> str:
89
+ return f"{self.__class__.__name__}({self.original_document!r}, <{len(self.completions)!r}> completions, index={self.complete_index!r})"
90
+
91
+ def go_to_index(self, index: int | None) -> None:
92
+ """
93
+ Create a new :class:`.CompletionState` object with the new index.
94
+
95
+ When `index` is `None` deselect the completion.
96
+ """
97
+ if self.completions:
98
+ assert index is None or 0 <= index < len(self.completions)
99
+ self.complete_index = index
100
+
101
+ def new_text_and_position(self) -> tuple[str, int]:
102
+ """
103
+ Return (new_text, new_cursor_position) for this completion.
104
+ """
105
+ if self.complete_index is None:
106
+ return self.original_document.text, self.original_document.cursor_position
107
+ else:
108
+ original_text_before_cursor = self.original_document.text_before_cursor
109
+ original_text_after_cursor = self.original_document.text_after_cursor
110
+
111
+ c = self.completions[self.complete_index]
112
+ if c.start_position == 0:
113
+ before = original_text_before_cursor
114
+ else:
115
+ before = original_text_before_cursor[: c.start_position]
116
+
117
+ new_text = before + c.text + original_text_after_cursor
118
+ new_cursor_position = len(before) + len(c.text)
119
+ return new_text, new_cursor_position
120
+
121
+ @property
122
+ def current_completion(self) -> Completion | None:
123
+ """
124
+ Return the current completion, or return `None` when no completion is
125
+ selected.
126
+ """
127
+ if self.complete_index is not None:
128
+ return self.completions[self.complete_index]
129
+ return None
130
+
131
+
132
+ _QUOTED_WORDS_RE = re.compile(r"""(\s+|".*?"|'.*?')""")
133
+
134
+
135
+ class YankNthArgState:
136
+ """
137
+ For yank-last-arg/yank-nth-arg: Keep track of where we are in the history.
138
+ """
139
+
140
+ def __init__(
141
+ self, history_position: int = 0, n: int = -1, previous_inserted_word: str = ""
142
+ ) -> None:
143
+ self.history_position = history_position
144
+ self.previous_inserted_word = previous_inserted_word
145
+ self.n = n
146
+
147
+ def __repr__(self) -> str:
148
+ return f"{self.__class__.__name__}(history_position={self.history_position!r}, n={self.n!r}, previous_inserted_word={self.previous_inserted_word!r})"
149
+
150
+
151
+ BufferEventHandler = Callable[["Buffer"], None]
152
+ BufferAcceptHandler = Callable[["Buffer"], bool]
153
+
154
+
155
+ class Buffer:
156
+ """
157
+ The core data structure that holds the text and cursor position of the
158
+ current input line and implements all text manipulations on top of it. It
159
+ also implements the history, undo stack and the completion state.
160
+
161
+ :param completer: :class:`~prompt_toolkit.completion.Completer` instance.
162
+ :param history: :class:`~prompt_toolkit.history.History` instance.
163
+ :param tempfile_suffix: The tempfile suffix (extension) to be used for the
164
+ "open in editor" function. For a Python REPL, this would be ".py", so
165
+ that the editor knows the syntax highlighting to use. This can also be
166
+ a callable that returns a string.
167
+ :param tempfile: For more advanced tempfile situations where you need
168
+ control over the subdirectories and filename. For a Git Commit Message,
169
+ this would be ".git/COMMIT_EDITMSG", so that the editor knows the syntax
170
+ highlighting to use. This can also be a callable that returns a string.
171
+ :param name: Name for this buffer. E.g. DEFAULT_BUFFER. This is mostly
172
+ useful for key bindings where we sometimes prefer to refer to a buffer
173
+ by their name instead of by reference.
174
+ :param accept_handler: Called when the buffer input is accepted. (Usually
175
+ when the user presses `enter`.) The accept handler receives this
176
+ `Buffer` as input and should return True when the buffer text should be
177
+ kept instead of calling reset.
178
+
179
+ In case of a `PromptSession` for instance, we want to keep the text,
180
+ because we will exit the application, and only reset it during the next
181
+ run.
182
+ :param max_number_of_completions: Never display more than this number of
183
+ completions, even when the completer can produce more (limited by
184
+ default to 10k for performance).
185
+
186
+ Events:
187
+
188
+ :param on_text_changed: When the buffer text changes. (Callable or None.)
189
+ :param on_text_insert: When new text is inserted. (Callable or None.)
190
+ :param on_cursor_position_changed: When the cursor moves. (Callable or None.)
191
+ :param on_completions_changed: When the completions were changed. (Callable or None.)
192
+ :param on_suggestion_set: When an auto-suggestion text has been set. (Callable or None.)
193
+
194
+ Filters:
195
+
196
+ :param complete_while_typing: :class:`~prompt_toolkit.filters.Filter`
197
+ or `bool`. Decide whether or not to do asynchronous autocompleting while
198
+ typing.
199
+ :param validate_while_typing: :class:`~prompt_toolkit.filters.Filter`
200
+ or `bool`. Decide whether or not to do asynchronous validation while
201
+ typing.
202
+ :param enable_history_search: :class:`~prompt_toolkit.filters.Filter` or
203
+ `bool` to indicate when up-arrow partial string matching is enabled. It
204
+ is advised to not enable this at the same time as
205
+ `complete_while_typing`, because when there is an autocompletion found,
206
+ the up arrows usually browse through the completions, rather than
207
+ through the history.
208
+ :param read_only: :class:`~prompt_toolkit.filters.Filter`. When True,
209
+ changes will not be allowed.
210
+ :param multiline: :class:`~prompt_toolkit.filters.Filter` or `bool`. When
211
+ not set, pressing `Enter` will call the `accept_handler`. Otherwise,
212
+ pressing `Esc-Enter` is required.
213
+ """
214
+
215
+ def __init__(
216
+ self,
217
+ completer: Completer | None = None,
218
+ auto_suggest: AutoSuggest | None = None,
219
+ history: History | None = None,
220
+ validator: Validator | None = None,
221
+ tempfile_suffix: str | Callable[[], str] = "",
222
+ tempfile: str | Callable[[], str] = "",
223
+ name: str = "",
224
+ complete_while_typing: FilterOrBool = False,
225
+ validate_while_typing: FilterOrBool = False,
226
+ enable_history_search: FilterOrBool = False,
227
+ document: Document | None = None,
228
+ accept_handler: BufferAcceptHandler | None = None,
229
+ read_only: FilterOrBool = False,
230
+ multiline: FilterOrBool = True,
231
+ max_number_of_completions: int = 10000,
232
+ on_text_changed: BufferEventHandler | None = None,
233
+ on_text_insert: BufferEventHandler | None = None,
234
+ on_cursor_position_changed: BufferEventHandler | None = None,
235
+ on_completions_changed: BufferEventHandler | None = None,
236
+ on_suggestion_set: BufferEventHandler | None = None,
237
+ ) -> None:
238
+ # Accept both filters and booleans as input.
239
+ enable_history_search = to_filter(enable_history_search)
240
+ complete_while_typing = to_filter(complete_while_typing)
241
+ validate_while_typing = to_filter(validate_while_typing)
242
+ read_only = to_filter(read_only)
243
+ multiline = to_filter(multiline)
244
+
245
+ self.completer = completer or DummyCompleter()
246
+ self.auto_suggest = auto_suggest
247
+ self.validator = validator
248
+ self.tempfile_suffix = tempfile_suffix
249
+ self.tempfile = tempfile
250
+ self.name = name
251
+ self.accept_handler = accept_handler
252
+
253
+ # Filters. (Usually, used by the key bindings to drive the buffer.)
254
+ self.complete_while_typing = complete_while_typing
255
+ self.validate_while_typing = validate_while_typing
256
+ self.enable_history_search = enable_history_search
257
+ self.read_only = read_only
258
+ self.multiline = multiline
259
+ self.max_number_of_completions = max_number_of_completions
260
+
261
+ # Text width. (For wrapping, used by the Vi 'gq' operator.)
262
+ self.text_width = 0
263
+
264
+ #: The command buffer history.
265
+ # Note that we shouldn't use a lazy 'or' here. bool(history) could be
266
+ # False when empty.
267
+ self.history = InMemoryHistory() if history is None else history
268
+
269
+ self.__cursor_position = 0
270
+
271
+ # Events
272
+ self.on_text_changed: Event[Buffer] = Event(self, on_text_changed)
273
+ self.on_text_insert: Event[Buffer] = Event(self, on_text_insert)
274
+ self.on_cursor_position_changed: Event[Buffer] = Event(
275
+ self, on_cursor_position_changed
276
+ )
277
+ self.on_completions_changed: Event[Buffer] = Event(self, on_completions_changed)
278
+ self.on_suggestion_set: Event[Buffer] = Event(self, on_suggestion_set)
279
+
280
+ # Document cache. (Avoid creating new Document instances.)
281
+ self._document_cache: FastDictCache[
282
+ tuple[str, int, SelectionState | None], Document
283
+ ] = FastDictCache(Document, size=10)
284
+
285
+ # Create completer / auto suggestion / validation coroutines.
286
+ self._async_suggester = self._create_auto_suggest_coroutine()
287
+ self._async_completer = self._create_completer_coroutine()
288
+ self._async_validator = self._create_auto_validate_coroutine()
289
+
290
+ # Asyncio task for populating the history.
291
+ self._load_history_task: asyncio.Future[None] | None = None
292
+
293
+ # Reset other attributes.
294
+ self.reset(document=document)
295
+
296
+ def __repr__(self) -> str:
297
+ if len(self.text) < 15:
298
+ text = self.text
299
+ else:
300
+ text = self.text[:12] + "..."
301
+
302
+ return f"<Buffer(name={self.name!r}, text={text!r}) at {id(self)!r}>"
303
+
304
+ def reset(
305
+ self, document: Document | None = None, append_to_history: bool = False
306
+ ) -> None:
307
+ """
308
+ :param append_to_history: Append current input to history first.
309
+ """
310
+ if append_to_history:
311
+ self.append_to_history()
312
+
313
+ document = document or Document()
314
+
315
+ self.__cursor_position = document.cursor_position
316
+
317
+ # `ValidationError` instance. (Will be set when the input is wrong.)
318
+ self.validation_error: ValidationError | None = None
319
+ self.validation_state: ValidationState | None = ValidationState.UNKNOWN
320
+
321
+ # State of the selection.
322
+ self.selection_state: SelectionState | None = None
323
+
324
+ # Multiple cursor mode. (When we press 'I' or 'A' in visual-block mode,
325
+ # we can insert text on multiple lines at once. This is implemented by
326
+ # using multiple cursors.)
327
+ self.multiple_cursor_positions: list[int] = []
328
+
329
+ # When doing consecutive up/down movements, prefer to stay at this column.
330
+ self.preferred_column: int | None = None
331
+
332
+ # State of complete browser
333
+ # For interactive completion through Ctrl-N/Ctrl-P.
334
+ self.complete_state: CompletionState | None = None
335
+
336
+ # State of Emacs yank-nth-arg completion.
337
+ self.yank_nth_arg_state: YankNthArgState | None = None # for yank-nth-arg.
338
+
339
+ # Remember the document that we had *right before* the last paste
340
+ # operation. This is used for rotating through the kill ring.
341
+ self.document_before_paste: Document | None = None
342
+
343
+ # Current suggestion.
344
+ self.suggestion: Suggestion | None = None
345
+
346
+ # The history search text. (Used for filtering the history when we
347
+ # browse through it.)
348
+ self.history_search_text: str | None = None
349
+
350
+ # Undo/redo stacks (stack of `(text, cursor_position)`).
351
+ self._undo_stack: list[tuple[str, int]] = []
352
+ self._redo_stack: list[tuple[str, int]] = []
353
+
354
+ # Cancel history loader. If history loading was still ongoing.
355
+ # Cancel the `_load_history_task`, so that next repaint of the
356
+ # `BufferControl` we will repopulate it.
357
+ if self._load_history_task is not None:
358
+ self._load_history_task.cancel()
359
+ self._load_history_task = None
360
+
361
+ #: The working lines. Similar to history, except that this can be
362
+ #: modified. The user can press arrow_up and edit previous entries.
363
+ #: Ctrl-C should reset this, and copy the whole history back in here.
364
+ #: Enter should process the current command and append to the real
365
+ #: history.
366
+ self._working_lines: deque[str] = deque([document.text])
367
+ self.__working_index = 0
368
+
369
+ def load_history_if_not_yet_loaded(self) -> None:
370
+ """
371
+ Create task for populating the buffer history (if not yet done).
372
+
373
+ Note::
374
+
375
+ This needs to be called from within the event loop of the
376
+ application, because history loading is async, and we need to be
377
+ sure the right event loop is active. Therefor, we call this method
378
+ in the `BufferControl.create_content`.
379
+
380
+ There are situations where prompt_toolkit applications are created
381
+ in one thread, but will later run in a different thread (Ptpython
382
+ is one example. The REPL runs in a separate thread, in order to
383
+ prevent interfering with a potential different event loop in the
384
+ main thread. The REPL UI however is still created in the main
385
+ thread.) We could decide to not support creating prompt_toolkit
386
+ objects in one thread and running the application in a different
387
+ thread, but history loading is the only place where it matters, and
388
+ this solves it.
389
+ """
390
+ if self._load_history_task is None:
391
+
392
+ async def load_history() -> None:
393
+ async for item in self.history.load():
394
+ self._working_lines.appendleft(item)
395
+ self.__working_index += 1
396
+
397
+ self._load_history_task = get_app().create_background_task(load_history())
398
+
399
+ def load_history_done(f: asyncio.Future[None]) -> None:
400
+ """
401
+ Handle `load_history` result when either done, cancelled, or
402
+ when an exception was raised.
403
+ """
404
+ try:
405
+ f.result()
406
+ except asyncio.CancelledError:
407
+ # Ignore cancellation. But handle it, so that we don't get
408
+ # this traceback.
409
+ pass
410
+ except GeneratorExit:
411
+ # Probably not needed, but we had situations where
412
+ # `GeneratorExit` was raised in `load_history` during
413
+ # cancellation.
414
+ pass
415
+ except BaseException:
416
+ # Log error if something goes wrong. (We don't have a
417
+ # caller to which we can propagate this exception.)
418
+ logger.exception("Loading history failed")
419
+
420
+ self._load_history_task.add_done_callback(load_history_done)
421
+
422
+ # <getters/setters>
423
+
424
+ def _set_text(self, value: str) -> bool:
425
+ """set text at current working_index. Return whether it changed."""
426
+ working_index = self.working_index
427
+ working_lines = self._working_lines
428
+
429
+ original_value = working_lines[working_index]
430
+ working_lines[working_index] = value
431
+
432
+ # Return True when this text has been changed.
433
+ if len(value) != len(original_value):
434
+ # For Python 2, it seems that when two strings have a different
435
+ # length and one is a prefix of the other, Python still scans
436
+ # character by character to see whether the strings are different.
437
+ # (Some benchmarking showed significant differences for big
438
+ # documents. >100,000 of lines.)
439
+ return True
440
+ elif value != original_value:
441
+ return True
442
+ return False
443
+
444
+ def _set_cursor_position(self, value: int) -> bool:
445
+ """Set cursor position. Return whether it changed."""
446
+ original_position = self.__cursor_position
447
+ self.__cursor_position = max(0, value)
448
+
449
+ return self.__cursor_position != original_position
450
+
451
+ @property
452
+ def text(self) -> str:
453
+ return self._working_lines[self.working_index]
454
+
455
+ @text.setter
456
+ def text(self, value: str) -> None:
457
+ """
458
+ Setting text. (When doing this, make sure that the cursor_position is
459
+ valid for this text. text/cursor_position should be consistent at any time,
460
+ otherwise set a Document instead.)
461
+ """
462
+ # Ensure cursor position remains within the size of the text.
463
+ if self.cursor_position > len(value):
464
+ self.cursor_position = len(value)
465
+
466
+ # Don't allow editing of read-only buffers.
467
+ if self.read_only():
468
+ raise EditReadOnlyBuffer()
469
+
470
+ changed = self._set_text(value)
471
+
472
+ if changed:
473
+ self._text_changed()
474
+
475
+ # Reset history search text.
476
+ # (Note that this doesn't need to happen when working_index
477
+ # changes, which is when we traverse the history. That's why we
478
+ # don't do this in `self._text_changed`.)
479
+ self.history_search_text = None
480
+
481
+ @property
482
+ def cursor_position(self) -> int:
483
+ return self.__cursor_position
484
+
485
+ @cursor_position.setter
486
+ def cursor_position(self, value: int) -> None:
487
+ """
488
+ Setting cursor position.
489
+ """
490
+ assert isinstance(value, int)
491
+
492
+ # Ensure cursor position is within the size of the text.
493
+ if value > len(self.text):
494
+ value = len(self.text)
495
+ if value < 0:
496
+ value = 0
497
+
498
+ changed = self._set_cursor_position(value)
499
+
500
+ if changed:
501
+ self._cursor_position_changed()
502
+
503
+ @property
504
+ def working_index(self) -> int:
505
+ return self.__working_index
506
+
507
+ @working_index.setter
508
+ def working_index(self, value: int) -> None:
509
+ if self.__working_index != value:
510
+ self.__working_index = value
511
+ # Make sure to reset the cursor position, otherwise we end up in
512
+ # situations where the cursor position is out of the bounds of the
513
+ # text.
514
+ self.cursor_position = 0
515
+ self._text_changed()
516
+
517
+ def _text_changed(self) -> None:
518
+ # Remove any validation errors and complete state.
519
+ self.validation_error = None
520
+ self.validation_state = ValidationState.UNKNOWN
521
+ self.complete_state = None
522
+ self.yank_nth_arg_state = None
523
+ self.document_before_paste = None
524
+ self.selection_state = None
525
+ self.suggestion = None
526
+ self.preferred_column = None
527
+
528
+ # fire 'on_text_changed' event.
529
+ self.on_text_changed.fire()
530
+
531
+ # Input validation.
532
+ # (This happens on all change events, unlike auto completion, also when
533
+ # deleting text.)
534
+ if self.validator and self.validate_while_typing():
535
+ get_app().create_background_task(self._async_validator())
536
+
537
+ def _cursor_position_changed(self) -> None:
538
+ # Remove any complete state.
539
+ # (Input validation should only be undone when the cursor position
540
+ # changes.)
541
+ self.complete_state = None
542
+ self.yank_nth_arg_state = None
543
+ self.document_before_paste = None
544
+
545
+ # Unset preferred_column. (Will be set after the cursor movement, if
546
+ # required.)
547
+ self.preferred_column = None
548
+
549
+ # Note that the cursor position can change if we have a selection the
550
+ # new position of the cursor determines the end of the selection.
551
+
552
+ # fire 'on_cursor_position_changed' event.
553
+ self.on_cursor_position_changed.fire()
554
+
555
+ @property
556
+ def document(self) -> Document:
557
+ """
558
+ Return :class:`~prompt_toolkit.document.Document` instance from the
559
+ current text, cursor position and selection state.
560
+ """
561
+ return self._document_cache[
562
+ self.text, self.cursor_position, self.selection_state
563
+ ]
564
+
565
+ @document.setter
566
+ def document(self, value: Document) -> None:
567
+ """
568
+ Set :class:`~prompt_toolkit.document.Document` instance.
569
+
570
+ This will set both the text and cursor position at the same time, but
571
+ atomically. (Change events will be triggered only after both have been set.)
572
+ """
573
+ self.set_document(value)
574
+
575
+ def set_document(self, value: Document, bypass_readonly: bool = False) -> None:
576
+ """
577
+ Set :class:`~prompt_toolkit.document.Document` instance. Like the
578
+ ``document`` property, but accept an ``bypass_readonly`` argument.
579
+
580
+ :param bypass_readonly: When True, don't raise an
581
+ :class:`.EditReadOnlyBuffer` exception, even
582
+ when the buffer is read-only.
583
+
584
+ .. warning::
585
+
586
+ When this buffer is read-only and `bypass_readonly` was not passed,
587
+ the `EditReadOnlyBuffer` exception will be caught by the
588
+ `KeyProcessor` and is silently suppressed. This is important to
589
+ keep in mind when writing key bindings, because it won't do what
590
+ you expect, and there won't be a stack trace. Use try/finally
591
+ around this function if you need some cleanup code.
592
+ """
593
+ # Don't allow editing of read-only buffers.
594
+ if not bypass_readonly and self.read_only():
595
+ raise EditReadOnlyBuffer()
596
+
597
+ # Set text and cursor position first.
598
+ text_changed = self._set_text(value.text)
599
+ cursor_position_changed = self._set_cursor_position(value.cursor_position)
600
+
601
+ # Now handle change events. (We do this when text/cursor position is
602
+ # both set and consistent.)
603
+ if text_changed:
604
+ self._text_changed()
605
+ self.history_search_text = None
606
+
607
+ if cursor_position_changed:
608
+ self._cursor_position_changed()
609
+
610
+ @property
611
+ def is_returnable(self) -> bool:
612
+ """
613
+ True when there is something handling accept.
614
+ """
615
+ return bool(self.accept_handler)
616
+
617
+ # End of <getters/setters>
618
+
619
+ def save_to_undo_stack(self, clear_redo_stack: bool = True) -> None:
620
+ """
621
+ Safe current state (input text and cursor position), so that we can
622
+ restore it by calling undo.
623
+ """
624
+ # Safe if the text is different from the text at the top of the stack
625
+ # is different. If the text is the same, just update the cursor position.
626
+ if self._undo_stack and self._undo_stack[-1][0] == self.text:
627
+ self._undo_stack[-1] = (self._undo_stack[-1][0], self.cursor_position)
628
+ else:
629
+ self._undo_stack.append((self.text, self.cursor_position))
630
+
631
+ # Saving anything to the undo stack, clears the redo stack.
632
+ if clear_redo_stack:
633
+ self._redo_stack = []
634
+
635
+ def transform_lines(
636
+ self,
637
+ line_index_iterator: Iterable[int],
638
+ transform_callback: Callable[[str], str],
639
+ ) -> str:
640
+ """
641
+ Transforms the text on a range of lines.
642
+ When the iterator yield an index not in the range of lines that the
643
+ document contains, it skips them silently.
644
+
645
+ To uppercase some lines::
646
+
647
+ new_text = transform_lines(range(5,10), lambda text: text.upper())
648
+
649
+ :param line_index_iterator: Iterator of line numbers (int)
650
+ :param transform_callback: callable that takes the original text of a
651
+ line, and return the new text for this line.
652
+
653
+ :returns: The new text.
654
+ """
655
+ # Split lines
656
+ lines = self.text.split("\n")
657
+
658
+ # Apply transformation
659
+ for index in line_index_iterator:
660
+ try:
661
+ lines[index] = transform_callback(lines[index])
662
+ except IndexError:
663
+ pass
664
+
665
+ return "\n".join(lines)
666
+
667
+ def transform_current_line(self, transform_callback: Callable[[str], str]) -> None:
668
+ """
669
+ Apply the given transformation function to the current line.
670
+
671
+ :param transform_callback: callable that takes a string and return a new string.
672
+ """
673
+ document = self.document
674
+ a = document.cursor_position + document.get_start_of_line_position()
675
+ b = document.cursor_position + document.get_end_of_line_position()
676
+ self.text = (
677
+ document.text[:a]
678
+ + transform_callback(document.text[a:b])
679
+ + document.text[b:]
680
+ )
681
+
682
+ def transform_region(
683
+ self, from_: int, to: int, transform_callback: Callable[[str], str]
684
+ ) -> None:
685
+ """
686
+ Transform a part of the input string.
687
+
688
+ :param from_: (int) start position.
689
+ :param to: (int) end position.
690
+ :param transform_callback: Callable which accepts a string and returns
691
+ the transformed string.
692
+ """
693
+ assert from_ < to
694
+
695
+ self.text = "".join(
696
+ [
697
+ self.text[:from_]
698
+ + transform_callback(self.text[from_:to])
699
+ + self.text[to:]
700
+ ]
701
+ )
702
+
703
+ def cursor_left(self, count: int = 1) -> None:
704
+ self.cursor_position += self.document.get_cursor_left_position(count=count)
705
+
706
+ def cursor_right(self, count: int = 1) -> None:
707
+ self.cursor_position += self.document.get_cursor_right_position(count=count)
708
+
709
+ def cursor_up(self, count: int = 1) -> None:
710
+ """(for multiline edit). Move cursor to the previous line."""
711
+ original_column = self.preferred_column or self.document.cursor_position_col
712
+ self.cursor_position += self.document.get_cursor_up_position(
713
+ count=count, preferred_column=original_column
714
+ )
715
+
716
+ # Remember the original column for the next up/down movement.
717
+ self.preferred_column = original_column
718
+
719
+ def cursor_down(self, count: int = 1) -> None:
720
+ """(for multiline edit). Move cursor to the next line."""
721
+ original_column = self.preferred_column or self.document.cursor_position_col
722
+ self.cursor_position += self.document.get_cursor_down_position(
723
+ count=count, preferred_column=original_column
724
+ )
725
+
726
+ # Remember the original column for the next up/down movement.
727
+ self.preferred_column = original_column
728
+
729
+ def auto_up(
730
+ self, count: int = 1, go_to_start_of_line_if_history_changes: bool = False
731
+ ) -> None:
732
+ """
733
+ If we're not on the first line (of a multiline input) go a line up,
734
+ otherwise go back in history. (If nothing is selected.)
735
+ """
736
+ if self.complete_state:
737
+ self.complete_previous(count=count)
738
+ elif self.document.cursor_position_row > 0:
739
+ self.cursor_up(count=count)
740
+ elif not self.selection_state:
741
+ self.history_backward(count=count)
742
+
743
+ # Go to the start of the line?
744
+ if go_to_start_of_line_if_history_changes:
745
+ self.cursor_position += self.document.get_start_of_line_position()
746
+
747
+ def auto_down(
748
+ self, count: int = 1, go_to_start_of_line_if_history_changes: bool = False
749
+ ) -> None:
750
+ """
751
+ If we're not on the last line (of a multiline input) go a line down,
752
+ otherwise go forward in history. (If nothing is selected.)
753
+ """
754
+ if self.complete_state:
755
+ self.complete_next(count=count)
756
+ elif self.document.cursor_position_row < self.document.line_count - 1:
757
+ self.cursor_down(count=count)
758
+ elif not self.selection_state:
759
+ self.history_forward(count=count)
760
+
761
+ # Go to the start of the line?
762
+ if go_to_start_of_line_if_history_changes:
763
+ self.cursor_position += self.document.get_start_of_line_position()
764
+
765
+ def delete_before_cursor(self, count: int = 1) -> str:
766
+ """
767
+ Delete specified number of characters before cursor and return the
768
+ deleted text.
769
+ """
770
+ assert count >= 0
771
+ deleted = ""
772
+
773
+ if self.cursor_position > 0:
774
+ deleted = self.text[self.cursor_position - count : self.cursor_position]
775
+
776
+ new_text = (
777
+ self.text[: self.cursor_position - count]
778
+ + self.text[self.cursor_position :]
779
+ )
780
+ new_cursor_position = self.cursor_position - len(deleted)
781
+
782
+ # Set new Document atomically.
783
+ self.document = Document(new_text, new_cursor_position)
784
+
785
+ return deleted
786
+
787
+ def delete(self, count: int = 1) -> str:
788
+ """
789
+ Delete specified number of characters and Return the deleted text.
790
+ """
791
+ if self.cursor_position < len(self.text):
792
+ deleted = self.document.text_after_cursor[:count]
793
+ self.text = (
794
+ self.text[: self.cursor_position]
795
+ + self.text[self.cursor_position + len(deleted) :]
796
+ )
797
+ return deleted
798
+ else:
799
+ return ""
800
+
801
+ def join_next_line(self, separator: str = " ") -> None:
802
+ """
803
+ Join the next line to the current one by deleting the line ending after
804
+ the current line.
805
+ """
806
+ if not self.document.on_last_line:
807
+ self.cursor_position += self.document.get_end_of_line_position()
808
+ self.delete()
809
+
810
+ # Remove spaces.
811
+ self.text = (
812
+ self.document.text_before_cursor
813
+ + separator
814
+ + self.document.text_after_cursor.lstrip(" ")
815
+ )
816
+
817
+ def join_selected_lines(self, separator: str = " ") -> None:
818
+ """
819
+ Join the selected lines.
820
+ """
821
+ assert self.selection_state
822
+
823
+ # Get lines.
824
+ from_, to = sorted(
825
+ [self.cursor_position, self.selection_state.original_cursor_position]
826
+ )
827
+
828
+ before = self.text[:from_]
829
+ lines = self.text[from_:to].splitlines()
830
+ after = self.text[to:]
831
+
832
+ # Replace leading spaces with just one space.
833
+ lines = [l.lstrip(" ") + separator for l in lines]
834
+
835
+ # Set new document.
836
+ self.document = Document(
837
+ text=before + "".join(lines) + after,
838
+ cursor_position=len(before + "".join(lines[:-1])) - 1,
839
+ )
840
+
841
+ def swap_characters_before_cursor(self) -> None:
842
+ """
843
+ Swap the last two characters before the cursor.
844
+ """
845
+ pos = self.cursor_position
846
+
847
+ if pos >= 2:
848
+ a = self.text[pos - 2]
849
+ b = self.text[pos - 1]
850
+
851
+ self.text = self.text[: pos - 2] + b + a + self.text[pos:]
852
+
853
+ def go_to_history(self, index: int) -> None:
854
+ """
855
+ Go to this item in the history.
856
+ """
857
+ if index < len(self._working_lines):
858
+ self.working_index = index
859
+ self.cursor_position = len(self.text)
860
+
861
+ def complete_next(self, count: int = 1, disable_wrap_around: bool = False) -> None:
862
+ """
863
+ Browse to the next completions.
864
+ (Does nothing if there are no completion.)
865
+ """
866
+ index: int | None
867
+
868
+ if self.complete_state:
869
+ completions_count = len(self.complete_state.completions)
870
+
871
+ if self.complete_state.complete_index is None:
872
+ index = 0
873
+ elif self.complete_state.complete_index == completions_count - 1:
874
+ index = None
875
+
876
+ if disable_wrap_around:
877
+ return
878
+ else:
879
+ index = min(
880
+ completions_count - 1, self.complete_state.complete_index + count
881
+ )
882
+ self.go_to_completion(index)
883
+
884
+ def complete_previous(
885
+ self, count: int = 1, disable_wrap_around: bool = False
886
+ ) -> None:
887
+ """
888
+ Browse to the previous completions.
889
+ (Does nothing if there are no completion.)
890
+ """
891
+ index: int | None
892
+
893
+ if self.complete_state:
894
+ if self.complete_state.complete_index == 0:
895
+ index = None
896
+
897
+ if disable_wrap_around:
898
+ return
899
+ elif self.complete_state.complete_index is None:
900
+ index = len(self.complete_state.completions) - 1
901
+ else:
902
+ index = max(0, self.complete_state.complete_index - count)
903
+
904
+ self.go_to_completion(index)
905
+
906
+ def cancel_completion(self) -> None:
907
+ """
908
+ Cancel completion, go back to the original text.
909
+ """
910
+ if self.complete_state:
911
+ self.go_to_completion(None)
912
+ self.complete_state = None
913
+
914
+ def _set_completions(self, completions: list[Completion]) -> CompletionState:
915
+ """
916
+ Start completions. (Generate list of completions and initialize.)
917
+
918
+ By default, no completion will be selected.
919
+ """
920
+ self.complete_state = CompletionState(
921
+ original_document=self.document, completions=completions
922
+ )
923
+
924
+ # Trigger event. This should eventually invalidate the layout.
925
+ self.on_completions_changed.fire()
926
+
927
+ return self.complete_state
928
+
929
+ def start_history_lines_completion(self) -> None:
930
+ """
931
+ Start a completion based on all the other lines in the document and the
932
+ history.
933
+ """
934
+ found_completions: set[str] = set()
935
+ completions = []
936
+
937
+ # For every line of the whole history, find matches with the current line.
938
+ current_line = self.document.current_line_before_cursor.lstrip()
939
+
940
+ for i, string in enumerate(self._working_lines):
941
+ for j, l in enumerate(string.split("\n")):
942
+ l = l.strip()
943
+ if l and l.startswith(current_line):
944
+ # When a new line has been found.
945
+ if l not in found_completions:
946
+ found_completions.add(l)
947
+
948
+ # Create completion.
949
+ if i == self.working_index:
950
+ display_meta = "Current, line %s" % (j + 1)
951
+ else:
952
+ display_meta = f"History {i + 1}, line {j + 1}"
953
+
954
+ completions.append(
955
+ Completion(
956
+ text=l,
957
+ start_position=-len(current_line),
958
+ display_meta=display_meta,
959
+ )
960
+ )
961
+
962
+ self._set_completions(completions=completions[::-1])
963
+ self.go_to_completion(0)
964
+
965
+ def go_to_completion(self, index: int | None) -> None:
966
+ """
967
+ Select a completion from the list of current completions.
968
+ """
969
+ assert self.complete_state
970
+
971
+ # Set new completion
972
+ state = self.complete_state
973
+ state.go_to_index(index)
974
+
975
+ # Set text/cursor position
976
+ new_text, new_cursor_position = state.new_text_and_position()
977
+ self.document = Document(new_text, new_cursor_position)
978
+
979
+ # (changing text/cursor position will unset complete_state.)
980
+ self.complete_state = state
981
+
982
+ def apply_completion(self, completion: Completion) -> None:
983
+ """
984
+ Insert a given completion.
985
+ """
986
+ # If there was already a completion active, cancel that one.
987
+ if self.complete_state:
988
+ self.go_to_completion(None)
989
+ self.complete_state = None
990
+
991
+ # Insert text from the given completion.
992
+ self.delete_before_cursor(-completion.start_position)
993
+ self.insert_text(completion.text)
994
+
995
+ def _set_history_search(self) -> None:
996
+ """
997
+ Set `history_search_text`.
998
+ (The text before the cursor will be used for filtering the history.)
999
+ """
1000
+ if self.enable_history_search():
1001
+ if self.history_search_text is None:
1002
+ self.history_search_text = self.document.text_before_cursor
1003
+ else:
1004
+ self.history_search_text = None
1005
+
1006
+ def _history_matches(self, i: int) -> bool:
1007
+ """
1008
+ True when the current entry matches the history search.
1009
+ (when we don't have history search, it's also True.)
1010
+ """
1011
+ return self.history_search_text is None or self._working_lines[i].startswith(
1012
+ self.history_search_text
1013
+ )
1014
+
1015
+ def history_forward(self, count: int = 1) -> None:
1016
+ """
1017
+ Move forwards through the history.
1018
+
1019
+ :param count: Amount of items to move forward.
1020
+ """
1021
+ self._set_history_search()
1022
+
1023
+ # Go forward in history.
1024
+ found_something = False
1025
+
1026
+ for i in range(self.working_index + 1, len(self._working_lines)):
1027
+ if self._history_matches(i):
1028
+ self.working_index = i
1029
+ count -= 1
1030
+ found_something = True
1031
+ if count == 0:
1032
+ break
1033
+
1034
+ # If we found an entry, move cursor to the end of the first line.
1035
+ if found_something:
1036
+ self.cursor_position = 0
1037
+ self.cursor_position += self.document.get_end_of_line_position()
1038
+
1039
+ def history_backward(self, count: int = 1) -> None:
1040
+ """
1041
+ Move backwards through history.
1042
+ """
1043
+ self._set_history_search()
1044
+
1045
+ # Go back in history.
1046
+ found_something = False
1047
+
1048
+ for i in range(self.working_index - 1, -1, -1):
1049
+ if self._history_matches(i):
1050
+ self.working_index = i
1051
+ count -= 1
1052
+ found_something = True
1053
+ if count == 0:
1054
+ break
1055
+
1056
+ # If we move to another entry, move cursor to the end of the line.
1057
+ if found_something:
1058
+ self.cursor_position = len(self.text)
1059
+
1060
+ def yank_nth_arg(self, n: int | None = None, _yank_last_arg: bool = False) -> None:
1061
+ """
1062
+ Pick nth word from previous history entry (depending on current
1063
+ `yank_nth_arg_state`) and insert it at current position. Rotate through
1064
+ history if called repeatedly. If no `n` has been given, take the first
1065
+ argument. (The second word.)
1066
+
1067
+ :param n: (None or int), The index of the word from the previous line
1068
+ to take.
1069
+ """
1070
+ assert n is None or isinstance(n, int)
1071
+ history_strings = self.history.get_strings()
1072
+
1073
+ if not len(history_strings):
1074
+ return
1075
+
1076
+ # Make sure we have a `YankNthArgState`.
1077
+ if self.yank_nth_arg_state is None:
1078
+ state = YankNthArgState(n=-1 if _yank_last_arg else 1)
1079
+ else:
1080
+ state = self.yank_nth_arg_state
1081
+
1082
+ if n is not None:
1083
+ state.n = n
1084
+
1085
+ # Get new history position.
1086
+ new_pos = state.history_position - 1
1087
+ if -new_pos > len(history_strings):
1088
+ new_pos = -1
1089
+
1090
+ # Take argument from line.
1091
+ line = history_strings[new_pos]
1092
+
1093
+ words = [w.strip() for w in _QUOTED_WORDS_RE.split(line)]
1094
+ words = [w for w in words if w]
1095
+ try:
1096
+ word = words[state.n]
1097
+ except IndexError:
1098
+ word = ""
1099
+
1100
+ # Insert new argument.
1101
+ if state.previous_inserted_word:
1102
+ self.delete_before_cursor(len(state.previous_inserted_word))
1103
+ self.insert_text(word)
1104
+
1105
+ # Save state again for next completion. (Note that the 'insert'
1106
+ # operation from above clears `self.yank_nth_arg_state`.)
1107
+ state.previous_inserted_word = word
1108
+ state.history_position = new_pos
1109
+ self.yank_nth_arg_state = state
1110
+
1111
+ def yank_last_arg(self, n: int | None = None) -> None:
1112
+ """
1113
+ Like `yank_nth_arg`, but if no argument has been given, yank the last
1114
+ word by default.
1115
+ """
1116
+ self.yank_nth_arg(n=n, _yank_last_arg=True)
1117
+
1118
+ def start_selection(
1119
+ self, selection_type: SelectionType = SelectionType.CHARACTERS
1120
+ ) -> None:
1121
+ """
1122
+ Take the current cursor position as the start of this selection.
1123
+ """
1124
+ self.selection_state = SelectionState(self.cursor_position, selection_type)
1125
+
1126
+ def copy_selection(self, _cut: bool = False) -> ClipboardData:
1127
+ """
1128
+ Copy selected text and return :class:`.ClipboardData` instance.
1129
+
1130
+ Notice that this doesn't store the copied data on the clipboard yet.
1131
+ You can store it like this:
1132
+
1133
+ .. code:: python
1134
+
1135
+ data = buffer.copy_selection()
1136
+ get_app().clipboard.set_data(data)
1137
+ """
1138
+ new_document, clipboard_data = self.document.cut_selection()
1139
+ if _cut:
1140
+ self.document = new_document
1141
+
1142
+ self.selection_state = None
1143
+ return clipboard_data
1144
+
1145
+ def cut_selection(self) -> ClipboardData:
1146
+ """
1147
+ Delete selected text and return :class:`.ClipboardData` instance.
1148
+ """
1149
+ return self.copy_selection(_cut=True)
1150
+
1151
+ def paste_clipboard_data(
1152
+ self,
1153
+ data: ClipboardData,
1154
+ paste_mode: PasteMode = PasteMode.EMACS,
1155
+ count: int = 1,
1156
+ ) -> None:
1157
+ """
1158
+ Insert the data from the clipboard.
1159
+ """
1160
+ assert isinstance(data, ClipboardData)
1161
+ assert paste_mode in (PasteMode.VI_BEFORE, PasteMode.VI_AFTER, PasteMode.EMACS)
1162
+
1163
+ original_document = self.document
1164
+ self.document = self.document.paste_clipboard_data(
1165
+ data, paste_mode=paste_mode, count=count
1166
+ )
1167
+
1168
+ # Remember original document. This assignment should come at the end,
1169
+ # because assigning to 'document' will erase it.
1170
+ self.document_before_paste = original_document
1171
+
1172
+ def newline(self, copy_margin: bool = True) -> None:
1173
+ """
1174
+ Insert a line ending at the current position.
1175
+ """
1176
+ if copy_margin:
1177
+ self.insert_text("\n" + self.document.leading_whitespace_in_current_line)
1178
+ else:
1179
+ self.insert_text("\n")
1180
+
1181
+ def insert_line_above(self, copy_margin: bool = True) -> None:
1182
+ """
1183
+ Insert a new line above the current one.
1184
+ """
1185
+ if copy_margin:
1186
+ insert = self.document.leading_whitespace_in_current_line + "\n"
1187
+ else:
1188
+ insert = "\n"
1189
+
1190
+ self.cursor_position += self.document.get_start_of_line_position()
1191
+ self.insert_text(insert)
1192
+ self.cursor_position -= 1
1193
+
1194
+ def insert_line_below(self, copy_margin: bool = True) -> None:
1195
+ """
1196
+ Insert a new line below the current one.
1197
+ """
1198
+ if copy_margin:
1199
+ insert = "\n" + self.document.leading_whitespace_in_current_line
1200
+ else:
1201
+ insert = "\n"
1202
+
1203
+ self.cursor_position += self.document.get_end_of_line_position()
1204
+ self.insert_text(insert)
1205
+
1206
+ def insert_text(
1207
+ self,
1208
+ data: str,
1209
+ overwrite: bool = False,
1210
+ move_cursor: bool = True,
1211
+ fire_event: bool = True,
1212
+ ) -> None:
1213
+ """
1214
+ Insert characters at cursor position.
1215
+
1216
+ :param fire_event: Fire `on_text_insert` event. This is mainly used to
1217
+ trigger autocompletion while typing.
1218
+ """
1219
+ # Original text & cursor position.
1220
+ otext = self.text
1221
+ ocpos = self.cursor_position
1222
+
1223
+ # In insert/text mode.
1224
+ if overwrite:
1225
+ # Don't overwrite the newline itself. Just before the line ending,
1226
+ # it should act like insert mode.
1227
+ overwritten_text = otext[ocpos : ocpos + len(data)]
1228
+ if "\n" in overwritten_text:
1229
+ overwritten_text = overwritten_text[: overwritten_text.find("\n")]
1230
+
1231
+ text = otext[:ocpos] + data + otext[ocpos + len(overwritten_text) :]
1232
+ else:
1233
+ text = otext[:ocpos] + data + otext[ocpos:]
1234
+
1235
+ if move_cursor:
1236
+ cpos = self.cursor_position + len(data)
1237
+ else:
1238
+ cpos = self.cursor_position
1239
+
1240
+ # Set new document.
1241
+ # (Set text and cursor position at the same time. Otherwise, setting
1242
+ # the text will fire a change event before the cursor position has been
1243
+ # set. It works better to have this atomic.)
1244
+ self.document = Document(text, cpos)
1245
+
1246
+ # Fire 'on_text_insert' event.
1247
+ if fire_event: # XXX: rename to `start_complete`.
1248
+ self.on_text_insert.fire()
1249
+
1250
+ # Only complete when "complete_while_typing" is enabled.
1251
+ if self.completer and self.complete_while_typing():
1252
+ get_app().create_background_task(self._async_completer())
1253
+
1254
+ # Call auto_suggest.
1255
+ if self.auto_suggest:
1256
+ get_app().create_background_task(self._async_suggester())
1257
+
1258
+ def undo(self) -> None:
1259
+ # Pop from the undo-stack until we find a text that if different from
1260
+ # the current text. (The current logic of `save_to_undo_stack` will
1261
+ # cause that the top of the undo stack is usually the same as the
1262
+ # current text, so in that case we have to pop twice.)
1263
+ while self._undo_stack:
1264
+ text, pos = self._undo_stack.pop()
1265
+
1266
+ if text != self.text:
1267
+ # Push current text to redo stack.
1268
+ self._redo_stack.append((self.text, self.cursor_position))
1269
+
1270
+ # Set new text/cursor_position.
1271
+ self.document = Document(text, cursor_position=pos)
1272
+ break
1273
+
1274
+ def redo(self) -> None:
1275
+ if self._redo_stack:
1276
+ # Copy current state on undo stack.
1277
+ self.save_to_undo_stack(clear_redo_stack=False)
1278
+
1279
+ # Pop state from redo stack.
1280
+ text, pos = self._redo_stack.pop()
1281
+ self.document = Document(text, cursor_position=pos)
1282
+
1283
+ def validate(self, set_cursor: bool = False) -> bool:
1284
+ """
1285
+ Returns `True` if valid.
1286
+
1287
+ :param set_cursor: Set the cursor position, if an error was found.
1288
+ """
1289
+ # Don't call the validator again, if it was already called for the
1290
+ # current input.
1291
+ if self.validation_state != ValidationState.UNKNOWN:
1292
+ return self.validation_state == ValidationState.VALID
1293
+
1294
+ # Call validator.
1295
+ if self.validator:
1296
+ try:
1297
+ self.validator.validate(self.document)
1298
+ except ValidationError as e:
1299
+ # Set cursor position (don't allow invalid values.)
1300
+ if set_cursor:
1301
+ self.cursor_position = min(
1302
+ max(0, e.cursor_position), len(self.text)
1303
+ )
1304
+
1305
+ self.validation_state = ValidationState.INVALID
1306
+ self.validation_error = e
1307
+ return False
1308
+
1309
+ # Handle validation result.
1310
+ self.validation_state = ValidationState.VALID
1311
+ self.validation_error = None
1312
+ return True
1313
+
1314
+ async def _validate_async(self) -> None:
1315
+ """
1316
+ Asynchronous version of `validate()`.
1317
+ This one doesn't set the cursor position.
1318
+
1319
+ We have both variants, because a synchronous version is required.
1320
+ Handling the ENTER key needs to be completely synchronous, otherwise
1321
+ stuff like type-ahead is going to give very weird results. (People
1322
+ could type input while the ENTER key is still processed.)
1323
+
1324
+ An asynchronous version is required if we have `validate_while_typing`
1325
+ enabled.
1326
+ """
1327
+ while True:
1328
+ # Don't call the validator again, if it was already called for the
1329
+ # current input.
1330
+ if self.validation_state != ValidationState.UNKNOWN:
1331
+ return
1332
+
1333
+ # Call validator.
1334
+ error = None
1335
+ document = self.document
1336
+
1337
+ if self.validator:
1338
+ try:
1339
+ await self.validator.validate_async(self.document)
1340
+ except ValidationError as e:
1341
+ error = e
1342
+
1343
+ # If the document changed during the validation, try again.
1344
+ if self.document != document:
1345
+ continue
1346
+
1347
+ # Handle validation result.
1348
+ if error:
1349
+ self.validation_state = ValidationState.INVALID
1350
+ else:
1351
+ self.validation_state = ValidationState.VALID
1352
+
1353
+ self.validation_error = error
1354
+ get_app().invalidate() # Trigger redraw (display error).
1355
+
1356
+ def append_to_history(self) -> None:
1357
+ """
1358
+ Append the current input to the history.
1359
+ """
1360
+ # Save at the tail of the history. (But don't if the last entry the
1361
+ # history is already the same.)
1362
+ if self.text:
1363
+ history_strings = self.history.get_strings()
1364
+ if not len(history_strings) or history_strings[-1] != self.text:
1365
+ self.history.append_string(self.text)
1366
+
1367
+ def _search(
1368
+ self,
1369
+ search_state: SearchState,
1370
+ include_current_position: bool = False,
1371
+ count: int = 1,
1372
+ ) -> tuple[int, int] | None:
1373
+ """
1374
+ Execute search. Return (working_index, cursor_position) tuple when this
1375
+ search is applied. Returns `None` when this text cannot be found.
1376
+ """
1377
+ assert count > 0
1378
+
1379
+ text = search_state.text
1380
+ direction = search_state.direction
1381
+ ignore_case = search_state.ignore_case()
1382
+
1383
+ def search_once(
1384
+ working_index: int, document: Document
1385
+ ) -> tuple[int, Document] | None:
1386
+ """
1387
+ Do search one time.
1388
+ Return (working_index, document) or `None`
1389
+ """
1390
+ if direction == SearchDirection.FORWARD:
1391
+ # Try find at the current input.
1392
+ new_index = document.find(
1393
+ text,
1394
+ include_current_position=include_current_position,
1395
+ ignore_case=ignore_case,
1396
+ )
1397
+
1398
+ if new_index is not None:
1399
+ return (
1400
+ working_index,
1401
+ Document(document.text, document.cursor_position + new_index),
1402
+ )
1403
+ else:
1404
+ # No match, go forward in the history. (Include len+1 to wrap around.)
1405
+ # (Here we should always include all cursor positions, because
1406
+ # it's a different line.)
1407
+ for i in range(working_index + 1, len(self._working_lines) + 1):
1408
+ i %= len(self._working_lines)
1409
+
1410
+ document = Document(self._working_lines[i], 0)
1411
+ new_index = document.find(
1412
+ text, include_current_position=True, ignore_case=ignore_case
1413
+ )
1414
+ if new_index is not None:
1415
+ return (i, Document(document.text, new_index))
1416
+ else:
1417
+ # Try find at the current input.
1418
+ new_index = document.find_backwards(text, ignore_case=ignore_case)
1419
+
1420
+ if new_index is not None:
1421
+ return (
1422
+ working_index,
1423
+ Document(document.text, document.cursor_position + new_index),
1424
+ )
1425
+ else:
1426
+ # No match, go back in the history. (Include -1 to wrap around.)
1427
+ for i in range(working_index - 1, -2, -1):
1428
+ i %= len(self._working_lines)
1429
+
1430
+ document = Document(
1431
+ self._working_lines[i], len(self._working_lines[i])
1432
+ )
1433
+ new_index = document.find_backwards(
1434
+ text, ignore_case=ignore_case
1435
+ )
1436
+ if new_index is not None:
1437
+ return (
1438
+ i,
1439
+ Document(document.text, len(document.text) + new_index),
1440
+ )
1441
+ return None
1442
+
1443
+ # Do 'count' search iterations.
1444
+ working_index = self.working_index
1445
+ document = self.document
1446
+ for _ in range(count):
1447
+ result = search_once(working_index, document)
1448
+ if result is None:
1449
+ return None # Nothing found.
1450
+ else:
1451
+ working_index, document = result
1452
+
1453
+ return (working_index, document.cursor_position)
1454
+
1455
+ def document_for_search(self, search_state: SearchState) -> Document:
1456
+ """
1457
+ Return a :class:`~prompt_toolkit.document.Document` instance that has
1458
+ the text/cursor position for this search, if we would apply it. This
1459
+ will be used in the
1460
+ :class:`~prompt_toolkit.layout.BufferControl` to display feedback while
1461
+ searching.
1462
+ """
1463
+ search_result = self._search(search_state, include_current_position=True)
1464
+
1465
+ if search_result is None:
1466
+ return self.document
1467
+ else:
1468
+ working_index, cursor_position = search_result
1469
+
1470
+ # Keep selection, when `working_index` was not changed.
1471
+ if working_index == self.working_index:
1472
+ selection = self.selection_state
1473
+ else:
1474
+ selection = None
1475
+
1476
+ return Document(
1477
+ self._working_lines[working_index], cursor_position, selection=selection
1478
+ )
1479
+
1480
+ def get_search_position(
1481
+ self,
1482
+ search_state: SearchState,
1483
+ include_current_position: bool = True,
1484
+ count: int = 1,
1485
+ ) -> int:
1486
+ """
1487
+ Get the cursor position for this search.
1488
+ (This operation won't change the `working_index`. It's won't go through
1489
+ the history. Vi text objects can't span multiple items.)
1490
+ """
1491
+ search_result = self._search(
1492
+ search_state, include_current_position=include_current_position, count=count
1493
+ )
1494
+
1495
+ if search_result is None:
1496
+ return self.cursor_position
1497
+ else:
1498
+ working_index, cursor_position = search_result
1499
+ return cursor_position
1500
+
1501
+ def apply_search(
1502
+ self,
1503
+ search_state: SearchState,
1504
+ include_current_position: bool = True,
1505
+ count: int = 1,
1506
+ ) -> None:
1507
+ """
1508
+ Apply search. If something is found, set `working_index` and
1509
+ `cursor_position`.
1510
+ """
1511
+ search_result = self._search(
1512
+ search_state, include_current_position=include_current_position, count=count
1513
+ )
1514
+
1515
+ if search_result is not None:
1516
+ working_index, cursor_position = search_result
1517
+ self.working_index = working_index
1518
+ self.cursor_position = cursor_position
1519
+
1520
+ def exit_selection(self) -> None:
1521
+ self.selection_state = None
1522
+
1523
+ def _editor_simple_tempfile(self) -> tuple[str, Callable[[], None]]:
1524
+ """
1525
+ Simple (file) tempfile implementation.
1526
+ Return (tempfile, cleanup_func).
1527
+ """
1528
+ suffix = to_str(self.tempfile_suffix)
1529
+ descriptor, filename = tempfile.mkstemp(suffix)
1530
+
1531
+ os.write(descriptor, self.text.encode("utf-8"))
1532
+ os.close(descriptor)
1533
+
1534
+ def cleanup() -> None:
1535
+ os.unlink(filename)
1536
+
1537
+ return filename, cleanup
1538
+
1539
+ def _editor_complex_tempfile(self) -> tuple[str, Callable[[], None]]:
1540
+ # Complex (directory) tempfile implementation.
1541
+ headtail = to_str(self.tempfile)
1542
+ if not headtail:
1543
+ # Revert to simple case.
1544
+ return self._editor_simple_tempfile()
1545
+ headtail = str(headtail)
1546
+
1547
+ # Try to make according to tempfile logic.
1548
+ head, tail = os.path.split(headtail)
1549
+ if os.path.isabs(head):
1550
+ head = head[1:]
1551
+
1552
+ dirpath = tempfile.mkdtemp()
1553
+ if head:
1554
+ dirpath = os.path.join(dirpath, head)
1555
+ # Assume there is no issue creating dirs in this temp dir.
1556
+ os.makedirs(dirpath)
1557
+
1558
+ # Open the filename and write current text.
1559
+ filename = os.path.join(dirpath, tail)
1560
+ with open(filename, "w", encoding="utf-8") as fh:
1561
+ fh.write(self.text)
1562
+
1563
+ def cleanup() -> None:
1564
+ shutil.rmtree(dirpath)
1565
+
1566
+ return filename, cleanup
1567
+
1568
+ def open_in_editor(self, validate_and_handle: bool = False) -> asyncio.Task[None]:
1569
+ """
1570
+ Open code in editor.
1571
+
1572
+ This returns a future, and runs in a thread executor.
1573
+ """
1574
+ if self.read_only():
1575
+ raise EditReadOnlyBuffer()
1576
+
1577
+ # Write current text to temporary file
1578
+ if self.tempfile:
1579
+ filename, cleanup_func = self._editor_complex_tempfile()
1580
+ else:
1581
+ filename, cleanup_func = self._editor_simple_tempfile()
1582
+
1583
+ async def run() -> None:
1584
+ try:
1585
+ # Open in editor
1586
+ # (We need to use `run_in_terminal`, because not all editors go to
1587
+ # the alternate screen buffer, and some could influence the cursor
1588
+ # position.)
1589
+ success = await run_in_terminal(
1590
+ lambda: self._open_file_in_editor(filename), in_executor=True
1591
+ )
1592
+
1593
+ # Read content again.
1594
+ if success:
1595
+ with open(filename, "rb") as f:
1596
+ text = f.read().decode("utf-8")
1597
+
1598
+ # Drop trailing newline. (Editors are supposed to add it at the
1599
+ # end, but we don't need it.)
1600
+ if text.endswith("\n"):
1601
+ text = text[:-1]
1602
+
1603
+ self.document = Document(text=text, cursor_position=len(text))
1604
+
1605
+ # Accept the input.
1606
+ if validate_and_handle:
1607
+ self.validate_and_handle()
1608
+
1609
+ finally:
1610
+ # Clean up temp dir/file.
1611
+ cleanup_func()
1612
+
1613
+ return get_app().create_background_task(run())
1614
+
1615
+ def _open_file_in_editor(self, filename: str) -> bool:
1616
+ """
1617
+ Call editor executable.
1618
+
1619
+ Return True when we received a zero return code.
1620
+ """
1621
+ # If the 'VISUAL' or 'EDITOR' environment variable has been set, use that.
1622
+ # Otherwise, fall back to the first available editor that we can find.
1623
+ visual = os.environ.get("VISUAL")
1624
+ editor = os.environ.get("EDITOR")
1625
+
1626
+ editors = [
1627
+ visual,
1628
+ editor,
1629
+ # Order of preference.
1630
+ "/usr/bin/editor",
1631
+ "/usr/bin/nano",
1632
+ "/usr/bin/pico",
1633
+ "/usr/bin/vi",
1634
+ "/usr/bin/emacs",
1635
+ ]
1636
+
1637
+ for e in editors:
1638
+ if e:
1639
+ try:
1640
+ # Use 'shlex.split()', because $VISUAL can contain spaces
1641
+ # and quotes.
1642
+ returncode = subprocess.call(shlex.split(e) + [filename])
1643
+ return returncode == 0
1644
+
1645
+ except OSError:
1646
+ # Executable does not exist, try the next one.
1647
+ pass
1648
+
1649
+ return False
1650
+
1651
+ def start_completion(
1652
+ self,
1653
+ select_first: bool = False,
1654
+ select_last: bool = False,
1655
+ insert_common_part: bool = False,
1656
+ complete_event: CompleteEvent | None = None,
1657
+ ) -> None:
1658
+ """
1659
+ Start asynchronous autocompletion of this buffer.
1660
+ (This will do nothing if a previous completion was still in progress.)
1661
+ """
1662
+ # Only one of these options can be selected.
1663
+ assert select_first + select_last + insert_common_part <= 1
1664
+
1665
+ get_app().create_background_task(
1666
+ self._async_completer(
1667
+ select_first=select_first,
1668
+ select_last=select_last,
1669
+ insert_common_part=insert_common_part,
1670
+ complete_event=complete_event
1671
+ or CompleteEvent(completion_requested=True),
1672
+ )
1673
+ )
1674
+
1675
+ def _create_completer_coroutine(self) -> Callable[..., Coroutine[Any, Any, None]]:
1676
+ """
1677
+ Create function for asynchronous autocompletion.
1678
+
1679
+ (This consumes the asynchronous completer generator, which possibly
1680
+ runs the completion algorithm in another thread.)
1681
+ """
1682
+
1683
+ def completion_does_nothing(document: Document, completion: Completion) -> bool:
1684
+ """
1685
+ Return `True` if applying this completion doesn't have any effect.
1686
+ (When it doesn't insert any new text.
1687
+ """
1688
+ text_before_cursor = document.text_before_cursor
1689
+ replaced_text = text_before_cursor[
1690
+ len(text_before_cursor) + completion.start_position :
1691
+ ]
1692
+ return replaced_text == completion.text
1693
+
1694
+ @_only_one_at_a_time
1695
+ async def async_completer(
1696
+ select_first: bool = False,
1697
+ select_last: bool = False,
1698
+ insert_common_part: bool = False,
1699
+ complete_event: CompleteEvent | None = None,
1700
+ ) -> None:
1701
+ document = self.document
1702
+ complete_event = complete_event or CompleteEvent(text_inserted=True)
1703
+
1704
+ # Don't complete when we already have completions.
1705
+ if self.complete_state or not self.completer:
1706
+ return
1707
+
1708
+ # Create an empty CompletionState.
1709
+ complete_state = CompletionState(original_document=self.document)
1710
+ self.complete_state = complete_state
1711
+
1712
+ def proceed() -> bool:
1713
+ """Keep retrieving completions. Input text has not yet changed
1714
+ while generating completions."""
1715
+ return self.complete_state == complete_state
1716
+
1717
+ refresh_needed = asyncio.Event()
1718
+
1719
+ async def refresh_while_loading() -> None:
1720
+ """Background loop to refresh the UI at most 3 times a second
1721
+ while the completion are loading. Calling
1722
+ `on_completions_changed.fire()` for every completion that we
1723
+ receive is too expensive when there are many completions. (We
1724
+ could tune `Application.max_render_postpone_time` and
1725
+ `Application.min_redraw_interval`, but having this here is a
1726
+ better approach.)
1727
+ """
1728
+ while True:
1729
+ self.on_completions_changed.fire()
1730
+ refresh_needed.clear()
1731
+ await asyncio.sleep(0.3)
1732
+ await refresh_needed.wait()
1733
+
1734
+ refresh_task = asyncio.ensure_future(refresh_while_loading())
1735
+ try:
1736
+ # Load.
1737
+ async with aclosing(
1738
+ self.completer.get_completions_async(document, complete_event)
1739
+ ) as async_generator:
1740
+ async for completion in async_generator:
1741
+ complete_state.completions.append(completion)
1742
+ refresh_needed.set()
1743
+
1744
+ # If the input text changes, abort.
1745
+ if not proceed():
1746
+ break
1747
+
1748
+ # Always stop at 10k completions.
1749
+ if (
1750
+ len(complete_state.completions)
1751
+ >= self.max_number_of_completions
1752
+ ):
1753
+ break
1754
+ finally:
1755
+ refresh_task.cancel()
1756
+
1757
+ # Refresh one final time after we got everything.
1758
+ self.on_completions_changed.fire()
1759
+
1760
+ completions = complete_state.completions
1761
+
1762
+ # When there is only one completion, which has nothing to add, ignore it.
1763
+ if len(completions) == 1 and completion_does_nothing(
1764
+ document, completions[0]
1765
+ ):
1766
+ del completions[:]
1767
+
1768
+ # Set completions if the text was not yet changed.
1769
+ if proceed():
1770
+ # When no completions were found, or when the user selected
1771
+ # already a completion by using the arrow keys, don't do anything.
1772
+ if (
1773
+ not self.complete_state
1774
+ or self.complete_state.complete_index is not None
1775
+ ):
1776
+ return
1777
+
1778
+ # When there are no completions, reset completion state anyway.
1779
+ if not completions:
1780
+ self.complete_state = None
1781
+ # Render the ui if the completion menu was shown
1782
+ # it is needed especially if there is one completion and it was deleted.
1783
+ self.on_completions_changed.fire()
1784
+ return
1785
+
1786
+ # Select first/last or insert common part, depending on the key
1787
+ # binding. (For this we have to wait until all completions are
1788
+ # loaded.)
1789
+
1790
+ if select_first:
1791
+ self.go_to_completion(0)
1792
+
1793
+ elif select_last:
1794
+ self.go_to_completion(len(completions) - 1)
1795
+
1796
+ elif insert_common_part:
1797
+ common_part = get_common_complete_suffix(document, completions)
1798
+ if common_part:
1799
+ # Insert the common part, update completions.
1800
+ self.insert_text(common_part)
1801
+ if len(completions) > 1:
1802
+ # (Don't call `async_completer` again, but
1803
+ # recalculate completions. See:
1804
+ # https://github.com/ipython/ipython/issues/9658)
1805
+ completions[:] = [
1806
+ c.new_completion_from_position(len(common_part))
1807
+ for c in completions
1808
+ ]
1809
+
1810
+ self._set_completions(completions=completions)
1811
+ else:
1812
+ self.complete_state = None
1813
+ else:
1814
+ # When we were asked to insert the "common"
1815
+ # prefix, but there was no common suffix but
1816
+ # still exactly one match, then select the
1817
+ # first. (It could be that we have a completion
1818
+ # which does * expansion, like '*.py', with
1819
+ # exactly one match.)
1820
+ if len(completions) == 1:
1821
+ self.go_to_completion(0)
1822
+
1823
+ else:
1824
+ # If the last operation was an insert, (not a delete), restart
1825
+ # the completion coroutine.
1826
+
1827
+ if self.document.text_before_cursor == document.text_before_cursor:
1828
+ return # Nothing changed.
1829
+
1830
+ if self.document.text_before_cursor.startswith(
1831
+ document.text_before_cursor
1832
+ ):
1833
+ raise _Retry
1834
+
1835
+ return async_completer
1836
+
1837
+ def _create_auto_suggest_coroutine(self) -> Callable[[], Coroutine[Any, Any, None]]:
1838
+ """
1839
+ Create function for asynchronous auto suggestion.
1840
+ (This can be in another thread.)
1841
+ """
1842
+
1843
+ @_only_one_at_a_time
1844
+ async def async_suggestor() -> None:
1845
+ document = self.document
1846
+
1847
+ # Don't suggest when we already have a suggestion.
1848
+ if self.suggestion or not self.auto_suggest:
1849
+ return
1850
+
1851
+ suggestion = await self.auto_suggest.get_suggestion_async(self, document)
1852
+
1853
+ # Set suggestion only if the text was not yet changed.
1854
+ if self.document == document:
1855
+ # Set suggestion and redraw interface.
1856
+ self.suggestion = suggestion
1857
+ self.on_suggestion_set.fire()
1858
+ else:
1859
+ # Otherwise, restart thread.
1860
+ raise _Retry
1861
+
1862
+ return async_suggestor
1863
+
1864
+ def _create_auto_validate_coroutine(
1865
+ self,
1866
+ ) -> Callable[[], Coroutine[Any, Any, None]]:
1867
+ """
1868
+ Create a function for asynchronous validation while typing.
1869
+ (This can be in another thread.)
1870
+ """
1871
+
1872
+ @_only_one_at_a_time
1873
+ async def async_validator() -> None:
1874
+ await self._validate_async()
1875
+
1876
+ return async_validator
1877
+
1878
+ def validate_and_handle(self) -> None:
1879
+ """
1880
+ Validate buffer and handle the accept action.
1881
+ """
1882
+ valid = self.validate(set_cursor=True)
1883
+
1884
+ # When the validation succeeded, accept the input.
1885
+ if valid:
1886
+ if self.accept_handler:
1887
+ keep_text = self.accept_handler(self)
1888
+ else:
1889
+ keep_text = False
1890
+
1891
+ self.append_to_history()
1892
+
1893
+ if not keep_text:
1894
+ self.reset()
1895
+
1896
+
1897
+ _T = TypeVar("_T", bound=Callable[..., Coroutine[Any, Any, None]])
1898
+
1899
+
1900
+ def _only_one_at_a_time(coroutine: _T) -> _T:
1901
+ """
1902
+ Decorator that only starts the coroutine only if the previous call has
1903
+ finished. (Used to make sure that we have only one autocompleter, auto
1904
+ suggestor and validator running at a time.)
1905
+
1906
+ When the coroutine raises `_Retry`, it is restarted.
1907
+ """
1908
+ running = False
1909
+
1910
+ @wraps(coroutine)
1911
+ async def new_coroutine(*a: Any, **kw: Any) -> Any:
1912
+ nonlocal running
1913
+
1914
+ # Don't start a new function, if the previous is still in progress.
1915
+ if running:
1916
+ return
1917
+
1918
+ running = True
1919
+
1920
+ try:
1921
+ while True:
1922
+ try:
1923
+ await coroutine(*a, **kw)
1924
+ except _Retry:
1925
+ continue
1926
+ else:
1927
+ return None
1928
+ finally:
1929
+ running = False
1930
+
1931
+ return cast(_T, new_coroutine)
1932
+
1933
+
1934
+ class _Retry(Exception):
1935
+ "Retry in `_only_one_at_a_time`."
1936
+
1937
+
1938
+ def indent(buffer: Buffer, from_row: int, to_row: int, count: int = 1) -> None:
1939
+ """
1940
+ Indent text of a :class:`.Buffer` object.
1941
+ """
1942
+ current_row = buffer.document.cursor_position_row
1943
+ current_col = buffer.document.cursor_position_col
1944
+ line_range = range(from_row, to_row)
1945
+
1946
+ # Apply transformation.
1947
+ indent_content = " " * count
1948
+ new_text = buffer.transform_lines(line_range, lambda l: indent_content + l)
1949
+ buffer.document = Document(
1950
+ new_text, Document(new_text).translate_row_col_to_index(current_row, 0)
1951
+ )
1952
+
1953
+ # Place cursor in the same position in text after indenting
1954
+ buffer.cursor_position += current_col + len(indent_content)
1955
+
1956
+
1957
+ def unindent(buffer: Buffer, from_row: int, to_row: int, count: int = 1) -> None:
1958
+ """
1959
+ Unindent text of a :class:`.Buffer` object.
1960
+ """
1961
+ current_row = buffer.document.cursor_position_row
1962
+ current_col = buffer.document.cursor_position_col
1963
+ line_range = range(from_row, to_row)
1964
+
1965
+ indent_content = " " * count
1966
+
1967
+ def transform(text: str) -> str:
1968
+ remove = indent_content
1969
+ if text.startswith(remove):
1970
+ return text[len(remove) :]
1971
+ else:
1972
+ return text.lstrip()
1973
+
1974
+ # Apply transformation.
1975
+ new_text = buffer.transform_lines(line_range, transform)
1976
+ buffer.document = Document(
1977
+ new_text, Document(new_text).translate_row_col_to_index(current_row, 0)
1978
+ )
1979
+
1980
+ # Place cursor in the same position in text after dedent
1981
+ buffer.cursor_position += current_col - len(indent_content)
1982
+
1983
+
1984
+ def reshape_text(buffer: Buffer, from_row: int, to_row: int) -> None:
1985
+ """
1986
+ Reformat text, taking the width into account.
1987
+ `to_row` is included.
1988
+ (Vi 'gq' operator.)
1989
+ """
1990
+ lines = buffer.text.splitlines(True)
1991
+ lines_before = lines[:from_row]
1992
+ lines_after = lines[to_row + 1 :]
1993
+ lines_to_reformat = lines[from_row : to_row + 1]
1994
+
1995
+ if lines_to_reformat:
1996
+ # Take indentation from the first line.
1997
+ match = re.search(r"^\s*", lines_to_reformat[0])
1998
+ length = match.end() if match else 0 # `match` can't be None, actually.
1999
+
2000
+ indent = lines_to_reformat[0][:length].replace("\n", "")
2001
+
2002
+ # Now, take all the 'words' from the lines to be reshaped.
2003
+ words = "".join(lines_to_reformat).split()
2004
+
2005
+ # And reshape.
2006
+ width = (buffer.text_width or 80) - len(indent)
2007
+ reshaped_text = [indent]
2008
+ current_width = 0
2009
+ for w in words:
2010
+ if current_width:
2011
+ if len(w) + current_width + 1 > width:
2012
+ reshaped_text.append("\n")
2013
+ reshaped_text.append(indent)
2014
+ current_width = 0
2015
+ else:
2016
+ reshaped_text.append(" ")
2017
+ current_width += 1
2018
+
2019
+ reshaped_text.append(w)
2020
+ current_width += len(w)
2021
+
2022
+ if reshaped_text[-1] != "\n":
2023
+ reshaped_text.append("\n")
2024
+
2025
+ # Apply result.
2026
+ buffer.document = Document(
2027
+ text="".join(lines_before + reshaped_text + lines_after),
2028
+ cursor_position=len("".join(lines_before + reshaped_text)),
2029
+ )