hud-python 0.3.4__tar.gz → 0.4.0__tar.gz

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.

Potentially problematic release.


This version of hud-python might be problematic. Click here for more details.

Files changed (1053) hide show
  1. hud_python-0.4.0/.gitignore +46 -0
  2. hud_python-0.4.0/LICENSE +21 -0
  3. hud_python-0.4.0/PKG-INFO +474 -0
  4. hud_python-0.4.0/README.md +382 -0
  5. hud_python-0.4.0/environments/README.md +915 -0
  6. hud_python-0.4.0/environments/browser/README.md +395 -0
  7. hud_python-0.4.0/environments/browser/apps/2048/README.md +103 -0
  8. hud_python-0.4.0/environments/browser/apps/2048/backend/pyproject.toml +9 -0
  9. hud_python-0.4.0/environments/browser/apps/README.md +135 -0
  10. hud_python-0.4.0/environments/browser/apps/todo/README.md +85 -0
  11. hud_python-0.4.0/environments/browser/apps/todo/backend/pyproject.toml +15 -0
  12. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint/eslintrc/LICENSE +19 -0
  13. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint/eslintrc/README.md +115 -0
  14. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint/js/LICENSE +19 -0
  15. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint/js/README.md +57 -0
  16. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint-community/eslint-utils/LICENSE +21 -0
  17. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint-community/eslint-utils/README.md +37 -0
  18. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint-community/regexpp/LICENSE +21 -0
  19. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint-community/regexpp/README.md +177 -0
  20. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/config-array/LICENSE +201 -0
  21. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/config-array/README.md +342 -0
  22. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/module-importer/LICENSE +201 -0
  23. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/module-importer/README.md +80 -0
  24. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/object-schema/LICENSE +29 -0
  25. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/object-schema/README.md +234 -0
  26. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@isaacs/cliui/README.md +143 -0
  27. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  28. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  29. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  30. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  31. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/sourcemap-codec/LICENSE +19 -0
  32. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
  33. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  34. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/trace-mapping/README.md +348 -0
  35. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@next/env/README.md +3 -0
  36. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@next/eslint-plugin-next/README.md +4 -0
  37. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@next/swc-linux-x64-gnu/README.md +3 -0
  38. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@next/swc-linux-x64-musl/README.md +3 -0
  39. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.scandir/LICENSE +21 -0
  40. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.scandir/README.md +171 -0
  41. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.stat/LICENSE +21 -0
  42. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.stat/README.md +126 -0
  43. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.walk/LICENSE +21 -0
  44. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.walk/README.md +215 -0
  45. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nolyfill/is-core-module/LICENSE +21 -0
  46. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@pkgjs/parseargs/LICENSE +201 -0
  47. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@pkgjs/parseargs/README.md +413 -0
  48. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@rtsao/scc/LICENSE +21 -0
  49. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@rtsao/scc/README.md +49 -0
  50. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@rushstack/eslint-patch/LICENSE +24 -0
  51. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@rushstack/eslint-patch/README.md +252 -0
  52. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@swc/helpers/LICENSE +201 -0
  53. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/json5/README.md +18 -0
  54. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/node/LICENSE +21 -0
  55. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/node/README.md +15 -0
  56. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/prop-types/LICENSE +21 -0
  57. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/prop-types/README.md +15 -0
  58. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/react/LICENSE +21 -0
  59. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/react/README.md +15 -0
  60. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/react-dom/LICENSE +21 -0
  61. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/react-dom/README.md +16 -0
  62. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/parser/LICENSE +22 -0
  63. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/parser/README.md +12 -0
  64. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/scope-manager/LICENSE +21 -0
  65. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/scope-manager/README.md +10 -0
  66. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/types/LICENSE +21 -0
  67. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/types/README.md +12 -0
  68. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/LICENSE +26 -0
  69. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/README.md +14 -0
  70. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/LICENSE +21 -0
  71. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/README.md +135 -0
  72. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/LICENSE +15 -0
  73. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/README.md +454 -0
  74. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/visitor-keys/LICENSE +21 -0
  75. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/visitor-keys/README.md +10 -0
  76. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@ungap/structured-clone/LICENSE +15 -0
  77. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@ungap/structured-clone/README.md +95 -0
  78. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@unrs/resolver-binding-linux-x64-gnu/README.md +3 -0
  79. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@unrs/resolver-binding-linux-x64-musl/README.md +3 -0
  80. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/acorn/LICENSE +21 -0
  81. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/acorn/README.md +282 -0
  82. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/acorn-jsx/LICENSE +19 -0
  83. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/acorn-jsx/README.md +40 -0
  84. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ajv/LICENSE +22 -0
  85. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ajv/README.md +1497 -0
  86. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ajv/lib/dotjs/README.md +3 -0
  87. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/any-promise/LICENSE +19 -0
  88. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/any-promise/README.md +161 -0
  89. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/anymatch/LICENSE +15 -0
  90. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/anymatch/README.md +87 -0
  91. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/arg/README.md +317 -0
  92. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/argparse/LICENSE +254 -0
  93. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/argparse/README.md +84 -0
  94. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/aria-query/LICENSE +201 -0
  95. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/aria-query/README.md +195 -0
  96. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array-buffer-byte-length/LICENSE +21 -0
  97. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array-buffer-byte-length/README.md +40 -0
  98. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array-includes/LICENSE +21 -0
  99. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array-includes/README.md +105 -0
  100. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.findlast/LICENSE +21 -0
  101. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.findlast/README.md +74 -0
  102. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.findlastindex/LICENSE +21 -0
  103. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.findlastindex/README.md +74 -0
  104. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.flat/LICENSE +21 -0
  105. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.flat/README.md +75 -0
  106. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.flatmap/LICENSE +21 -0
  107. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.flatmap/README.md +82 -0
  108. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.tosorted/LICENSE +21 -0
  109. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.tosorted/README.md +71 -0
  110. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/arraybuffer.prototype.slice/LICENSE +21 -0
  111. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/arraybuffer.prototype.slice/README.md +61 -0
  112. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ast-types-flow/LICENSE +21 -0
  113. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ast-types-flow/README.md +99 -0
  114. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/async-function/LICENSE +21 -0
  115. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/async-function/README.md +51 -0
  116. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/autoprefixer/LICENSE +20 -0
  117. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/autoprefixer/README.md +66 -0
  118. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/available-typed-arrays/LICENSE +21 -0
  119. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/available-typed-arrays/README.md +55 -0
  120. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/axe-core/LICENSE +362 -0
  121. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/axe-core/README.md +190 -0
  122. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/axe-core/locales/README.md +9 -0
  123. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/axobject-query/LICENSE +201 -0
  124. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/axobject-query/README.md +404 -0
  125. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/balanced-match/README.md +97 -0
  126. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/brace-expansion/LICENSE +21 -0
  127. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/brace-expansion/README.md +129 -0
  128. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/braces/LICENSE +21 -0
  129. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/braces/README.md +586 -0
  130. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/browserslist/LICENSE +20 -0
  131. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/browserslist/README.md +67 -0
  132. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/busboy/LICENSE +19 -0
  133. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/busboy/README.md +191 -0
  134. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/call-bind/LICENSE +21 -0
  135. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/call-bind/README.md +64 -0
  136. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  137. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/call-bind-apply-helpers/README.md +62 -0
  138. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/call-bound/LICENSE +21 -0
  139. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/call-bound/README.md +53 -0
  140. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/camelcase-css/README.md +27 -0
  141. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/caniuse-lite/LICENSE +395 -0
  142. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/caniuse-lite/README.md +6 -0
  143. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/chokidar/LICENSE +21 -0
  144. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/chokidar/README.md +308 -0
  145. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/chokidar/node_modules/glob-parent/LICENSE +15 -0
  146. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/chokidar/node_modules/glob-parent/README.md +137 -0
  147. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/color-convert/LICENSE +21 -0
  148. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/color-convert/README.md +68 -0
  149. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/color-name/LICENSE +8 -0
  150. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/color-name/README.md +11 -0
  151. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/commander/LICENSE +22 -0
  152. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/concat-map/LICENSE +18 -0
  153. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/cross-spawn/LICENSE +21 -0
  154. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/cross-spawn/README.md +89 -0
  155. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/cssesc/README.md +201 -0
  156. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/csstype/LICENSE +19 -0
  157. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/csstype/README.md +277 -0
  158. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/damerau-levenshtein/LICENSE +25 -0
  159. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/damerau-levenshtein/README.md +47 -0
  160. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/data-view-buffer/LICENSE +21 -0
  161. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/data-view-buffer/README.md +43 -0
  162. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/data-view-byte-length/LICENSE +21 -0
  163. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/data-view-byte-length/README.md +43 -0
  164. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/data-view-byte-offset/LICENSE +21 -0
  165. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/data-view-byte-offset/README.md +43 -0
  166. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/debug/LICENSE +20 -0
  167. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/debug/README.md +481 -0
  168. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/deep-is/LICENSE +22 -0
  169. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/define-data-property/LICENSE +21 -0
  170. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/define-data-property/README.md +67 -0
  171. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/define-properties/LICENSE +21 -0
  172. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/define-properties/README.md +84 -0
  173. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/didyoumean/LICENSE +14 -0
  174. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/didyoumean/README.md +134 -0
  175. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/dlv/README.md +76 -0
  176. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/doctrine/LICENSE +177 -0
  177. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/doctrine/README.md +165 -0
  178. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/dunder-proto/LICENSE +21 -0
  179. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/dunder-proto/README.md +54 -0
  180. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eastasianwidth/README.md +32 -0
  181. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/electron-to-chromium/LICENSE +5 -0
  182. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/electron-to-chromium/README.md +186 -0
  183. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/emoji-regex/README.md +137 -0
  184. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-abstract/LICENSE +21 -0
  185. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-abstract/README.md +43 -0
  186. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-define-property/LICENSE +21 -0
  187. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-define-property/README.md +49 -0
  188. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-errors/LICENSE +21 -0
  189. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-errors/README.md +55 -0
  190. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-iterator-helpers/LICENSE +21 -0
  191. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-iterator-helpers/README.md +110 -0
  192. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-object-atoms/LICENSE +21 -0
  193. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-object-atoms/README.md +63 -0
  194. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-set-tostringtag/LICENSE +21 -0
  195. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-set-tostringtag/README.md +53 -0
  196. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-shim-unscopables/LICENSE +21 -0
  197. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-shim-unscopables/README.md +57 -0
  198. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-to-primitive/LICENSE +22 -0
  199. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-to-primitive/README.md +52 -0
  200. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint/LICENSE +19 -0
  201. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint/README.md +304 -0
  202. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-node/LICENSE +22 -0
  203. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-node/README.md +44 -0
  204. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-node/node_modules/debug/LICENSE +19 -0
  205. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-node/node_modules/debug/README.md +437 -0
  206. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-typescript/LICENSE +5 -0
  207. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-typescript/README.md +346 -0
  208. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-module-utils/LICENSE +22 -0
  209. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-module-utils/node_modules/debug/LICENSE +19 -0
  210. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-module-utils/node_modules/debug/README.md +437 -0
  211. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/LICENSE +22 -0
  212. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/README.md +612 -0
  213. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/memo-parser/LICENSE +22 -0
  214. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/memo-parser/README.md +21 -0
  215. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/debug/LICENSE +19 -0
  216. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/debug/README.md +437 -0
  217. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/doctrine/LICENSE +177 -0
  218. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/doctrine/README.md +165 -0
  219. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/semver/LICENSE +15 -0
  220. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/semver/README.md +443 -0
  221. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-jsx-a11y/README.md +423 -0
  222. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/LICENSE +22 -0
  223. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/README.md +423 -0
  224. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE +177 -0
  225. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/doctrine/README.md +165 -0
  226. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/resolve/LICENSE +21 -0
  227. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/semver/LICENSE +15 -0
  228. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/semver/README.md +443 -0
  229. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react-hooks/LICENSE +21 -0
  230. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react-hooks/README.md +75 -0
  231. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-scope/LICENSE +22 -0
  232. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-scope/README.md +70 -0
  233. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-visitor-keys/LICENSE +201 -0
  234. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-visitor-keys/README.md +105 -0
  235. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/espree/LICENSE +25 -0
  236. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/espree/README.md +244 -0
  237. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/esquery/README.md +27 -0
  238. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/esrecurse/README.md +171 -0
  239. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/estraverse/README.md +153 -0
  240. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/esutils/README.md +174 -0
  241. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-deep-equal/LICENSE +21 -0
  242. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-deep-equal/README.md +96 -0
  243. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-glob/LICENSE +21 -0
  244. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-glob/README.md +830 -0
  245. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-glob/node_modules/glob-parent/LICENSE +15 -0
  246. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-glob/node_modules/glob-parent/README.md +137 -0
  247. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-json-stable-stringify/LICENSE +21 -0
  248. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-json-stable-stringify/README.md +131 -0
  249. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-levenshtein/README.md +104 -0
  250. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fastq/LICENSE +13 -0
  251. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fastq/README.md +312 -0
  252. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/file-entry-cache/LICENSE +22 -0
  253. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/file-entry-cache/README.md +112 -0
  254. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fill-range/LICENSE +21 -0
  255. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fill-range/README.md +237 -0
  256. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/flat-cache/LICENSE +22 -0
  257. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/flat-cache/README.md +75 -0
  258. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/flatted/LICENSE +15 -0
  259. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/flatted/README.md +115 -0
  260. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/for-each/LICENSE +22 -0
  261. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/for-each/README.md +39 -0
  262. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/foreground-child/LICENSE +15 -0
  263. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/foreground-child/README.md +128 -0
  264. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fraction.js/LICENSE +21 -0
  265. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fraction.js/README.md +466 -0
  266. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fs.realpath/LICENSE +43 -0
  267. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fs.realpath/README.md +33 -0
  268. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/function-bind/LICENSE +20 -0
  269. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/function-bind/README.md +46 -0
  270. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/function.prototype.name/LICENSE +21 -0
  271. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/function.prototype.name/README.md +55 -0
  272. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/functions-have-names/LICENSE +21 -0
  273. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/functions-have-names/README.md +40 -0
  274. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-intrinsic/LICENSE +21 -0
  275. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-intrinsic/README.md +71 -0
  276. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-proto/LICENSE +21 -0
  277. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-proto/README.md +50 -0
  278. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-symbol-description/LICENSE +21 -0
  279. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-symbol-description/README.md +43 -0
  280. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-tsconfig/LICENSE +21 -0
  281. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-tsconfig/README.md +235 -0
  282. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob/LICENSE +15 -0
  283. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob/README.md +1214 -0
  284. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob/node_modules/brace-expansion/LICENSE +21 -0
  285. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob/node_modules/brace-expansion/README.md +135 -0
  286. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob/node_modules/minimatch/LICENSE +15 -0
  287. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob/node_modules/minimatch/README.md +454 -0
  288. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob-parent/LICENSE +15 -0
  289. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob-parent/README.md +134 -0
  290. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/globalthis/LICENSE +21 -0
  291. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/globalthis/README.md +70 -0
  292. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/gopd/LICENSE +21 -0
  293. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/gopd/README.md +40 -0
  294. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/graceful-fs/LICENSE +15 -0
  295. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/graceful-fs/README.md +143 -0
  296. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/graphemer/LICENSE +18 -0
  297. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/graphemer/README.md +132 -0
  298. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-bigints/LICENSE +21 -0
  299. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-bigints/README.md +39 -0
  300. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-property-descriptors/LICENSE +21 -0
  301. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-property-descriptors/README.md +43 -0
  302. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-proto/LICENSE +21 -0
  303. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-proto/README.md +57 -0
  304. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-symbols/LICENSE +21 -0
  305. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-symbols/README.md +46 -0
  306. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-tostringtag/LICENSE +21 -0
  307. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-tostringtag/README.md +46 -0
  308. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/hasown/LICENSE +21 -0
  309. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/hasown/README.md +40 -0
  310. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ignore/README.md +412 -0
  311. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/imurmurhash/README.md +122 -0
  312. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/inflight/LICENSE +15 -0
  313. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/inflight/README.md +37 -0
  314. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/inherits/LICENSE +16 -0
  315. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/inherits/README.md +42 -0
  316. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/internal-slot/LICENSE +21 -0
  317. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/internal-slot/README.md +58 -0
  318. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-array-buffer/LICENSE +21 -0
  319. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-array-buffer/README.md +56 -0
  320. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-async-function/LICENSE +20 -0
  321. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-async-function/README.md +41 -0
  322. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-bigint/LICENSE +21 -0
  323. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-bigint/README.md +44 -0
  324. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-boolean-object/LICENSE +22 -0
  325. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-boolean-object/README.md +57 -0
  326. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-bun-module/LICENSE +20 -0
  327. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-bun-module/README.md +79 -0
  328. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-callable/LICENSE +22 -0
  329. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-callable/README.md +83 -0
  330. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-core-module/LICENSE +20 -0
  331. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-core-module/README.md +40 -0
  332. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-data-view/LICENSE +21 -0
  333. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-data-view/README.md +69 -0
  334. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-date-object/LICENSE +22 -0
  335. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-date-object/README.md +52 -0
  336. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-extglob/LICENSE +21 -0
  337. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-extglob/README.md +107 -0
  338. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-finalizationregistry/LICENSE +21 -0
  339. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-finalizationregistry/README.md +54 -0
  340. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-generator-function/LICENSE +20 -0
  341. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-generator-function/README.md +40 -0
  342. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-glob/LICENSE +21 -0
  343. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-glob/README.md +206 -0
  344. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-map/LICENSE +21 -0
  345. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-map/README.md +52 -0
  346. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-negative-zero/LICENSE +20 -0
  347. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-negative-zero/README.md +54 -0
  348. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-number/LICENSE +21 -0
  349. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-number/README.md +187 -0
  350. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-number-object/LICENSE +22 -0
  351. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-number-object/README.md +55 -0
  352. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-regex/LICENSE +20 -0
  353. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-regex/README.md +52 -0
  354. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-set/LICENSE +21 -0
  355. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-set/README.md +50 -0
  356. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-shared-array-buffer/LICENSE +21 -0
  357. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-shared-array-buffer/README.md +56 -0
  358. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-string/LICENSE +22 -0
  359. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-string/README.md +56 -0
  360. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-symbol/LICENSE +22 -0
  361. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-symbol/README.md +45 -0
  362. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-typed-array/LICENSE +22 -0
  363. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-typed-array/README.md +70 -0
  364. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-weakmap/LICENSE +21 -0
  365. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-weakmap/README.md +50 -0
  366. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-weakref/LICENSE +21 -0
  367. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-weakref/README.md +52 -0
  368. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-weakset/LICENSE +21 -0
  369. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-weakset/README.md +50 -0
  370. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/isarray/LICENSE +21 -0
  371. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/isarray/README.md +38 -0
  372. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/isexe/LICENSE +15 -0
  373. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/isexe/README.md +51 -0
  374. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/iterator.prototype/LICENSE +21 -0
  375. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/iterator.prototype/README.md +35 -0
  376. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/jackspeak/README.md +348 -0
  377. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/jiti/LICENSE +21 -0
  378. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/jiti/README.md +164 -0
  379. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/js-tokens/LICENSE +21 -0
  380. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/js-tokens/README.md +240 -0
  381. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/js-yaml/LICENSE +21 -0
  382. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/js-yaml/README.md +246 -0
  383. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/json-buffer/LICENSE +22 -0
  384. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/json-buffer/README.md +24 -0
  385. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/json-schema-traverse/LICENSE +21 -0
  386. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/json-schema-traverse/README.md +83 -0
  387. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/json-stable-stringify-without-jsonify/LICENSE +18 -0
  388. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/json5/README.md +234 -0
  389. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/jsx-ast-utils/README.md +298 -0
  390. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/keyv/README.md +429 -0
  391. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/language-subtag-registry/README.md +25 -0
  392. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/language-tags/README.md +269 -0
  393. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/levn/LICENSE +22 -0
  394. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/levn/README.md +196 -0
  395. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lilconfig/LICENSE +21 -0
  396. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lines-and-columns/LICENSE +21 -0
  397. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lines-and-columns/README.md +33 -0
  398. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lodash.merge/LICENSE +47 -0
  399. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lodash.merge/README.md +18 -0
  400. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/loose-envify/LICENSE +21 -0
  401. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/loose-envify/README.md +45 -0
  402. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lru-cache/LICENSE +15 -0
  403. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lru-cache/README.md +331 -0
  404. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/math-intrinsics/LICENSE +21 -0
  405. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/math-intrinsics/README.md +50 -0
  406. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/merge2/LICENSE +21 -0
  407. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/merge2/README.md +144 -0
  408. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/micromatch/LICENSE +21 -0
  409. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/micromatch/README.md +1024 -0
  410. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/minimatch/LICENSE +15 -0
  411. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/minimatch/README.md +230 -0
  412. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/minimist/LICENSE +18 -0
  413. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/minimist/README.md +121 -0
  414. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/minipass/LICENSE +15 -0
  415. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/minipass/README.md +825 -0
  416. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/mz/LICENSE +22 -0
  417. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/mz/README.md +106 -0
  418. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/nanoid/LICENSE +20 -0
  419. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/nanoid/README.md +39 -0
  420. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/napi-postinstall/LICENSE +21 -0
  421. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/napi-postinstall/README.md +147 -0
  422. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/natural-compare/README.md +125 -0
  423. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/next/README.md +67 -0
  424. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/next/node_modules/postcss/LICENSE +20 -0
  425. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/next/node_modules/postcss/README.md +28 -0
  426. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/node-releases/LICENSE +21 -0
  427. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/node-releases/README.md +12 -0
  428. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/normalize-path/LICENSE +21 -0
  429. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/normalize-path/README.md +127 -0
  430. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object-hash/LICENSE +22 -0
  431. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object-inspect/LICENSE +21 -0
  432. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object-keys/LICENSE +21 -0
  433. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object-keys/README.md +76 -0
  434. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.assign/LICENSE +21 -0
  435. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.assign/README.md +136 -0
  436. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.entries/LICENSE +22 -0
  437. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.entries/README.md +58 -0
  438. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.fromentries/LICENSE +21 -0
  439. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.fromentries/README.md +50 -0
  440. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.groupby/LICENSE +21 -0
  441. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.groupby/README.md +79 -0
  442. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.values/LICENSE +22 -0
  443. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.values/README.md +58 -0
  444. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/once/LICENSE +15 -0
  445. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/once/README.md +79 -0
  446. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/optionator/LICENSE +22 -0
  447. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/optionator/README.md +238 -0
  448. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/own-keys/LICENSE +21 -0
  449. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/own-keys/README.md +45 -0
  450. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/path-parse/LICENSE +21 -0
  451. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/path-parse/README.md +42 -0
  452. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/path-scurry/README.md +636 -0
  453. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/picocolors/LICENSE +15 -0
  454. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/picocolors/README.md +21 -0
  455. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/picomatch/LICENSE +21 -0
  456. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/picomatch/README.md +708 -0
  457. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/pirates/LICENSE +21 -0
  458. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/pirates/README.md +73 -0
  459. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/possible-typed-array-names/LICENSE +21 -0
  460. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/possible-typed-array-names/README.md +50 -0
  461. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss/LICENSE +20 -0
  462. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss/README.md +29 -0
  463. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-import/LICENSE +20 -0
  464. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-import/README.md +244 -0
  465. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-js/LICENSE +20 -0
  466. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-js/README.md +22 -0
  467. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-nested/LICENSE +20 -0
  468. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-nested/README.md +85 -0
  469. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-selector-parser/README.md +49 -0
  470. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-value-parser/LICENSE +22 -0
  471. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-value-parser/README.md +263 -0
  472. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/prelude-ls/LICENSE +22 -0
  473. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/prelude-ls/README.md +15 -0
  474. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/prop-types/LICENSE +21 -0
  475. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/prop-types/README.md +302 -0
  476. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/punycode/README.md +148 -0
  477. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/queue-microtask/LICENSE +20 -0
  478. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/queue-microtask/README.md +90 -0
  479. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/react/LICENSE +21 -0
  480. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/react/README.md +37 -0
  481. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/react-dom/LICENSE +21 -0
  482. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/react-dom/README.md +60 -0
  483. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/react-is/LICENSE +21 -0
  484. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/react-is/README.md +104 -0
  485. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/read-cache/LICENSE +20 -0
  486. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/read-cache/README.md +46 -0
  487. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/readdirp/LICENSE +21 -0
  488. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/readdirp/README.md +122 -0
  489. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/reflect.getprototypeof/LICENSE +21 -0
  490. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/reflect.getprototypeof/README.md +77 -0
  491. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/regexp.prototype.flags/LICENSE +22 -0
  492. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/regexp.prototype.flags/README.md +55 -0
  493. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/resolve/LICENSE +21 -0
  494. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/resolve-pkg-maps/LICENSE +21 -0
  495. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/resolve-pkg-maps/README.md +216 -0
  496. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/reusify/LICENSE +22 -0
  497. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/reusify/README.md +139 -0
  498. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/rimraf/LICENSE +15 -0
  499. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/rimraf/README.md +101 -0
  500. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/rimraf/node_modules/glob/LICENSE +21 -0
  501. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/rimraf/node_modules/glob/README.md +378 -0
  502. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/run-parallel/LICENSE +20 -0
  503. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/run-parallel/README.md +85 -0
  504. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/safe-array-concat/LICENSE +21 -0
  505. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/safe-array-concat/README.md +53 -0
  506. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/safe-push-apply/LICENSE +21 -0
  507. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/safe-push-apply/README.md +59 -0
  508. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/safe-regex-test/LICENSE +21 -0
  509. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/safe-regex-test/README.md +46 -0
  510. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/scheduler/LICENSE +21 -0
  511. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/scheduler/README.md +9 -0
  512. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/semver/LICENSE +15 -0
  513. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/semver/README.md +664 -0
  514. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/set-function-length/LICENSE +21 -0
  515. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/set-function-length/README.md +56 -0
  516. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/set-function-name/LICENSE +21 -0
  517. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/set-function-name/README.md +61 -0
  518. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/set-proto/LICENSE +21 -0
  519. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/set-proto/README.md +52 -0
  520. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel/LICENSE +21 -0
  521. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel/README.md +61 -0
  522. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel-list/LICENSE +21 -0
  523. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel-list/README.md +62 -0
  524. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel-map/LICENSE +21 -0
  525. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel-map/README.md +62 -0
  526. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel-weakmap/LICENSE +21 -0
  527. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel-weakmap/README.md +62 -0
  528. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/signal-exit/README.md +74 -0
  529. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/source-map-js/LICENSE +28 -0
  530. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/source-map-js/README.md +765 -0
  531. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/stable-hash/README.md +144 -0
  532. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/stop-iteration-iterator/LICENSE +21 -0
  533. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/stop-iteration-iterator/README.md +42 -0
  534. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/streamsearch/LICENSE +19 -0
  535. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/streamsearch/README.md +95 -0
  536. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string-width-cjs/node_modules/emoji-regex/README.md +73 -0
  537. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.includes/LICENSE +20 -0
  538. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.includes/README.md +48 -0
  539. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.matchall/LICENSE +22 -0
  540. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.matchall/README.md +73 -0
  541. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.repeat/README.md +43 -0
  542. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.trim/LICENSE +21 -0
  543. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.trim/README.md +48 -0
  544. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.trimend/LICENSE +21 -0
  545. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.trimend/README.md +46 -0
  546. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.trimstart/LICENSE +21 -0
  547. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.trimstart/README.md +46 -0
  548. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/sucrase/LICENSE +21 -0
  549. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/sucrase/README.md +295 -0
  550. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
  551. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
  552. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/swr/LICENSE +21 -0
  553. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/swr/README.md +102 -0
  554. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/LICENSE +21 -0
  555. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/README.md +40 -0
  556. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/lib/css/LICENSE +25 -0
  557. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/lib/postcss-plugins/nesting/README.md +42 -0
  558. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/lib/value-parser/LICENSE +22 -0
  559. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/lib/value-parser/README.md +3 -0
  560. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/node_modules/postcss-load-config/LICENSE +20 -0
  561. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/node_modules/postcss-load-config/README.md +466 -0
  562. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/src/css/LICENSE +25 -0
  563. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/src/postcss-plugins/nesting/README.md +42 -0
  564. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/src/value-parser/LICENSE +22 -0
  565. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/src/value-parser/README.md +3 -0
  566. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/text-table/LICENSE +18 -0
  567. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/thenify/LICENSE +22 -0
  568. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/thenify/README.md +120 -0
  569. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/thenify-all/LICENSE +22 -0
  570. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/thenify-all/README.md +66 -0
  571. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tinyglobby/LICENSE +21 -0
  572. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tinyglobby/README.md +72 -0
  573. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tinyglobby/node_modules/fdir/LICENSE +7 -0
  574. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tinyglobby/node_modules/fdir/README.md +91 -0
  575. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tinyglobby/node_modules/picomatch/LICENSE +21 -0
  576. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tinyglobby/node_modules/picomatch/README.md +738 -0
  577. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/to-regex-range/LICENSE +21 -0
  578. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/to-regex-range/README.md +305 -0
  579. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ts-api-utils/README.md +83 -0
  580. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ts-interface-checker/LICENSE +201 -0
  581. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ts-interface-checker/README.md +185 -0
  582. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tsconfig-paths/LICENSE +21 -0
  583. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tsconfig-paths/README.md +268 -0
  584. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tslib/README.md +164 -0
  585. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/type-check/LICENSE +22 -0
  586. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/type-check/README.md +210 -0
  587. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-buffer/LICENSE +21 -0
  588. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-buffer/README.md +42 -0
  589. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-byte-length/LICENSE +21 -0
  590. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-byte-length/README.md +70 -0
  591. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-byte-offset/LICENSE +21 -0
  592. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-byte-offset/README.md +70 -0
  593. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-length/LICENSE +21 -0
  594. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-length/README.md +64 -0
  595. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typescript/README.md +50 -0
  596. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/unbox-primitive/LICENSE +21 -0
  597. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/unbox-primitive/README.md +47 -0
  598. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/undici-types/LICENSE +21 -0
  599. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/undici-types/README.md +6 -0
  600. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/unrs-resolver/README.md +356 -0
  601. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/update-browserslist-db/LICENSE +20 -0
  602. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/update-browserslist-db/README.md +22 -0
  603. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/uri-js/LICENSE +11 -0
  604. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/uri-js/README.md +203 -0
  605. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/use-sync-external-store/LICENSE +21 -0
  606. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/use-sync-external-store/README.md +5 -0
  607. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/util-deprecate/LICENSE +24 -0
  608. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/util-deprecate/README.md +53 -0
  609. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which/LICENSE +15 -0
  610. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which/README.md +54 -0
  611. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-boxed-primitive/LICENSE +21 -0
  612. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-boxed-primitive/README.md +73 -0
  613. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-builtin-type/LICENSE +21 -0
  614. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-builtin-type/README.md +67 -0
  615. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-collection/LICENSE +21 -0
  616. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-collection/README.md +65 -0
  617. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-typed-array/LICENSE +22 -0
  618. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-typed-array/README.md +70 -0
  619. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/word-wrap/LICENSE +21 -0
  620. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/word-wrap/README.md +201 -0
  621. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/README.md +73 -0
  622. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/wrappy/LICENSE +15 -0
  623. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/wrappy/README.md +36 -0
  624. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/yaml/LICENSE +13 -0
  625. hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/yaml/README.md +190 -0
  626. hud_python-0.4.0/environments/browser/pyproject.toml +27 -0
  627. hud_python-0.4.0/environments/browser/src/hud_controller/README.md +117 -0
  628. hud_python-0.4.0/environments/remote_browser/README.md +222 -0
  629. hud_python-0.4.0/environments/remote_browser/pyproject.toml +27 -0
  630. hud_python-0.4.0/environments/remote_browser/src/hud_controller/providers/README.md +110 -0
  631. hud_python-0.4.0/environments/text_2048/README.md +102 -0
  632. hud_python-0.4.0/environments/text_2048/pyproject.toml +22 -0
  633. hud_python-0.4.0/examples/README.md +84 -0
  634. hud_python-0.4.0/hud/__init__.py +22 -0
  635. hud_python-0.4.0/hud/agents/__init__.py +17 -0
  636. hud_python-0.4.0/hud/agents/art.py +101 -0
  637. hud_python-0.4.0/hud/agents/base.py +599 -0
  638. hud_python-0.4.0/hud/agents/claude.py +373 -0
  639. hud_python-0.4.0/hud/agents/langchain.py +250 -0
  640. hud_python-0.4.0/hud/agents/misc/__init__.py +7 -0
  641. hud_python-0.4.0/hud/agents/misc/response_agent.py +80 -0
  642. hud_python-0.4.0/hud/agents/openai.py +352 -0
  643. hud_python-0.4.0/hud/agents/openai_chat_generic.py +154 -0
  644. hud_python-0.4.0/hud/agents/tests/__init__.py +1 -0
  645. hud_python-0.4.0/hud/agents/tests/test_base.py +742 -0
  646. hud_python-0.4.0/hud/agents/tests/test_claude.py +324 -0
  647. hud_python-0.4.0/hud/agents/tests/test_client.py +363 -0
  648. hud_python-0.4.0/hud/agents/tests/test_openai.py +237 -0
  649. hud_python-0.4.0/hud/cli/__init__.py +617 -0
  650. hud_python-0.4.0/hud/cli/__main__.py +8 -0
  651. hud_python-0.4.0/hud/cli/analyze.py +371 -0
  652. hud_python-0.4.0/hud/cli/analyze_metadata.py +230 -0
  653. hud_python-0.4.0/hud/cli/build.py +427 -0
  654. hud_python-0.4.0/hud/cli/clone.py +185 -0
  655. hud_python-0.4.0/hud/cli/cursor.py +92 -0
  656. hud_python-0.4.0/hud/cli/debug.py +392 -0
  657. hud_python-0.4.0/hud/cli/docker_utils.py +83 -0
  658. hud_python-0.4.0/hud/cli/init.py +281 -0
  659. hud_python-0.4.0/hud/cli/interactive.py +353 -0
  660. hud_python-0.4.0/hud/cli/mcp_server.py +756 -0
  661. hud_python-0.4.0/hud/cli/pull.py +336 -0
  662. hud_python-0.4.0/hud/cli/push.py +379 -0
  663. hud_python-0.4.0/hud/cli/remote_runner.py +311 -0
  664. hud_python-0.4.0/hud/cli/runner.py +160 -0
  665. hud_python-0.4.0/hud/cli/tests/__init__.py +3 -0
  666. hud_python-0.4.0/hud/cli/tests/test_analyze.py +284 -0
  667. hud_python-0.4.0/hud/cli/tests/test_cli_init.py +265 -0
  668. hud_python-0.4.0/hud/cli/tests/test_cli_main.py +27 -0
  669. hud_python-0.4.0/hud/cli/tests/test_clone.py +142 -0
  670. hud_python-0.4.0/hud/cli/tests/test_cursor.py +253 -0
  671. hud_python-0.4.0/hud/cli/tests/test_debug.py +453 -0
  672. hud_python-0.4.0/hud/cli/tests/test_mcp_server.py +139 -0
  673. hud_python-0.4.0/hud/cli/tests/test_utils.py +388 -0
  674. hud_python-0.4.0/hud/cli/utils.py +263 -0
  675. hud_python-0.4.0/hud/clients/README.md +143 -0
  676. hud_python-0.4.0/hud/clients/__init__.py +16 -0
  677. hud_python-0.4.0/hud/clients/base.py +354 -0
  678. hud_python-0.4.0/hud/clients/fastmcp.py +202 -0
  679. hud_python-0.4.0/hud/clients/mcp_use.py +278 -0
  680. hud_python-0.4.0/hud/clients/tests/__init__.py +1 -0
  681. hud_python-0.4.0/hud/clients/tests/test_client_integration.py +111 -0
  682. hud_python-0.4.0/hud/clients/tests/test_fastmcp.py +342 -0
  683. hud_python-0.4.0/hud/clients/tests/test_protocol.py +188 -0
  684. hud_python-0.4.0/hud/clients/utils/__init__.py +1 -0
  685. hud_python-0.4.0/hud/clients/utils/retry_transport.py +160 -0
  686. hud_python-0.4.0/hud/datasets.py +322 -0
  687. hud_python-0.4.0/hud/misc/__init__.py +1 -0
  688. hud_python-0.4.0/hud/misc/claude_plays_pokemon.py +292 -0
  689. hud_python-0.4.0/hud/otel/__init__.py +35 -0
  690. hud_python-0.4.0/hud/otel/collector.py +142 -0
  691. hud_python-0.4.0/hud/otel/config.py +164 -0
  692. hud_python-0.4.0/hud/otel/context.py +536 -0
  693. hud_python-0.4.0/hud/otel/exporters.py +366 -0
  694. hud_python-0.4.0/hud/otel/instrumentation.py +97 -0
  695. hud_python-0.4.0/hud/otel/processors.py +118 -0
  696. hud_python-0.4.0/hud/otel/tests/__init__.py +1 -0
  697. hud_python-0.4.0/hud/otel/tests/test_processors.py +197 -0
  698. hud_python-0.4.0/hud/server/__init__.py +5 -0
  699. hud_python-0.4.0/hud/server/context.py +114 -0
  700. hud_python-0.4.0/hud/server/helper/__init__.py +5 -0
  701. hud_python-0.4.0/hud/server/low_level.py +132 -0
  702. hud_python-0.4.0/hud/server/server.py +166 -0
  703. hud_python-0.4.0/hud/server/tests/__init__.py +3 -0
  704. hud_python-0.4.0/hud/settings.py +73 -0
  705. hud_python-0.4.0/hud/shared/__init__.py +5 -0
  706. hud_python-0.4.0/hud/shared/exceptions.py +180 -0
  707. hud_python-0.4.0/hud/shared/requests.py +264 -0
  708. hud_python-0.4.0/hud/shared/tests/test_exceptions.py +157 -0
  709. hud_python-0.4.0/hud/shared/tests/test_requests.py +275 -0
  710. hud_python-0.4.0/hud/telemetry/__init__.py +25 -0
  711. hud_python-0.4.0/hud/telemetry/instrument.py +379 -0
  712. hud_python-0.4.0/hud/telemetry/job.py +309 -0
  713. hud_python-0.4.0/hud/telemetry/replay.py +74 -0
  714. hud_python-0.4.0/hud/telemetry/trace.py +83 -0
  715. hud_python-0.4.0/hud/tools/__init__.py +33 -0
  716. hud_python-0.4.0/hud/tools/base.py +365 -0
  717. hud_python-0.4.0/hud/tools/bash.py +161 -0
  718. hud_python-0.4.0/hud/tools/computer/__init__.py +15 -0
  719. hud_python-0.4.0/hud/tools/computer/anthropic.py +437 -0
  720. hud_python-0.4.0/hud/tools/computer/hud.py +376 -0
  721. hud_python-0.4.0/hud/tools/computer/openai.py +295 -0
  722. hud_python-0.4.0/hud/tools/computer/settings.py +82 -0
  723. hud_python-0.4.0/hud/tools/edit.py +314 -0
  724. hud_python-0.4.0/hud/tools/executors/__init__.py +30 -0
  725. hud_python-0.4.0/hud/tools/executors/base.py +539 -0
  726. hud_python-0.4.0/hud/tools/executors/pyautogui.py +621 -0
  727. hud_python-0.4.0/hud/tools/executors/tests/__init__.py +1 -0
  728. hud_python-0.4.0/hud/tools/executors/tests/test_base_executor.py +338 -0
  729. hud_python-0.4.0/hud/tools/executors/tests/test_pyautogui_executor.py +165 -0
  730. hud_python-0.4.0/hud/tools/executors/xdo.py +511 -0
  731. hud_python-0.4.0/hud/tools/playwright.py +412 -0
  732. hud_python-0.4.0/hud/tools/tests/__init__.py +3 -0
  733. hud_python-0.4.0/hud/tools/tests/test_base.py +282 -0
  734. hud_python-0.4.0/hud/tools/tests/test_bash.py +158 -0
  735. hud_python-0.4.0/hud/tools/tests/test_bash_extended.py +197 -0
  736. hud_python-0.4.0/hud/tools/tests/test_computer.py +425 -0
  737. hud_python-0.4.0/hud/tools/tests/test_computer_actions.py +34 -0
  738. hud_python-0.4.0/hud/tools/tests/test_edit.py +259 -0
  739. hud_python-0.4.0/hud/tools/tests/test_init.py +27 -0
  740. hud_python-0.4.0/hud/tools/tests/test_playwright_tool.py +183 -0
  741. hud_python-0.4.0/hud/tools/tests/test_tools.py +145 -0
  742. hud_python-0.4.0/hud/tools/tests/test_utils.py +156 -0
  743. hud_python-0.4.0/hud/tools/types.py +72 -0
  744. hud_python-0.4.0/hud/tools/utils.py +50 -0
  745. hud_python-0.4.0/hud/types.py +136 -0
  746. hud_python-0.4.0/hud/utils/__init__.py +10 -0
  747. hud_python-0.4.0/hud/utils/async_utils.py +65 -0
  748. hud_python-0.4.0/hud/utils/design.py +168 -0
  749. hud_python-0.4.0/hud/utils/mcp.py +55 -0
  750. hud_python-0.4.0/hud/utils/progress.py +149 -0
  751. hud_python-0.4.0/hud/utils/telemetry.py +66 -0
  752. hud_python-0.4.0/hud/utils/tests/test_async_utils.py +173 -0
  753. hud_python-0.4.0/hud/utils/tests/test_init.py +17 -0
  754. hud_python-0.4.0/hud/utils/tests/test_progress.py +261 -0
  755. hud_python-0.4.0/hud/utils/tests/test_telemetry.py +82 -0
  756. hud_python-0.4.0/hud/utils/tests/test_version.py +8 -0
  757. hud_python-0.4.0/hud/version.py +7 -0
  758. hud_python-0.4.0/pyproject.toml +240 -0
  759. hud_python-0.4.0/rl/README.md +419 -0
  760. hud_python-0.4.0/rl/pyproject.toml +16 -0
  761. hud_python-0.4.0/test_env/Lib/site-packages/PyYAML-6.0.2.dist-info/LICENSE +20 -0
  762. hud_python-0.4.0/test_env/Lib/site-packages/aiohappyeyeballs-2.6.1.dist-info/LICENSE +279 -0
  763. hud_python-0.4.0/test_env/Lib/site-packages/annotated_types-0.7.0.dist-info/licenses/LICENSE +21 -0
  764. hud_python-0.4.0/test_env/Lib/site-packages/attrs-25.3.0.dist-info/licenses/LICENSE +21 -0
  765. hud_python-0.4.0/test_env/Lib/site-packages/backoff-2.2.1.dist-info/LICENSE +21 -0
  766. hud_python-0.4.0/test_env/Lib/site-packages/certifi-2025.8.3.dist-info/licenses/LICENSE +20 -0
  767. hud_python-0.4.0/test_env/Lib/site-packages/charset_normalizer-3.4.2.dist-info/licenses/LICENSE +21 -0
  768. hud_python-0.4.0/test_env/Lib/site-packages/distro-1.9.0.dist-info/LICENSE +202 -0
  769. hud_python-0.4.0/test_env/Lib/site-packages/frozenlist-1.7.0.dist-info/licenses/LICENSE +201 -0
  770. hud_python-0.4.0/test_env/Lib/site-packages/greenlet-3.2.3.dist-info/licenses/LICENSE +30 -0
  771. hud_python-0.4.0/test_env/Lib/site-packages/httpx_sse-0.4.1.dist-info/licenses/LICENSE +21 -0
  772. hud_python-0.4.0/test_env/Lib/site-packages/multidict-6.6.3.dist-info/licenses/LICENSE +13 -0
  773. hud_python-0.4.0/test_env/Lib/site-packages/packaging-25.0.dist-info/licenses/LICENSE +3 -0
  774. hud_python-0.4.0/test_env/Lib/site-packages/pathspec-0.12.1.dist-info/LICENSE +373 -0
  775. hud_python-0.4.0/test_env/Lib/site-packages/propcache-0.3.2.dist-info/licenses/LICENSE +202 -0
  776. hud_python-0.4.0/test_env/Lib/site-packages/python_dotenv-1.1.1.dist-info/licenses/LICENSE +27 -0
  777. hud_python-0.4.0/test_env/Lib/site-packages/rpds_py-0.26.0.dist-info/licenses/LICENSE +19 -0
  778. hud_python-0.4.0/test_env/Lib/site-packages/six-1.17.0.dist-info/LICENSE +18 -0
  779. hud_python-0.4.0/test_env/Lib/site-packages/sniffio-1.3.1.dist-info/LICENSE +3 -0
  780. hud_python-0.4.0/test_env/Lib/site-packages/sqlalchemy-2.0.42.dist-info/licenses/LICENSE +19 -0
  781. hud_python-0.4.0/test_env/Lib/site-packages/tenacity-9.1.2.dist-info/licenses/LICENSE +202 -0
  782. hud_python-0.4.0/test_env/Lib/site-packages/typing_extensions-4.14.1.dist-info/licenses/LICENSE +279 -0
  783. hud_python-0.4.0/test_env/Lib/site-packages/typing_inspection-0.4.1.dist-info/licenses/LICENSE +21 -0
  784. hud_python-0.4.0/test_env/Lib/site-packages/websockets-15.0.1.dist-info/LICENSE +24 -0
  785. hud_python-0.4.0/test_env/Lib/site-packages/wrapt-1.17.2.dist-info/LICENSE +24 -0
  786. hud_python-0.4.0/test_env/Lib/site-packages/yarl-1.20.1.dist-info/licenses/LICENSE +202 -0
  787. hud_python-0.4.0/test_env/Lib/site-packages/zstandard-0.23.0.dist-info/LICENSE +27 -0
  788. hud_python-0.3.4/.env.example +0 -2
  789. hud_python-0.3.4/.github/workflows/ci.yml +0 -62
  790. hud_python-0.3.4/.github/workflows/release.yml +0 -22
  791. hud_python-0.3.4/.gitignore +0 -35
  792. hud_python-0.3.4/LICENSE +0 -21
  793. hud_python-0.3.4/MANIFEST.in +0 -13
  794. hud_python-0.3.4/PKG-INFO +0 -284
  795. hud_python-0.3.4/README.md +0 -203
  796. hud_python-0.3.4/docs/advanced/cla-details.mdx +0 -97
  797. hud_python-0.3.4/docs/advanced/environment-control.mdx +0 -100
  798. hud_python-0.3.4/docs/advanced/tracing.mdx +0 -129
  799. hud_python-0.3.4/docs/advanced/uploading.mdx +0 -160
  800. hud_python-0.3.4/docs/api-reference/adapters.mdx +0 -109
  801. hud_python-0.3.4/docs/api-reference/env.mdx +0 -97
  802. hud_python-0.3.4/docs/api-reference/gym.mdx +0 -36
  803. hud_python-0.3.4/docs/api-reference/job.mdx +0 -107
  804. hud_python-0.3.4/docs/api-reference/task.mdx +0 -43
  805. hud_python-0.3.4/docs/api-reference/taskset.mdx +0 -87
  806. hud_python-0.3.4/docs/api-reference/telemetry.mdx +0 -125
  807. hud_python-0.3.4/docs/api-reference/trajectory.mdx +0 -58
  808. hud_python-0.3.4/docs/concepts/adapter.mdx +0 -62
  809. hud_python-0.3.4/docs/concepts/agent.mdx +0 -62
  810. hud_python-0.3.4/docs/concepts/environment.mdx +0 -112
  811. hud_python-0.3.4/docs/concepts/job.mdx +0 -100
  812. hud_python-0.3.4/docs/concepts/task.mdx +0 -133
  813. hud_python-0.3.4/docs/concepts/trajectory.mdx +0 -73
  814. hud_python-0.3.4/docs/docs.json +0 -82
  815. hud_python-0.3.4/docs/environment-creation.mdx +0 -378
  816. hud_python-0.3.4/docs/environments/browser.mdx +0 -153
  817. hud_python-0.3.4/docs/environments/custom-environments.mdx +0 -104
  818. hud_python-0.3.4/docs/environments/custom.mdx +0 -81
  819. hud_python-0.3.4/docs/environments/osworld-ubuntu.mdx +0 -56
  820. hud_python-0.3.4/docs/environments/qa.mdx +0 -72
  821. hud_python-0.3.4/docs/examples/alignment-evaluation.mdx +0 -190
  822. hud_python-0.3.4/docs/examples/benchmarking-agents.mdx +0 -232
  823. hud_python-0.3.4/docs/examples/custom-os-env.mdx +0 -333
  824. hud_python-0.3.4/docs/examples/mcp-agent-tracing.mdx +0 -210
  825. hud_python-0.3.4/docs/examples/web-app-testing.mdx +0 -258
  826. hud_python-0.3.4/docs/examples/web-mocks.mdx +0 -240
  827. hud_python-0.3.4/docs/favicon.png +0 -0
  828. hud_python-0.3.4/docs/logo/hud_logo.svg +0 -25
  829. hud_python-0.3.4/docs/logo/hud_logo_dark.svg +0 -46
  830. hud_python-0.3.4/docs/quickstart.mdx +0 -294
  831. hud_python-0.3.4/docs/running-your-agent.mdx +0 -238
  832. hud_python-0.3.4/docs/task-creation.mdx +0 -205
  833. hud_python-0.3.4/environments/README.md +0 -502
  834. hud_python-0.3.4/environments/browser/.dockerignore +0 -52
  835. hud_python-0.3.4/environments/browser/.gitignore +0 -102
  836. hud_python-0.3.4/environments/browser/Dockerfile +0 -39
  837. hud_python-0.3.4/environments/browser/README.md +0 -379
  838. hud_python-0.3.4/environments/browser/apps/README.md +0 -135
  839. hud_python-0.3.4/environments/browser/apps/todo/README.md +0 -85
  840. hud_python-0.3.4/environments/browser/apps/todo/backend/main.py +0 -329
  841. hud_python-0.3.4/environments/browser/apps/todo/backend/pyproject.toml +0 -15
  842. hud_python-0.3.4/environments/browser/apps/todo/frontend/app/globals.css +0 -3
  843. hud_python-0.3.4/environments/browser/apps/todo/frontend/app/layout.tsx +0 -22
  844. hud_python-0.3.4/environments/browser/apps/todo/frontend/app/page.tsx +0 -169
  845. hud_python-0.3.4/environments/browser/apps/todo/frontend/next.config.js +0 -13
  846. hud_python-0.3.4/environments/browser/apps/todo/frontend/package-lock.json +0 -6040
  847. hud_python-0.3.4/environments/browser/apps/todo/frontend/package.json +0 -28
  848. hud_python-0.3.4/environments/browser/apps/todo/frontend/postcss.config.js +0 -6
  849. hud_python-0.3.4/environments/browser/apps/todo/frontend/tailwind.config.js +0 -12
  850. hud_python-0.3.4/environments/browser/apps/todo/frontend/tsconfig.json +0 -26
  851. hud_python-0.3.4/environments/browser/apps/todo/launch.py +0 -286
  852. hud_python-0.3.4/environments/browser/pyproject.toml +0 -27
  853. hud_python-0.3.4/environments/browser/src/hud_controller/README.md +0 -117
  854. hud_python-0.3.4/environments/browser/src/hud_controller/__init__.py +0 -3
  855. hud_python-0.3.4/environments/browser/src/hud_controller/__main__.py +0 -13
  856. hud_python-0.3.4/environments/browser/src/hud_controller/evaluators/__init__.py +0 -18
  857. hud_python-0.3.4/environments/browser/src/hud_controller/evaluators/context.py +0 -210
  858. hud_python-0.3.4/environments/browser/src/hud_controller/evaluators/registry.py +0 -150
  859. hud_python-0.3.4/environments/browser/src/hud_controller/evaluators/todo.py +0 -255
  860. hud_python-0.3.4/environments/browser/src/hud_controller/problems/__init__.py +0 -9
  861. hud_python-0.3.4/environments/browser/src/hud_controller/problems/registry.py +0 -123
  862. hud_python-0.3.4/environments/browser/src/hud_controller/problems/todo.py +0 -162
  863. hud_python-0.3.4/environments/browser/src/hud_controller/runtime.py +0 -191
  864. hud_python-0.3.4/environments/browser/src/hud_controller/server.py +0 -396
  865. hud_python-0.3.4/environments/browser/src/hud_controller/services.py +0 -312
  866. hud_python-0.3.4/environments/browser/src/hud_controller/setup/__init__.py +0 -10
  867. hud_python-0.3.4/environments/browser/src/hud_controller/setup/registry.py +0 -124
  868. hud_python-0.3.4/environments/browser/src/hud_controller/setup/todo.py +0 -180
  869. hud_python-0.3.4/environments/browser/start.sh +0 -19
  870. hud_python-0.3.4/environments/docker_debug.py +0 -785
  871. hud_python-0.3.4/environments/remote_browser/.gitignore +0 -1
  872. hud_python-0.3.4/environments/remote_browser/Dockerfile +0 -40
  873. hud_python-0.3.4/environments/remote_browser/README.md +0 -133
  874. hud_python-0.3.4/environments/remote_browser/pyproject.toml +0 -27
  875. hud_python-0.3.4/environments/remote_browser/src/hud_controller/__init__.py +0 -3
  876. hud_python-0.3.4/environments/remote_browser/src/hud_controller/__main__.py +0 -13
  877. hud_python-0.3.4/environments/remote_browser/src/hud_controller/browser_executor.py +0 -265
  878. hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/__init__.py +0 -22
  879. hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/context.py +0 -77
  880. hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/cookie_exists.py +0 -107
  881. hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/cookie_match.py +0 -142
  882. hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/history_length.py +0 -78
  883. hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/page_contains.py +0 -106
  884. hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/raw_last_action_is.py +0 -81
  885. hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/registry.py +0 -157
  886. hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/selector_history.py +0 -69
  887. hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/sheet_contains.py +0 -123
  888. hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/sheets_cell_values.py +0 -176
  889. hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/url_match.py +0 -84
  890. hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/verify_type_action.py +0 -135
  891. hud_python-0.3.4/environments/remote_browser/src/hud_controller/playwright_with_memory.py +0 -144
  892. hud_python-0.3.4/environments/remote_browser/src/hud_controller/problems/__init__.py +0 -14
  893. hud_python-0.3.4/environments/remote_browser/src/hud_controller/problems/element_interaction.py +0 -38
  894. hud_python-0.3.4/environments/remote_browser/src/hud_controller/problems/form_interaction.py +0 -28
  895. hud_python-0.3.4/environments/remote_browser/src/hud_controller/problems/navigate_and_verify.py +0 -28
  896. hud_python-0.3.4/environments/remote_browser/src/hud_controller/problems/registry.py +0 -91
  897. hud_python-0.3.4/environments/remote_browser/src/hud_controller/problems/search_interaction.py +0 -19
  898. hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/README.md +0 -110
  899. hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/__init__.py +0 -33
  900. hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/anchorbrowser.py +0 -164
  901. hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/base.py +0 -96
  902. hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/browserbase.py +0 -176
  903. hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/hyperbrowser.py +0 -244
  904. hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/kernel.py +0 -13
  905. hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/steel.py +0 -203
  906. hud_python-0.3.4/environments/remote_browser/src/hud_controller/runtime.py +0 -228
  907. hud_python-0.3.4/environments/remote_browser/src/hud_controller/server.py +0 -396
  908. hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/__init__.py +0 -15
  909. hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/cookies.py +0 -95
  910. hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/interact.py +0 -154
  911. hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/load_html.py +0 -61
  912. hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/navigate.py +0 -54
  913. hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/registry.py +0 -108
  914. hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/sheets.py +0 -303
  915. hud_python-0.3.4/examples/README.md +0 -32
  916. hud_python-0.3.4/examples/agents_tools/browser_use.ipynb +0 -102
  917. hud_python-0.3.4/examples/agents_tools/mcp_claude_agent.py +0 -66
  918. hud_python-0.3.4/examples/agents_tools/mcp_openai_agent.py +0 -59
  919. hud_python-0.3.4/examples/agents_tools/mcp_test.ipynb +0 -91
  920. hud_python-0.3.4/examples/agents_tools/mcp_use_agent.py +0 -50
  921. hud_python-0.3.4/examples/agents_tools/sensitive_data.ipynb +0 -89
  922. hud_python-0.3.4/examples/agents_tools/simple_task_example.py +0 -137
  923. hud_python-0.3.4/examples/environments/gmail_local.py +0 -74
  924. hud_python-0.3.4/examples/environments/gmail_remote.py +0 -74
  925. hud_python-0.3.4/examples/environments/pokemon_local.ipynb +0 -820
  926. hud_python-0.3.4/examples/environments/pokemon_remote.ipynb +0 -712
  927. hud_python-0.3.4/examples/environments/remote.ipynb +0 -70
  928. hud_python-0.3.4/examples/environments/resources_example.py +0 -342
  929. hud_python-0.3.4/examples/environments/simple_browser_example.py +0 -138
  930. hud_python-0.3.4/examples/evaluations/eval.py +0 -124
  931. hud_python-0.3.4/examples/evaluations/osworld.ipynb +0 -199
  932. hud_python-0.3.4/examples/evaluations/sheetbench_direct_example.ipynb +0 -230
  933. hud_python-0.3.4/examples/evaluations/tasks.ipynb +0 -249
  934. hud_python-0.3.4/examples/evaluations/telemetry_and_datasets.ipynb +0 -350
  935. hud_python-0.3.4/examples/evaluations/wordle_example.ipynb +0 -244
  936. hud_python-0.3.4/examples/sheets_bench_cua_example.ipynb +0 -330
  937. hud_python-0.3.4/hud/__init__.py +0 -89
  938. hud_python-0.3.4/hud/adapters/__init__.py +0 -8
  939. hud_python-0.3.4/hud/adapters/claude/__init__.py +0 -5
  940. hud_python-0.3.4/hud/adapters/claude/adapter.py +0 -180
  941. hud_python-0.3.4/hud/adapters/claude/tests/__init__.py +0 -1
  942. hud_python-0.3.4/hud/adapters/claude/tests/test_adapter.py +0 -519
  943. hud_python-0.3.4/hud/adapters/common/__init__.py +0 -6
  944. hud_python-0.3.4/hud/adapters/common/adapter.py +0 -178
  945. hud_python-0.3.4/hud/adapters/common/tests/test_adapter.py +0 -289
  946. hud_python-0.3.4/hud/adapters/common/types.py +0 -446
  947. hud_python-0.3.4/hud/adapters/operator/__init__.py +0 -5
  948. hud_python-0.3.4/hud/adapters/operator/adapter.py +0 -108
  949. hud_python-0.3.4/hud/adapters/operator/tests/__init__.py +0 -1
  950. hud_python-0.3.4/hud/adapters/operator/tests/test_adapter.py +0 -370
  951. hud_python-0.3.4/hud/agent/__init__.py +0 -19
  952. hud_python-0.3.4/hud/agent/base.py +0 -126
  953. hud_python-0.3.4/hud/agent/claude.py +0 -271
  954. hud_python-0.3.4/hud/agent/claude_plays_pokemon.py +0 -283
  955. hud_python-0.3.4/hud/agent/langchain.py +0 -215
  956. hud_python-0.3.4/hud/agent/misc/__init__.py +0 -3
  957. hud_python-0.3.4/hud/agent/misc/response_agent.py +0 -80
  958. hud_python-0.3.4/hud/agent/operator.py +0 -268
  959. hud_python-0.3.4/hud/agent/tests/__init__.py +0 -1
  960. hud_python-0.3.4/hud/agent/tests/test_base.py +0 -202
  961. hud_python-0.3.4/hud/datasets.py +0 -192
  962. hud_python-0.3.4/hud/env/__init__.py +0 -11
  963. hud_python-0.3.4/hud/env/client.py +0 -35
  964. hud_python-0.3.4/hud/env/docker_client.py +0 -349
  965. hud_python-0.3.4/hud/env/environment.py +0 -446
  966. hud_python-0.3.4/hud/env/local_docker_client.py +0 -358
  967. hud_python-0.3.4/hud/env/remote_client.py +0 -212
  968. hud_python-0.3.4/hud/env/remote_docker_client.py +0 -292
  969. hud_python-0.3.4/hud/exceptions.py +0 -180
  970. hud_python-0.3.4/hud/gym.py +0 -130
  971. hud_python-0.3.4/hud/job.py +0 -773
  972. hud_python-0.3.4/hud/mcp/__init__.py +0 -17
  973. hud_python-0.3.4/hud/mcp/base.py +0 -631
  974. hud_python-0.3.4/hud/mcp/claude.py +0 -321
  975. hud_python-0.3.4/hud/mcp/client.py +0 -312
  976. hud_python-0.3.4/hud/mcp/langchain.py +0 -250
  977. hud_python-0.3.4/hud/mcp/openai.py +0 -334
  978. hud_python-0.3.4/hud/mcp/tests/__init__.py +0 -1
  979. hud_python-0.3.4/hud/mcp/tests/test_base.py +0 -512
  980. hud_python-0.3.4/hud/mcp/tests/test_claude.py +0 -294
  981. hud_python-0.3.4/hud/mcp/tests/test_client.py +0 -324
  982. hud_python-0.3.4/hud/mcp/tests/test_openai.py +0 -238
  983. hud_python-0.3.4/hud/server/__init__.py +0 -5
  984. hud_python-0.3.4/hud/server/requests.py +0 -264
  985. hud_python-0.3.4/hud/server/tests/test_requests.py +0 -275
  986. hud_python-0.3.4/hud/settings.py +0 -79
  987. hud_python-0.3.4/hud/task.py +0 -149
  988. hud_python-0.3.4/hud/taskset.py +0 -237
  989. hud_python-0.3.4/hud/telemetry/__init__.py +0 -30
  990. hud_python-0.3.4/hud/telemetry/_trace.py +0 -347
  991. hud_python-0.3.4/hud/telemetry/context.py +0 -230
  992. hud_python-0.3.4/hud/telemetry/exporter.py +0 -575
  993. hud_python-0.3.4/hud/telemetry/instrumentation/__init__.py +0 -3
  994. hud_python-0.3.4/hud/telemetry/instrumentation/mcp.py +0 -259
  995. hud_python-0.3.4/hud/telemetry/instrumentation/registry.py +0 -59
  996. hud_python-0.3.4/hud/telemetry/job.py +0 -141
  997. hud_python-0.3.4/hud/telemetry/mcp_models.py +0 -270
  998. hud_python-0.3.4/hud/telemetry/tests/__init__.py +0 -1
  999. hud_python-0.3.4/hud/telemetry/tests/test_context.py +0 -210
  1000. hud_python-0.3.4/hud/telemetry/tests/test_trace.py +0 -312
  1001. hud_python-0.3.4/hud/tools/__init__.py +0 -34
  1002. hud_python-0.3.4/hud/tools/base.py +0 -65
  1003. hud_python-0.3.4/hud/tools/bash.py +0 -137
  1004. hud_python-0.3.4/hud/tools/computer/__init__.py +0 -13
  1005. hud_python-0.3.4/hud/tools/computer/anthropic.py +0 -414
  1006. hud_python-0.3.4/hud/tools/computer/hud.py +0 -328
  1007. hud_python-0.3.4/hud/tools/computer/openai.py +0 -286
  1008. hud_python-0.3.4/hud/tools/edit.py +0 -290
  1009. hud_python-0.3.4/hud/tools/executors/__init__.py +0 -30
  1010. hud_python-0.3.4/hud/tools/executors/base.py +0 -532
  1011. hud_python-0.3.4/hud/tools/executors/pyautogui.py +0 -619
  1012. hud_python-0.3.4/hud/tools/executors/tests/__init__.py +0 -1
  1013. hud_python-0.3.4/hud/tools/executors/tests/test_base_executor.py +0 -338
  1014. hud_python-0.3.4/hud/tools/executors/tests/test_pyautogui_executor.py +0 -165
  1015. hud_python-0.3.4/hud/tools/executors/xdo.py +0 -503
  1016. hud_python-0.3.4/hud/tools/helper/README.md +0 -56
  1017. hud_python-0.3.4/hud/tools/helper/__init__.py +0 -9
  1018. hud_python-0.3.4/hud/tools/helper/mcp_server.py +0 -78
  1019. hud_python-0.3.4/hud/tools/helper/server_initialization.py +0 -115
  1020. hud_python-0.3.4/hud/tools/helper/utils.py +0 -58
  1021. hud_python-0.3.4/hud/tools/playwright_tool.py +0 -379
  1022. hud_python-0.3.4/hud/tools/tests/__init__.py +0 -3
  1023. hud_python-0.3.4/hud/tools/tests/test_bash.py +0 -152
  1024. hud_python-0.3.4/hud/tools/tests/test_computer.py +0 -52
  1025. hud_python-0.3.4/hud/tools/tests/test_computer_actions.py +0 -34
  1026. hud_python-0.3.4/hud/tools/tests/test_edit.py +0 -240
  1027. hud_python-0.3.4/hud/tools/tests/test_init.py +0 -27
  1028. hud_python-0.3.4/hud/tools/tests/test_playwright_tool.py +0 -183
  1029. hud_python-0.3.4/hud/tools/tests/test_tools.py +0 -157
  1030. hud_python-0.3.4/hud/tools/tests/test_utils.py +0 -156
  1031. hud_python-0.3.4/hud/tools/utils.py +0 -50
  1032. hud_python-0.3.4/hud/trajectory.py +0 -94
  1033. hud_python-0.3.4/hud/types.py +0 -89
  1034. hud_python-0.3.4/hud/utils/__init__.py +0 -16
  1035. hud_python-0.3.4/hud/utils/agent.py +0 -37
  1036. hud_python-0.3.4/hud/utils/common.py +0 -256
  1037. hud_python-0.3.4/hud/utils/config.py +0 -120
  1038. hud_python-0.3.4/hud/utils/deprecation.py +0 -115
  1039. hud_python-0.3.4/hud/utils/misc.py +0 -53
  1040. hud_python-0.3.4/hud/utils/progress.py +0 -149
  1041. hud_python-0.3.4/hud/utils/telemetry.py +0 -66
  1042. hud_python-0.3.4/hud/utils/tests/__init__.py +0 -0
  1043. hud_python-0.3.4/hud/utils/tests/test_common.py +0 -277
  1044. hud_python-0.3.4/hud/utils/tests/test_config.py +0 -129
  1045. hud_python-0.3.4/hud/utils/tests/test_init.py +0 -21
  1046. hud_python-0.3.4/hud/utils/tests/test_progress.py +0 -225
  1047. hud_python-0.3.4/hud/utils/tests/test_telemetry.py +0 -37
  1048. hud_python-0.3.4/hud/utils/tests/test_version.py +0 -8
  1049. hud_python-0.3.4/hud/version.py +0 -7
  1050. hud_python-0.3.4/pyproject.toml +0 -210
  1051. {hud_python-0.3.4 → hud_python-0.4.0}/hud/py.typed +0 -0
  1052. {hud_python-0.3.4/hud/adapters/common → hud_python-0.4.0/hud/shared}/tests/__init__.py +0 -0
  1053. {hud_python-0.3.4/hud/server → hud_python-0.4.0/hud/utils}/tests/__init__.py +0 -0
@@ -0,0 +1,46 @@
1
+ .venv
2
+ .vscode
3
+ venv
4
+ .env
5
+ __pycache__
6
+ *.pyc
7
+ .pytest_cache
8
+ dist/
9
+ build/
10
+ *.egg-info/
11
+ uv.lock
12
+
13
+
14
+ # Media files
15
+ *.jpg
16
+ *.jpeg
17
+ *.bmp
18
+ *.tiff
19
+ *.ico
20
+
21
+ # DS-Store
22
+ .DS_Store
23
+
24
+ # Test files
25
+ /*.ipynb
26
+ test.json
27
+ TODO.md
28
+
29
+ .coverage
30
+
31
+ *.log
32
+
33
+ /ref/
34
+
35
+ .cursor/
36
+
37
+ /dev/
38
+
39
+ .claude
40
+ CLAUDE.md
41
+
42
+ *.csv
43
+
44
+ # RL
45
+ wandb/
46
+ outputs/
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Human Union Data, Inc
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,474 @@
1
+ Metadata-Version: 2.4
2
+ Name: hud-python
3
+ Version: 0.4.0
4
+ Summary: SDK for the HUD platform.
5
+ Project-URL: Homepage, https://github.com/hud-evals/hud-python
6
+ Project-URL: Bug Tracker, https://github.com/hud-evals/hud-python/issues
7
+ Project-URL: Documentation, https://docs.hud.so
8
+ Author-email: HUD SDK <founders@hud.so>
9
+ License: MIT License
10
+
11
+ Copyright (c) 2025 Human Union Data, Inc
12
+
13
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14
+ of this software and associated documentation files (the "Software"), to deal
15
+ in the Software without restriction, including without limitation the rights
16
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17
+ copies of the Software, and to permit persons to whom the Software is
18
+ furnished to do so, subject to the following conditions:
19
+
20
+ The above copyright notice and this permission notice shall be included in all
21
+ copies or substantial portions of the Software.
22
+
23
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29
+ SOFTWARE.
30
+ License-File: LICENSE
31
+ Classifier: Development Status :: 4 - Beta
32
+ Classifier: Intended Audience :: Developers
33
+ Classifier: Programming Language :: Python :: 3
34
+ Classifier: Programming Language :: Python :: 3.11
35
+ Classifier: Programming Language :: Python :: 3.12
36
+ Classifier: Programming Language :: Python :: 3.13
37
+ Requires-Python: <3.14,>=3.11
38
+ Requires-Dist: fastmcp>=2.11.2
39
+ Requires-Dist: httpx<1,>=0.23.0
40
+ Requires-Dist: hud-mcp-python-sdk>=0.1.0
41
+ Requires-Dist: opentelemetry-api>=1.34.1
42
+ Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.34.1
43
+ Requires-Dist: opentelemetry-instrumentation-mcp>=0.44.1
44
+ Requires-Dist: opentelemetry-sdk>=1.34.1
45
+ Requires-Dist: pathspec>=0.12.1
46
+ Requires-Dist: pydantic-settings<3,>=2
47
+ Requires-Dist: pydantic<3,>=2
48
+ Requires-Dist: questionary>=1.10.0
49
+ Requires-Dist: rich>=13.0.0
50
+ Requires-Dist: toml>=0.10.2
51
+ Requires-Dist: typer>=0.9.0
52
+ Requires-Dist: watchfiles>=0.21.0
53
+ Requires-Dist: wrapt>=1.14.0
54
+ Provides-Extra: agent
55
+ Requires-Dist: anthropic; extra == 'agent'
56
+ Requires-Dist: datasets>=2.14.0; extra == 'agent'
57
+ Requires-Dist: dotenv>=0.9.9; extra == 'agent'
58
+ Requires-Dist: hud-mcp-use-python-sdk>=0.1.0; extra == 'agent'
59
+ Requires-Dist: langchain; extra == 'agent'
60
+ Requires-Dist: langchain-anthropic; extra == 'agent'
61
+ Requires-Dist: langchain-openai; extra == 'agent'
62
+ Requires-Dist: numpy>=1.24.0; extra == 'agent'
63
+ Requires-Dist: openai; extra == 'agent'
64
+ Provides-Extra: dev
65
+ Requires-Dist: aiodocker>=0.24.0; extra == 'dev'
66
+ Requires-Dist: anthropic; extra == 'dev'
67
+ Requires-Dist: datasets>=2.14.0; extra == 'dev'
68
+ Requires-Dist: dotenv>=0.9.9; extra == 'dev'
69
+ Requires-Dist: hud-mcp-use-python-sdk>=0.1.0; extra == 'dev'
70
+ Requires-Dist: inspect-ai>=0.3.80; extra == 'dev'
71
+ Requires-Dist: ipykernel; extra == 'dev'
72
+ Requires-Dist: ipython<9; extra == 'dev'
73
+ Requires-Dist: jupyter-client; extra == 'dev'
74
+ Requires-Dist: jupyter-core; extra == 'dev'
75
+ Requires-Dist: langchain; extra == 'dev'
76
+ Requires-Dist: langchain-anthropic; extra == 'dev'
77
+ Requires-Dist: langchain-openai; extra == 'dev'
78
+ Requires-Dist: numpy>=1.24.0; extra == 'dev'
79
+ Requires-Dist: openai; extra == 'dev'
80
+ Requires-Dist: pillow>=11.1.0; extra == 'dev'
81
+ Requires-Dist: playwright; extra == 'dev'
82
+ Requires-Dist: pyautogui>=0.9.54; extra == 'dev'
83
+ Requires-Dist: pyright==1.1.401; extra == 'dev'
84
+ Requires-Dist: pytest-asyncio; extra == 'dev'
85
+ Requires-Dist: pytest-cov; extra == 'dev'
86
+ Requires-Dist: pytest-mock; extra == 'dev'
87
+ Requires-Dist: pytest<9,>=8.1.1; extra == 'dev'
88
+ Requires-Dist: ruff>=0.11.8; extra == 'dev'
89
+ Requires-Dist: setuptools; extra == 'dev'
90
+ Requires-Dist: textdistance<5,>=4.5.0; extra == 'dev'
91
+ Description-Content-Type: text/markdown
92
+
93
+ <div align="left">
94
+ <picture>
95
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/hud-evals/hud-python/main/docs/logo/hud_logo_dark.svg">
96
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/hud-evals/hud-python/main/docs/logo/hud_logo.svg">
97
+ <img src="https://raw.githubusercontent.com/hud-evals/hud-python/main/docs/logo/hud_logo.svg" alt="HUD" width="150" style="margin-bottom: 24px;"/>
98
+ </picture>
99
+ </div>
100
+
101
+ OSS RL environment + evals toolkit. Wrap software as environments, run benchmarks, and train with RL – locally or at scale.
102
+
103
+ [![PyPI version](https://img.shields.io/pypi/v/hud-python?style=flat-square)](https://pypi.org/project/hud-python/)
104
+ [![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](LICENSE)
105
+ [![Add docs to Cursor](https://img.shields.io/badge/Add%20docs%20to-Cursor-black?style=flat-square)](https://cursor.com/en/install-mcp?name=docs-hud-python&config=eyJ1cmwiOiJodHRwczovL2RvY3MuaHVkLnNvL21jcCJ9)
106
+ [![Discord](https://img.shields.io/discord/1327447144772407390?label=Discord&logo=discord&style=flat-square)](https://discord.gg/wkjtmHYYjm)
107
+ [![X Follow](https://img.shields.io/twitter/follow/hud_evals?style=social)](https://x.com/intent/user?screen_name=hud_evals)
108
+ [![Shop](https://img.shields.io/badge/_-white.svg?label=shop&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAJCAYAAAAywQxIAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAAF6SURBVChTlZA9ixNhFIWf8yaTpFHRRMXCKpAZhCAYFvwoLHZhwUKw9A9YCJb+Bq0sxGbBQrTxX1j41dvIRAjGZbdwRUUGIzPMeyw2swS3WZ/ynHvP5VylafoAWAd+5Xm+wX+SpukmcMf29RDCZrD9BViz3f53+CjYngKZpD5A2/Y7SQBMJpOkKIprdV1vdzqdHzHGblmW9Ww2+5pl2TmAxWKxmM/nP8fj8cmqqtZijJ9sb0u6ABBWjh0riuIt8CqE8LGu66e2d5MkeQ8QY3xme7fb7T4ZjUbrZVl+jjFuSXoEXGxCDgIl9WzfAO5LSmzvNB771R6vzG4Bx0MIt/M8vwV8aLyDQNt70+n0G1AspaTxVln+aghQluVsKbvxVysflT9NQK/XO7R/SGiQ9Nt2aftElmWXJd1kv0kbeANQVdWl4XB4XtJouXaqNRgMHkrqS+r0+/3XwD1JXdungRfAVWBi+6WkK8D3EMJz22cl3W21WgNgx3YAzvwFd0Chdq03gKUAAAAASUVORK5CYII=&style=social)](https://shop.hud.so)
109
+
110
+
111
+ ### Are you a startup building agents?
112
+
113
+ [📅 Hop on a call](https://cal.com/jay-ram-z6st6w/demo) or [📧 founders@hud.so](mailto:founders@hud.so)
114
+
115
+ ## Highlights
116
+
117
+ - 🚀 **[MCP-native connectivity](https://docs.hud.so/core-concepts/mcp-protocol)** – any agent can call any hud environment.
118
+ - ⚡️ **[Live telemetry](https://app.hud.so)** – inspect every tool call, observation, and reward in real time.
119
+ - 🗂️ **[Public benchmarks](https://app.hud.so/leaderboards)** – OSWorld-Verified, SheetBench-50, and more.
120
+ - 🌱 **[Reinforcement learning built-in](rl/)** – Verifiers gym pipelines for GRPO training.
121
+ - 🌐 **[Cloud browsers](environments/remote_browser/)** – AnchorBrowser, Steel, BrowserBase integrations for browser automation.
122
+ - 🛠️ **[Hot-reload dev loop](environments/README.md#phase-5-hot-reload-development-with-cursor-agent)** – `hud dev` for iterating on environments without rebuilds.
123
+
124
+ > We welcome contributors and feature requests – open an issue or hop on a call to discuss improvements!
125
+
126
+ ## Installation
127
+
128
+ ```bash
129
+ # Core installation - MCP servers, telemetry, basic tools for environment design
130
+ pip install hud-python
131
+
132
+ # Agent installation - Adds AI providers, telemetry, datasets
133
+ pip install "hud-python[agent]"
134
+
135
+ # CLI utilities
136
+ uv tool install hud-python
137
+
138
+ # From source (latest)
139
+ git clone https://github.com/hud-evals/hud-python
140
+ pip install -e "hud-python[dev]"
141
+ ```
142
+
143
+ > See [docs.hud.so](https://docs.hud.so), or add docs to any MCP client:
144
+ > `claude mcp add docs-hud https://docs.hud.so/mcp`
145
+
146
+ ## Quickstart
147
+
148
+ For a tutorial that explains the agent and evaluation design, run ([see quickstart docs](https://docs.hud.so/quickstart)):
149
+
150
+ ```python
151
+ uvx hud-python quickstart
152
+ ```
153
+
154
+ Or just write your own agent loop (more [examples here](examples/)):
155
+
156
+ ```python
157
+ import asyncio, hud, os
158
+ from hud.settings import settings
159
+ from hud.clients import MCPClient
160
+ from hud.agents import ClaudeAgent
161
+ from hud.datasets import Task # See docs: https://docs.hud.so/reference/tasks
162
+
163
+ async def main() -> None:
164
+ with hud.trace("Quick Start 2048"): # All telemetry works for any MCP-based agent (see https://app.hud.so)
165
+ task = Task(
166
+ prompt="Reach 64 in 2048.",
167
+ mcp_config={
168
+ "hud": {
169
+ "url": "https://mcp.hud.so", # HUD's cloud MCP server (see https://docs.hud.so/core-concepts/architecture)
170
+ "headers": {
171
+ "Authorization": f"Bearer {os.getenv('HUD_API_KEY')}", # Get your key at https://app.hud.so
172
+ "Mcp-Image": "hudpython/hud-text-2048:v1.1" # Docker image from https://hub.docker.com/u/hudpython
173
+ }
174
+ }
175
+ },
176
+ evaluate_tool={"name": "evaluate", "arguments": {"name": "max_number", "target": 64}},
177
+ )
178
+
179
+ # 1. Define the client explicitly:
180
+ client = MCPClient(mcp_config=task.mcp_config)
181
+ agent = ClaudeAgent(
182
+ mcp_client=client,
183
+ model="claude-sonnet-4-20250514", # requires ANTHROPIC_API_KEY
184
+ )
185
+
186
+ result = await agent.run(task)
187
+
188
+ # 2. Or just:
189
+ # result = await ClaudeAgent().run(task)
190
+
191
+ print(f"Reward: {result.reward}")
192
+ await client.close()
193
+
194
+ asyncio.run(main())
195
+ ```
196
+
197
+ > Every HUD environment is MCP-based and interactable from anywhere. Requires `HUD_API_KEY` and `ANTHROPIC_API_KEY`.
198
+
199
+ ## Reinforcement Learning with GRPO
200
+
201
+ This is a Qwen-2.5-3B agent training a policy on the [`text-2048`](environments/text_2048/) environment using [Verifiers](rl/verifiers/):
202
+
203
+ ![RL curve](https://raw.githubusercontent.com/hud-evals/hud-python/main/docs/src/images/rl_2.png)
204
+
205
+ To start training, check out the [`rl/README.md`](rl/README.md) folder:
206
+
207
+ ```bash
208
+ git clone https://github.com/hud-evals/hud-python
209
+ cd hud-python
210
+ python rl/verifiers/train_2048.py
211
+ ```
212
+
213
+ Any hud MCP environment and evaluation works with our RL pipeline. Even our remote configurations!
214
+
215
+ > The [`rl/README.md`](rl/README.md) walks you through several examples of RL training and takes less than 15 minutes to set up for your custom agent!
216
+
217
+ ## Benchmarking Agents
218
+
219
+ This is Claude Computer Use running on our proprietary financial analyst benchmark [SheetBench-50](https://huggingface.co/datasets/hud-evals/SheetBench-50):
220
+
221
+ ![Trace screenshot](https://raw.githubusercontent.com/hud-evals/hud-python/l/text-2048/docs/src/images/trace_sheet.gif)
222
+
223
+ > [See this trace on _app.hud.so_](https://app.hud.so/trace/9e212e9e-3627-4f1f-9eb5-c6d03c59070a)
224
+
225
+ This example runs the full dataset (only takes ~20 minutes) using [run_evaluation.py](examples/run_evaluation.py):
226
+
227
+ ```bash
228
+ python examples/run_evaluation.py hud-evals/SheetBench-50 --full --agent claude
229
+ ```
230
+
231
+ Or in code:
232
+
233
+ ```python
234
+ import asyncio
235
+ from hud.datasets import run_dataset
236
+ from hud.agents import ClaudeAgent
237
+
238
+ results = await run_dataset(
239
+ name="My SheetBench-50 Evaluation",
240
+ dataset="hud-evals/SheetBench-50", # <-- HuggingFace dataset
241
+ agent_class=ClaudeAgent, # <-- Your custom agent can replace this (see https://docs.hud.so/evaluate-agents/create-agents)
242
+ agent_config={"model": "claude-sonnet-4-20250514"},
243
+ max_concurrent=50,
244
+ max_steps=30,
245
+ )
246
+ print(f"Average reward: {sum(r.reward for r in results) / len(results):.2f}")
247
+ ```
248
+
249
+ > Running a dataset creates a job and streams results to the [app.hud.so](https://app.hud.so) platform for analysis and [leaderboard submission](https://docs.hud.so/evaluate-agents/leaderboards).
250
+
251
+ ## Building Environments (MCP)
252
+
253
+ This is how you can make any environment into an interactable one in 5 steps:
254
+
255
+ 1. Define MCP server layer using [`MCPServer`](https://docs.hud.so/reference/environments)
256
+
257
+ ```python
258
+ from hud.server import MCPServer
259
+ from hud.tools import HudComputerTool
260
+
261
+ mcp = MCPServer("My Environment")
262
+
263
+ # Add hud tools (see all tools: https://docs.hud.so/reference/tools)
264
+ mcp.add_tool(HudComputerTool())
265
+
266
+ # Or custom tools (see https://docs.hud.so/build-environments/adapting-software)
267
+ @mcp.tool("launch_app"):
268
+ def launch_app(name: str = "Gmail")
269
+ ...
270
+
271
+ if __name__ == "__main__":
272
+ mcp.run()
273
+ ```
274
+
275
+ 2. Write a simple Dockerfile that installs packages and runs:
276
+
277
+ ```python
278
+ CMD ["python", "-m", "hud_controller.server"]
279
+ ```
280
+
281
+ And build the image:
282
+
283
+ ```bash
284
+ hud build # runs docker build under the hood
285
+ ```
286
+
287
+ Or run it in interactible mode
288
+
289
+ ```bash
290
+ hud dev
291
+ ```
292
+
293
+ 3. Debug it with the CLI to see if it launches:
294
+
295
+ ```console
296
+ $ hud debug my-name/my-environment:latest
297
+
298
+ ✓ Phase 1: Docker image exists
299
+ ✓ Phase 2: MCP server responds to initialize
300
+ ✓ Phase 3: Tools are discoverable
301
+ ✓ Phase 4: Basic tool execution works
302
+ ✓ Phase 5: Parallel performance is good
303
+
304
+ Progress: [█████████████████████] 5/5 phases (100%)
305
+ ✅ All phases completed successfully!
306
+ ```
307
+
308
+ Analyze it to see if all tools appear:
309
+
310
+ ```console
311
+ $ hud analyze hudpython/hud-remote-browser:latest
312
+ ⠏ ✓ Analysis complete
313
+ ...
314
+ Tools
315
+ ├── Regular Tools
316
+ │ ├── computer
317
+ │ │ └── Control computer with mouse, keyboard, and screenshots
318
+ ...
319
+ └── Hub Tools
320
+ ├── setup
321
+ │ ├── navigate_to_url
322
+ │ ├── set_cookies
323
+ │ ├── ...
324
+ └── evaluate
325
+ ├── url_match
326
+ ├── page_contains
327
+ ├── cookie_exists
328
+ ├── ...
329
+
330
+ 📡 Telemetry Data
331
+ Live URL https://live.anchorbrowser.io?sessionId=abc123def456
332
+ ```
333
+
334
+ 4. When the tests pass, push it up to the docker registry:
335
+
336
+ ```bash
337
+ hud push # needs docker login, hud api key
338
+ ```
339
+
340
+ 5. Now you can use `mcp.hud.so` to launch 100s of instances of this environment in parallel with any agent, and see everything live on [app.hud.so](https://app.hud.so):
341
+
342
+ ```python
343
+ from hud.agents import ClaudeAgent
344
+
345
+ result = await ClaudeAgent().run({ # See all agents: https://docs.hud.so/reference/agents
346
+ "prompt": "Please explore this environment",
347
+ "mcp_config": {
348
+ "my-environment": {
349
+ "url": "https://mcp.hud.so",
350
+ "headers": {
351
+ "Authorization": f"Bearer {os.getenv('HUD_API_KEY')}",
352
+ "Mcp-Image": "my-name/my-environment:latest"
353
+ }
354
+ }
355
+ # "my-environment": { # or use hud run which wraps local and remote running
356
+ # "cmd": "hud",
357
+ # "args": [
358
+ # "run",
359
+ # "my-name/my-environment:latest",
360
+ # ]
361
+ # }
362
+ }
363
+ })
364
+
365
+ ```
366
+
367
+ > See the full environment design guide and common pitfalls in [`environments/README.md`](environments/README.md)
368
+
369
+ ## Leaderboards & benchmarks
370
+
371
+ All leaderboards are publicly available on [app.hud.so/leaderboards](https://app.hud.so/leaderboards) (see [docs](https://docs.hud.so/evaluate-agents/leaderboards))
372
+
373
+ ![Leaderboard](https://raw.githubusercontent.com/hud-evals/hud-python/l/text-2048/docs/src/images/leaderboards_2.png)
374
+
375
+ We highly suggest running 3-5 evaluations per dataset for the most consistent results across multiple jobs.
376
+
377
+ Using the [`run_dataset`](https://docs.hud.so/reference/tasks#run_dataset) function with a HuggingFace dataset automatically assigns your job to that leaderboard page, and allows you to create a scorecard out of it:
378
+
379
+ ## Architecture
380
+
381
+ ```mermaid
382
+ %%{init: {"theme": "neutral", "themeVariables": {"fontSize": "14px"}} }%%
383
+ graph LR
384
+ subgraph "Platform"
385
+ Dashboard["📊 app.hud.so"]
386
+ API["🔌 mcp.hud.so"]
387
+ end
388
+
389
+ subgraph "hud"
390
+ Agent["🤖 Agent"]
391
+ Task["📋 Task"]
392
+ SDK["📦 SDK"]
393
+ end
394
+
395
+ subgraph "Environments"
396
+ LocalEnv["🖥️ Local Docker<br/>(Development)"]
397
+ RemoteEnv["☁️ Remote Docker<br/>(100s Parallel)"]
398
+ end
399
+
400
+ subgraph "otel"
401
+ Trace["📡 Traces & Metrics"]
402
+ end
403
+
404
+ Dataset["📚 Dataset<br/>(HuggingFace)"]
405
+
406
+ AnyMCP["🔗 Any MCP Client<br/>(Cursor, Claude, Custom)"]
407
+
408
+ Agent <--> SDK
409
+ Task --> SDK
410
+ Dataset <-.-> Task
411
+ SDK <-->|"MCP"| LocalEnv
412
+ SDK <-->|"MCP"| API
413
+ API <-->|"MCP"| RemoteEnv
414
+ SDK --> Trace
415
+ Trace --> Dashboard
416
+ AnyMCP -->|"MCP"| API
417
+
418
+ style Dashboard fill:#e0e7ff,stroke:#6366f1,stroke-width:2px
419
+ style SDK fill:#fef3c7,stroke:#f59e0b,stroke-width:2px
420
+ style RemoteEnv fill:#d1fae5,stroke:#10b981,stroke-width:2px
421
+ style AnyMCP fill:#fce7f3,stroke:#ec4899,stroke-width:2px,stroke-dasharray: 5 5
422
+ ```
423
+
424
+ ## CLI reference
425
+
426
+ | Command | Purpose | Docs |
427
+ | ----------------------- | ------------------------------------------ | ---- |
428
+ | [`hud init`](https://docs.hud.so/reference/cli/init) | Create new environment with boilerplate. | [📖](https://docs.hud.so/reference/cli/init) |
429
+ | [`hud dev`](https://docs.hud.so/reference/cli/dev) | Hot-reload development with Docker. | [📖](https://docs.hud.so/reference/cli/dev) |
430
+ | [`hud build`](https://docs.hud.so/reference/cli/build) | Build image and generate lock file. | [📖](https://docs.hud.so/reference/cli/build) |
431
+ | [`hud push`](https://docs.hud.so/reference/cli/push) | Share environment to registry. | [📖](https://docs.hud.so/reference/cli/push) |
432
+ | [`hud pull <target>`](https://docs.hud.so/reference/cli/pull) | Get environment from registry. | [📖](https://docs.hud.so/reference/cli/pull) |
433
+ | [`hud analyze <image>`](https://docs.hud.so/reference/cli/analyze) | Discover tools, resources, and metadata. | [📖](https://docs.hud.so/reference/cli/analyze) |
434
+ | [`hud debug <image>`](https://docs.hud.so/reference/cli/debug) | Five-phase health check of an environment. | [📖](https://docs.hud.so/reference/cli/debug) |
435
+ | [`hud run <image>`](https://docs.hud.so/reference/cli/run) | Run MCP server locally or remotely. | [📖](https://docs.hud.so/reference/cli/run) |
436
+
437
+ ## Roadmap
438
+
439
+ - Merging our forks in to the main `mcp`, `mcp_use`, `verifiers` repositories
440
+ - Helpers for building new environments (see [current guide](environments/README.md))
441
+ - Integrations with every major agent framework
442
+ - Evaluation environment registry
443
+ - Native RL training to hud environments (see [current RL support](rl/))
444
+ - MCP opentelemetry standard
445
+
446
+ ## Contributing
447
+
448
+ We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
449
+
450
+ Key areas:
451
+ - [Environment examples](environments/) - Add new MCP environments
452
+ - [Agent implementations](hud/agents/) - Add support for new LLM providers
453
+ - [Tool library](hud/tools/) - Extend the built-in tool collection
454
+ - [RL training](rl/) - Improve reinforcement learning pipelines
455
+
456
+ Thanks to all our contributors!
457
+
458
+ <a href="https://github.com/hud-evals/hud-python/graphs/contributors">
459
+ <img src="https://contrib.rocks/image?repo=hud-evals/hud-python&max=50" />
460
+ </a>
461
+
462
+ ## Citation
463
+
464
+ ```bibtex
465
+ @software{hud2025agentevalplatform,
466
+ author = {HUD and Jay Ram and Lorenss Martinsons and Parth Patel and Oskars Putans and Govind Pimpale and Mayank Singamreddy and Nguyen Nhat Minh},
467
+ title = {HUD: An Evaluation Platform for Agents},
468
+ date = {2025-04},
469
+ url = {https://github.com/hud-evals/hud-python},
470
+ langid = {en}
471
+ }
472
+ ```
473
+
474
+ > **License**: HUD is released under the MIT License – see the [LICENSE](LICENSE) file for details.