qyl 0.0.1__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.
Files changed (459) hide show
  1. qyl-0.0.1/.idea/.gitignore +10 -0
  2. qyl-0.0.1/.idea/.name +1 -0
  3. qyl-0.0.1/.idea/PyCharmMiscProject.iml +13 -0
  4. qyl-0.0.1/.idea/inspectionProfiles/profiles_settings.xml +7 -0
  5. qyl-0.0.1/.idea/misc.xml +9 -0
  6. qyl-0.0.1/.idea/modules.xml +8 -0
  7. qyl-0.0.1/.idea/workspace.xml +426 -0
  8. qyl-0.0.1/PKG-INFO +34 -0
  9. qyl-0.0.1/a.py +84 -0
  10. qyl-0.0.1/node_modules/.bin/prebuild-install +16 -0
  11. qyl-0.0.1/node_modules/.bin/prebuild-install.cmd +17 -0
  12. qyl-0.0.1/node_modules/.bin/prebuild-install.ps1 +28 -0
  13. qyl-0.0.1/node_modules/.bin/rc +16 -0
  14. qyl-0.0.1/node_modules/.bin/rc.cmd +17 -0
  15. qyl-0.0.1/node_modules/.bin/rc.ps1 +28 -0
  16. qyl-0.0.1/node_modules/.bin/semver +16 -0
  17. qyl-0.0.1/node_modules/.bin/semver.cmd +17 -0
  18. qyl-0.0.1/node_modules/.bin/semver.ps1 +28 -0
  19. qyl-0.0.1/node_modules/base64-js/LICENSE +21 -0
  20. qyl-0.0.1/node_modules/base64-js/README.md +34 -0
  21. qyl-0.0.1/node_modules/base64-js/base64js.min.js +1 -0
  22. qyl-0.0.1/node_modules/base64-js/index.d.ts +3 -0
  23. qyl-0.0.1/node_modules/base64-js/index.js +150 -0
  24. qyl-0.0.1/node_modules/base64-js/package.json +47 -0
  25. qyl-0.0.1/node_modules/bl/.travis.yml +17 -0
  26. qyl-0.0.1/node_modules/bl/BufferList.js +396 -0
  27. qyl-0.0.1/node_modules/bl/LICENSE.md +13 -0
  28. qyl-0.0.1/node_modules/bl/README.md +247 -0
  29. qyl-0.0.1/node_modules/bl/bl.js +84 -0
  30. qyl-0.0.1/node_modules/bl/package.json +37 -0
  31. qyl-0.0.1/node_modules/bl/test/convert.js +21 -0
  32. qyl-0.0.1/node_modules/bl/test/indexOf.js +492 -0
  33. qyl-0.0.1/node_modules/bl/test/isBufferList.js +32 -0
  34. qyl-0.0.1/node_modules/bl/test/test.js +869 -0
  35. qyl-0.0.1/node_modules/buffer/AUTHORS.md +70 -0
  36. qyl-0.0.1/node_modules/buffer/LICENSE +21 -0
  37. qyl-0.0.1/node_modules/buffer/README.md +410 -0
  38. qyl-0.0.1/node_modules/buffer/index.d.ts +186 -0
  39. qyl-0.0.1/node_modules/buffer/index.js +1817 -0
  40. qyl-0.0.1/node_modules/buffer/package.json +96 -0
  41. qyl-0.0.1/node_modules/canvas/Readme.md +657 -0
  42. qyl-0.0.1/node_modules/canvas/binding.gyp +229 -0
  43. qyl-0.0.1/node_modules/canvas/browser.js +31 -0
  44. qyl-0.0.1/node_modules/canvas/build/Release/canvas.node +0 -0
  45. qyl-0.0.1/node_modules/canvas/build/Release/libbrotlicommon.dll +0 -0
  46. qyl-0.0.1/node_modules/canvas/build/Release/libbrotlidec.dll +0 -0
  47. qyl-0.0.1/node_modules/canvas/build/Release/libbz2-1.dll +0 -0
  48. qyl-0.0.1/node_modules/canvas/build/Release/libcairo-2.dll +0 -0
  49. qyl-0.0.1/node_modules/canvas/build/Release/libcairo-gobject-2.dll +0 -0
  50. qyl-0.0.1/node_modules/canvas/build/Release/libdatrie-1.dll +0 -0
  51. qyl-0.0.1/node_modules/canvas/build/Release/libdeflate.dll +0 -0
  52. qyl-0.0.1/node_modules/canvas/build/Release/libexpat-1.dll +0 -0
  53. qyl-0.0.1/node_modules/canvas/build/Release/libffi-8.dll +0 -0
  54. qyl-0.0.1/node_modules/canvas/build/Release/libfontconfig-1.dll +0 -0
  55. qyl-0.0.1/node_modules/canvas/build/Release/libfreetype-6.dll +0 -0
  56. qyl-0.0.1/node_modules/canvas/build/Release/libfribidi-0.dll +0 -0
  57. qyl-0.0.1/node_modules/canvas/build/Release/libgcc_s_seh-1.dll +0 -0
  58. qyl-0.0.1/node_modules/canvas/build/Release/libgdk_pixbuf-2.0-0.dll +0 -0
  59. qyl-0.0.1/node_modules/canvas/build/Release/libgif-7.dll +0 -0
  60. qyl-0.0.1/node_modules/canvas/build/Release/libgio-2.0-0.dll +0 -0
  61. qyl-0.0.1/node_modules/canvas/build/Release/libglib-2.0-0.dll +0 -0
  62. qyl-0.0.1/node_modules/canvas/build/Release/libgmodule-2.0-0.dll +0 -0
  63. qyl-0.0.1/node_modules/canvas/build/Release/libgobject-2.0-0.dll +0 -0
  64. qyl-0.0.1/node_modules/canvas/build/Release/libgraphite2.dll +0 -0
  65. qyl-0.0.1/node_modules/canvas/build/Release/libharfbuzz-0.dll +0 -0
  66. qyl-0.0.1/node_modules/canvas/build/Release/libiconv-2.dll +0 -0
  67. qyl-0.0.1/node_modules/canvas/build/Release/libintl-8.dll +0 -0
  68. qyl-0.0.1/node_modules/canvas/build/Release/libjbig-0.dll +0 -0
  69. qyl-0.0.1/node_modules/canvas/build/Release/libjpeg-8.dll +0 -0
  70. qyl-0.0.1/node_modules/canvas/build/Release/liblerc.dll +0 -0
  71. qyl-0.0.1/node_modules/canvas/build/Release/liblzma-5.dll +0 -0
  72. qyl-0.0.1/node_modules/canvas/build/Release/libpango-1.0-0.dll +0 -0
  73. qyl-0.0.1/node_modules/canvas/build/Release/libpangocairo-1.0-0.dll +0 -0
  74. qyl-0.0.1/node_modules/canvas/build/Release/libpangoft2-1.0-0.dll +0 -0
  75. qyl-0.0.1/node_modules/canvas/build/Release/libpangowin32-1.0-0.dll +0 -0
  76. qyl-0.0.1/node_modules/canvas/build/Release/libpcre2-8-0.dll +0 -0
  77. qyl-0.0.1/node_modules/canvas/build/Release/libpixman-1-0.dll +0 -0
  78. qyl-0.0.1/node_modules/canvas/build/Release/libpng16-16.dll +0 -0
  79. qyl-0.0.1/node_modules/canvas/build/Release/librsvg-2-2.dll +0 -0
  80. qyl-0.0.1/node_modules/canvas/build/Release/libsharpyuv-0.dll +0 -0
  81. qyl-0.0.1/node_modules/canvas/build/Release/libstdc++-6.dll +0 -0
  82. qyl-0.0.1/node_modules/canvas/build/Release/libthai-0.dll +0 -0
  83. qyl-0.0.1/node_modules/canvas/build/Release/libtiff-6.dll +0 -0
  84. qyl-0.0.1/node_modules/canvas/build/Release/libwebp-7.dll +0 -0
  85. qyl-0.0.1/node_modules/canvas/build/Release/libwinpthread-1.dll +0 -0
  86. qyl-0.0.1/node_modules/canvas/build/Release/libxml2-16.dll +0 -0
  87. qyl-0.0.1/node_modules/canvas/build/Release/libzstd.dll +0 -0
  88. qyl-0.0.1/node_modules/canvas/build/Release/zlib1.dll +0 -0
  89. qyl-0.0.1/node_modules/canvas/build/binding.sln +19 -0
  90. qyl-0.0.1/node_modules/canvas/build/canvas.vcxproj +181 -0
  91. qyl-0.0.1/node_modules/canvas/build/canvas.vcxproj.filters +160 -0
  92. qyl-0.0.1/node_modules/canvas/build/config.gypi +433 -0
  93. qyl-0.0.1/node_modules/canvas/index.d.ts +507 -0
  94. qyl-0.0.1/node_modules/canvas/index.js +94 -0
  95. qyl-0.0.1/node_modules/canvas/lib/DOMMatrix.js +678 -0
  96. qyl-0.0.1/node_modules/canvas/lib/bindings.js +43 -0
  97. qyl-0.0.1/node_modules/canvas/lib/canvas.js +113 -0
  98. qyl-0.0.1/node_modules/canvas/lib/context2d.js +11 -0
  99. qyl-0.0.1/node_modules/canvas/lib/image.js +97 -0
  100. qyl-0.0.1/node_modules/canvas/lib/jpegstream.js +41 -0
  101. qyl-0.0.1/node_modules/canvas/lib/pattern.js +15 -0
  102. qyl-0.0.1/node_modules/canvas/lib/pdfstream.js +35 -0
  103. qyl-0.0.1/node_modules/canvas/lib/pngstream.js +42 -0
  104. qyl-0.0.1/node_modules/canvas/package.json +71 -0
  105. qyl-0.0.1/node_modules/canvas/src/Backends.h +9 -0
  106. qyl-0.0.1/node_modules/canvas/src/Canvas.cc +1026 -0
  107. qyl-0.0.1/node_modules/canvas/src/Canvas.h +128 -0
  108. qyl-0.0.1/node_modules/canvas/src/CanvasError.h +37 -0
  109. qyl-0.0.1/node_modules/canvas/src/CanvasGradient.cc +113 -0
  110. qyl-0.0.1/node_modules/canvas/src/CanvasGradient.h +20 -0
  111. qyl-0.0.1/node_modules/canvas/src/CanvasPattern.cc +129 -0
  112. qyl-0.0.1/node_modules/canvas/src/CanvasPattern.h +33 -0
  113. qyl-0.0.1/node_modules/canvas/src/CanvasRenderingContext2d.cc +3527 -0
  114. qyl-0.0.1/node_modules/canvas/src/CanvasRenderingContext2d.h +238 -0
  115. qyl-0.0.1/node_modules/canvas/src/CharData.h +233 -0
  116. qyl-0.0.1/node_modules/canvas/src/FontParser.cc +605 -0
  117. qyl-0.0.1/node_modules/canvas/src/FontParser.h +115 -0
  118. qyl-0.0.1/node_modules/canvas/src/Image.cc +1719 -0
  119. qyl-0.0.1/node_modules/canvas/src/Image.h +146 -0
  120. qyl-0.0.1/node_modules/canvas/src/ImageData.cc +138 -0
  121. qyl-0.0.1/node_modules/canvas/src/ImageData.h +26 -0
  122. qyl-0.0.1/node_modules/canvas/src/InstanceData.h +12 -0
  123. qyl-0.0.1/node_modules/canvas/src/JPEGStream.h +157 -0
  124. qyl-0.0.1/node_modules/canvas/src/PNG.h +292 -0
  125. qyl-0.0.1/node_modules/canvas/src/Point.h +11 -0
  126. qyl-0.0.1/node_modules/canvas/src/Util.h +9 -0
  127. qyl-0.0.1/node_modules/canvas/src/bmp/BMPParser.cc +459 -0
  128. qyl-0.0.1/node_modules/canvas/src/bmp/BMPParser.h +60 -0
  129. qyl-0.0.1/node_modules/canvas/src/bmp/LICENSE.md +24 -0
  130. qyl-0.0.1/node_modules/canvas/src/closure.cc +52 -0
  131. qyl-0.0.1/node_modules/canvas/src/closure.h +98 -0
  132. qyl-0.0.1/node_modules/canvas/src/color.cc +796 -0
  133. qyl-0.0.1/node_modules/canvas/src/color.h +30 -0
  134. qyl-0.0.1/node_modules/canvas/src/dll_visibility.h +20 -0
  135. qyl-0.0.1/node_modules/canvas/src/init.cc +114 -0
  136. qyl-0.0.1/node_modules/canvas/src/register_font.cc +352 -0
  137. qyl-0.0.1/node_modules/canvas/src/register_font.h +7 -0
  138. qyl-0.0.1/node_modules/canvas/util/has_lib.js +119 -0
  139. qyl-0.0.1/node_modules/canvas/util/win_jpeg_lookup.js +21 -0
  140. qyl-0.0.1/node_modules/chownr/LICENSE +15 -0
  141. qyl-0.0.1/node_modules/chownr/README.md +3 -0
  142. qyl-0.0.1/node_modules/chownr/chownr.js +167 -0
  143. qyl-0.0.1/node_modules/chownr/package.json +29 -0
  144. qyl-0.0.1/node_modules/decompress-response/index.d.ts +22 -0
  145. qyl-0.0.1/node_modules/decompress-response/index.js +58 -0
  146. qyl-0.0.1/node_modules/decompress-response/license +9 -0
  147. qyl-0.0.1/node_modules/decompress-response/package.json +56 -0
  148. qyl-0.0.1/node_modules/decompress-response/readme.md +48 -0
  149. qyl-0.0.1/node_modules/deep-extend/CHANGELOG.md +46 -0
  150. qyl-0.0.1/node_modules/deep-extend/LICENSE +20 -0
  151. qyl-0.0.1/node_modules/deep-extend/README.md +91 -0
  152. qyl-0.0.1/node_modules/deep-extend/index.js +1 -0
  153. qyl-0.0.1/node_modules/deep-extend/lib/deep-extend.js +150 -0
  154. qyl-0.0.1/node_modules/deep-extend/package.json +62 -0
  155. qyl-0.0.1/node_modules/detect-libc/LICENSE +201 -0
  156. qyl-0.0.1/node_modules/detect-libc/README.md +163 -0
  157. qyl-0.0.1/node_modules/detect-libc/index.d.ts +14 -0
  158. qyl-0.0.1/node_modules/detect-libc/lib/detect-libc.js +313 -0
  159. qyl-0.0.1/node_modules/detect-libc/lib/elf.js +39 -0
  160. qyl-0.0.1/node_modules/detect-libc/lib/filesystem.js +51 -0
  161. qyl-0.0.1/node_modules/detect-libc/lib/process.js +24 -0
  162. qyl-0.0.1/node_modules/detect-libc/package.json +44 -0
  163. qyl-0.0.1/node_modules/end-of-stream/LICENSE +21 -0
  164. qyl-0.0.1/node_modules/end-of-stream/README.md +54 -0
  165. qyl-0.0.1/node_modules/end-of-stream/index.js +96 -0
  166. qyl-0.0.1/node_modules/end-of-stream/package.json +37 -0
  167. qyl-0.0.1/node_modules/expand-template/.travis.yml +6 -0
  168. qyl-0.0.1/node_modules/expand-template/LICENSE +21 -0
  169. qyl-0.0.1/node_modules/expand-template/README.md +43 -0
  170. qyl-0.0.1/node_modules/expand-template/index.js +26 -0
  171. qyl-0.0.1/node_modules/expand-template/package.json +29 -0
  172. qyl-0.0.1/node_modules/expand-template/test.js +67 -0
  173. qyl-0.0.1/node_modules/fs-constants/LICENSE +21 -0
  174. qyl-0.0.1/node_modules/fs-constants/README.md +26 -0
  175. qyl-0.0.1/node_modules/fs-constants/browser.js +1 -0
  176. qyl-0.0.1/node_modules/fs-constants/index.js +1 -0
  177. qyl-0.0.1/node_modules/fs-constants/package.json +19 -0
  178. qyl-0.0.1/node_modules/github-from-package/.travis.yml +4 -0
  179. qyl-0.0.1/node_modules/github-from-package/LICENSE +18 -0
  180. qyl-0.0.1/node_modules/github-from-package/example/package.json +8 -0
  181. qyl-0.0.1/node_modules/github-from-package/example/url.js +3 -0
  182. qyl-0.0.1/node_modules/github-from-package/index.js +17 -0
  183. qyl-0.0.1/node_modules/github-from-package/package.json +30 -0
  184. qyl-0.0.1/node_modules/github-from-package/readme.markdown +53 -0
  185. qyl-0.0.1/node_modules/github-from-package/test/a.json +8 -0
  186. qyl-0.0.1/node_modules/github-from-package/test/b.json +5 -0
  187. qyl-0.0.1/node_modules/github-from-package/test/c.json +5 -0
  188. qyl-0.0.1/node_modules/github-from-package/test/d.json +7 -0
  189. qyl-0.0.1/node_modules/github-from-package/test/e.json +5 -0
  190. qyl-0.0.1/node_modules/github-from-package/test/url.js +19 -0
  191. qyl-0.0.1/node_modules/ieee754/LICENSE +11 -0
  192. qyl-0.0.1/node_modules/ieee754/README.md +51 -0
  193. qyl-0.0.1/node_modules/ieee754/index.d.ts +10 -0
  194. qyl-0.0.1/node_modules/ieee754/index.js +85 -0
  195. qyl-0.0.1/node_modules/ieee754/package.json +52 -0
  196. qyl-0.0.1/node_modules/inherits/LICENSE +16 -0
  197. qyl-0.0.1/node_modules/inherits/README.md +42 -0
  198. qyl-0.0.1/node_modules/inherits/inherits.js +9 -0
  199. qyl-0.0.1/node_modules/inherits/inherits_browser.js +27 -0
  200. qyl-0.0.1/node_modules/inherits/package.json +29 -0
  201. qyl-0.0.1/node_modules/ini/LICENSE +15 -0
  202. qyl-0.0.1/node_modules/ini/README.md +102 -0
  203. qyl-0.0.1/node_modules/ini/ini.js +206 -0
  204. qyl-0.0.1/node_modules/ini/package.json +33 -0
  205. qyl-0.0.1/node_modules/mimic-response/index.d.ts +17 -0
  206. qyl-0.0.1/node_modules/mimic-response/index.js +77 -0
  207. qyl-0.0.1/node_modules/mimic-response/license +9 -0
  208. qyl-0.0.1/node_modules/mimic-response/package.json +42 -0
  209. qyl-0.0.1/node_modules/mimic-response/readme.md +78 -0
  210. qyl-0.0.1/node_modules/minimist/.eslintrc +29 -0
  211. qyl-0.0.1/node_modules/minimist/.github/FUNDING.yml +12 -0
  212. qyl-0.0.1/node_modules/minimist/.nycrc +14 -0
  213. qyl-0.0.1/node_modules/minimist/CHANGELOG.md +298 -0
  214. qyl-0.0.1/node_modules/minimist/LICENSE +18 -0
  215. qyl-0.0.1/node_modules/minimist/README.md +121 -0
  216. qyl-0.0.1/node_modules/minimist/example/parse.js +4 -0
  217. qyl-0.0.1/node_modules/minimist/index.js +263 -0
  218. qyl-0.0.1/node_modules/minimist/package.json +75 -0
  219. qyl-0.0.1/node_modules/minimist/test/all_bool.js +34 -0
  220. qyl-0.0.1/node_modules/minimist/test/bool.js +177 -0
  221. qyl-0.0.1/node_modules/minimist/test/dash.js +43 -0
  222. qyl-0.0.1/node_modules/minimist/test/default_bool.js +37 -0
  223. qyl-0.0.1/node_modules/minimist/test/dotted.js +24 -0
  224. qyl-0.0.1/node_modules/minimist/test/kv_short.js +32 -0
  225. qyl-0.0.1/node_modules/minimist/test/long.js +33 -0
  226. qyl-0.0.1/node_modules/minimist/test/num.js +38 -0
  227. qyl-0.0.1/node_modules/minimist/test/parse.js +209 -0
  228. qyl-0.0.1/node_modules/minimist/test/parse_modified.js +11 -0
  229. qyl-0.0.1/node_modules/minimist/test/proto.js +64 -0
  230. qyl-0.0.1/node_modules/minimist/test/short.js +69 -0
  231. qyl-0.0.1/node_modules/minimist/test/stop_early.js +17 -0
  232. qyl-0.0.1/node_modules/minimist/test/unknown.js +104 -0
  233. qyl-0.0.1/node_modules/minimist/test/whitespace.js +10 -0
  234. qyl-0.0.1/node_modules/mkdirp-classic/LICENSE +21 -0
  235. qyl-0.0.1/node_modules/mkdirp-classic/README.md +18 -0
  236. qyl-0.0.1/node_modules/mkdirp-classic/index.js +98 -0
  237. qyl-0.0.1/node_modules/mkdirp-classic/package.json +18 -0
  238. qyl-0.0.1/node_modules/napi-build-utils/.github/workflows/run-npm-tests.yml +31 -0
  239. qyl-0.0.1/node_modules/napi-build-utils/LICENSE +21 -0
  240. qyl-0.0.1/node_modules/napi-build-utils/README.md +52 -0
  241. qyl-0.0.1/node_modules/napi-build-utils/index.js +214 -0
  242. qyl-0.0.1/node_modules/napi-build-utils/index.md +0 -0
  243. qyl-0.0.1/node_modules/napi-build-utils/package.json +42 -0
  244. qyl-0.0.1/node_modules/node-abi/LICENSE +21 -0
  245. qyl-0.0.1/node_modules/node-abi/README.md +54 -0
  246. qyl-0.0.1/node_modules/node-abi/abi_registry.json +453 -0
  247. qyl-0.0.1/node_modules/node-abi/index.js +179 -0
  248. qyl-0.0.1/node_modules/node-abi/package.json +45 -0
  249. qyl-0.0.1/node_modules/node-addon-api/LICENSE.md +9 -0
  250. qyl-0.0.1/node_modules/node-addon-api/README.md +319 -0
  251. qyl-0.0.1/node_modules/node-addon-api/common.gypi +20 -0
  252. qyl-0.0.1/node_modules/node-addon-api/except.gypi +25 -0
  253. qyl-0.0.1/node_modules/node-addon-api/index.js +12 -0
  254. qyl-0.0.1/node_modules/node-addon-api/napi-inl.deprecated.h +186 -0
  255. qyl-0.0.1/node_modules/node-addon-api/napi-inl.h +6607 -0
  256. qyl-0.0.1/node_modules/node-addon-api/napi.h +3201 -0
  257. qyl-0.0.1/node_modules/node-addon-api/node_addon_api.gyp +32 -0
  258. qyl-0.0.1/node_modules/node-addon-api/node_api.gyp +9 -0
  259. qyl-0.0.1/node_modules/node-addon-api/noexcept.gypi +26 -0
  260. qyl-0.0.1/node_modules/node-addon-api/nothing.c +0 -0
  261. qyl-0.0.1/node_modules/node-addon-api/package-support.json +21 -0
  262. qyl-0.0.1/node_modules/node-addon-api/package.json +480 -0
  263. qyl-0.0.1/node_modules/node-addon-api/tools/README.md +73 -0
  264. qyl-0.0.1/node_modules/node-addon-api/tools/check-napi.js +99 -0
  265. qyl-0.0.1/node_modules/node-addon-api/tools/clang-format.js +71 -0
  266. qyl-0.0.1/node_modules/node-addon-api/tools/conversion.js +301 -0
  267. qyl-0.0.1/node_modules/node-addon-api/tools/eslint-format.js +79 -0
  268. qyl-0.0.1/node_modules/once/LICENSE +15 -0
  269. qyl-0.0.1/node_modules/once/README.md +79 -0
  270. qyl-0.0.1/node_modules/once/once.js +42 -0
  271. qyl-0.0.1/node_modules/once/package.json +33 -0
  272. qyl-0.0.1/node_modules/prebuild-install/CHANGELOG.md +131 -0
  273. qyl-0.0.1/node_modules/prebuild-install/CONTRIBUTING.md +6 -0
  274. qyl-0.0.1/node_modules/prebuild-install/LICENSE +21 -0
  275. qyl-0.0.1/node_modules/prebuild-install/README.md +163 -0
  276. qyl-0.0.1/node_modules/prebuild-install/asset.js +44 -0
  277. qyl-0.0.1/node_modules/prebuild-install/bin.js +78 -0
  278. qyl-0.0.1/node_modules/prebuild-install/download.js +142 -0
  279. qyl-0.0.1/node_modules/prebuild-install/error.js +14 -0
  280. qyl-0.0.1/node_modules/prebuild-install/help.txt +16 -0
  281. qyl-0.0.1/node_modules/prebuild-install/index.js +1 -0
  282. qyl-0.0.1/node_modules/prebuild-install/log.js +33 -0
  283. qyl-0.0.1/node_modules/prebuild-install/package.json +67 -0
  284. qyl-0.0.1/node_modules/prebuild-install/proxy.js +35 -0
  285. qyl-0.0.1/node_modules/prebuild-install/rc.js +64 -0
  286. qyl-0.0.1/node_modules/prebuild-install/util.js +143 -0
  287. qyl-0.0.1/node_modules/pump/.github/FUNDING.yml +2 -0
  288. qyl-0.0.1/node_modules/pump/.travis.yml +5 -0
  289. qyl-0.0.1/node_modules/pump/LICENSE +21 -0
  290. qyl-0.0.1/node_modules/pump/README.md +74 -0
  291. qyl-0.0.1/node_modules/pump/SECURITY.md +5 -0
  292. qyl-0.0.1/node_modules/pump/empty.js +1 -0
  293. qyl-0.0.1/node_modules/pump/index.js +86 -0
  294. qyl-0.0.1/node_modules/pump/package.json +30 -0
  295. qyl-0.0.1/node_modules/pump/test-browser.js +66 -0
  296. qyl-0.0.1/node_modules/pump/test-node.js +53 -0
  297. qyl-0.0.1/node_modules/rc/LICENSE.APACHE2 +15 -0
  298. qyl-0.0.1/node_modules/rc/LICENSE.BSD +26 -0
  299. qyl-0.0.1/node_modules/rc/LICENSE.MIT +24 -0
  300. qyl-0.0.1/node_modules/rc/README.md +227 -0
  301. qyl-0.0.1/node_modules/rc/browser.js +7 -0
  302. qyl-0.0.1/node_modules/rc/cli.js +4 -0
  303. qyl-0.0.1/node_modules/rc/index.js +53 -0
  304. qyl-0.0.1/node_modules/rc/lib/utils.js +104 -0
  305. qyl-0.0.1/node_modules/rc/package.json +29 -0
  306. qyl-0.0.1/node_modules/rc/test/ini.js +16 -0
  307. qyl-0.0.1/node_modules/rc/test/nested-env-vars.js +50 -0
  308. qyl-0.0.1/node_modules/rc/test/test.js +59 -0
  309. qyl-0.0.1/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  310. qyl-0.0.1/node_modules/readable-stream/GOVERNANCE.md +136 -0
  311. qyl-0.0.1/node_modules/readable-stream/LICENSE +47 -0
  312. qyl-0.0.1/node_modules/readable-stream/README.md +106 -0
  313. qyl-0.0.1/node_modules/readable-stream/errors-browser.js +127 -0
  314. qyl-0.0.1/node_modules/readable-stream/errors.js +116 -0
  315. qyl-0.0.1/node_modules/readable-stream/experimentalWarning.js +17 -0
  316. qyl-0.0.1/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
  317. qyl-0.0.1/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
  318. qyl-0.0.1/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
  319. qyl-0.0.1/node_modules/readable-stream/lib/_stream_transform.js +190 -0
  320. qyl-0.0.1/node_modules/readable-stream/lib/_stream_writable.js +641 -0
  321. qyl-0.0.1/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
  322. qyl-0.0.1/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
  323. qyl-0.0.1/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
  324. qyl-0.0.1/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
  325. qyl-0.0.1/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
  326. qyl-0.0.1/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
  327. qyl-0.0.1/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
  328. qyl-0.0.1/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
  329. qyl-0.0.1/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  330. qyl-0.0.1/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  331. qyl-0.0.1/node_modules/readable-stream/package.json +68 -0
  332. qyl-0.0.1/node_modules/readable-stream/readable-browser.js +9 -0
  333. qyl-0.0.1/node_modules/readable-stream/readable.js +16 -0
  334. qyl-0.0.1/node_modules/safe-buffer/LICENSE +21 -0
  335. qyl-0.0.1/node_modules/safe-buffer/README.md +584 -0
  336. qyl-0.0.1/node_modules/safe-buffer/index.d.ts +187 -0
  337. qyl-0.0.1/node_modules/safe-buffer/index.js +65 -0
  338. qyl-0.0.1/node_modules/safe-buffer/package.json +51 -0
  339. qyl-0.0.1/node_modules/semver/LICENSE +15 -0
  340. qyl-0.0.1/node_modules/semver/README.md +680 -0
  341. qyl-0.0.1/node_modules/semver/bin/semver.js +195 -0
  342. qyl-0.0.1/node_modules/semver/classes/comparator.js +143 -0
  343. qyl-0.0.1/node_modules/semver/classes/index.js +7 -0
  344. qyl-0.0.1/node_modules/semver/classes/range.js +577 -0
  345. qyl-0.0.1/node_modules/semver/classes/semver.js +350 -0
  346. qyl-0.0.1/node_modules/semver/functions/clean.js +8 -0
  347. qyl-0.0.1/node_modules/semver/functions/cmp.js +54 -0
  348. qyl-0.0.1/node_modules/semver/functions/coerce.js +62 -0
  349. qyl-0.0.1/node_modules/semver/functions/compare-build.js +9 -0
  350. qyl-0.0.1/node_modules/semver/functions/compare-loose.js +5 -0
  351. qyl-0.0.1/node_modules/semver/functions/compare.js +7 -0
  352. qyl-0.0.1/node_modules/semver/functions/diff.js +60 -0
  353. qyl-0.0.1/node_modules/semver/functions/eq.js +5 -0
  354. qyl-0.0.1/node_modules/semver/functions/gt.js +5 -0
  355. qyl-0.0.1/node_modules/semver/functions/gte.js +5 -0
  356. qyl-0.0.1/node_modules/semver/functions/inc.js +21 -0
  357. qyl-0.0.1/node_modules/semver/functions/lt.js +5 -0
  358. qyl-0.0.1/node_modules/semver/functions/lte.js +5 -0
  359. qyl-0.0.1/node_modules/semver/functions/major.js +5 -0
  360. qyl-0.0.1/node_modules/semver/functions/minor.js +5 -0
  361. qyl-0.0.1/node_modules/semver/functions/neq.js +5 -0
  362. qyl-0.0.1/node_modules/semver/functions/parse.js +18 -0
  363. qyl-0.0.1/node_modules/semver/functions/patch.js +5 -0
  364. qyl-0.0.1/node_modules/semver/functions/prerelease.js +8 -0
  365. qyl-0.0.1/node_modules/semver/functions/rcompare.js +5 -0
  366. qyl-0.0.1/node_modules/semver/functions/rsort.js +5 -0
  367. qyl-0.0.1/node_modules/semver/functions/satisfies.js +12 -0
  368. qyl-0.0.1/node_modules/semver/functions/sort.js +5 -0
  369. qyl-0.0.1/node_modules/semver/functions/truncate.js +48 -0
  370. qyl-0.0.1/node_modules/semver/functions/valid.js +8 -0
  371. qyl-0.0.1/node_modules/semver/index.js +93 -0
  372. qyl-0.0.1/node_modules/semver/internal/constants.js +37 -0
  373. qyl-0.0.1/node_modules/semver/internal/debug.js +11 -0
  374. qyl-0.0.1/node_modules/semver/internal/identifiers.js +29 -0
  375. qyl-0.0.1/node_modules/semver/internal/lrucache.js +42 -0
  376. qyl-0.0.1/node_modules/semver/internal/parse-options.js +17 -0
  377. qyl-0.0.1/node_modules/semver/internal/re.js +223 -0
  378. qyl-0.0.1/node_modules/semver/package.json +78 -0
  379. qyl-0.0.1/node_modules/semver/preload.js +4 -0
  380. qyl-0.0.1/node_modules/semver/range.bnf +17 -0
  381. qyl-0.0.1/node_modules/semver/ranges/gtr.js +6 -0
  382. qyl-0.0.1/node_modules/semver/ranges/intersects.js +9 -0
  383. qyl-0.0.1/node_modules/semver/ranges/ltr.js +6 -0
  384. qyl-0.0.1/node_modules/semver/ranges/max-satisfying.js +27 -0
  385. qyl-0.0.1/node_modules/semver/ranges/min-satisfying.js +26 -0
  386. qyl-0.0.1/node_modules/semver/ranges/min-version.js +63 -0
  387. qyl-0.0.1/node_modules/semver/ranges/outside.js +82 -0
  388. qyl-0.0.1/node_modules/semver/ranges/simplify.js +49 -0
  389. qyl-0.0.1/node_modules/semver/ranges/subset.js +249 -0
  390. qyl-0.0.1/node_modules/semver/ranges/to-comparators.js +10 -0
  391. qyl-0.0.1/node_modules/semver/ranges/valid.js +13 -0
  392. qyl-0.0.1/node_modules/simple-concat/.travis.yml +3 -0
  393. qyl-0.0.1/node_modules/simple-concat/LICENSE +20 -0
  394. qyl-0.0.1/node_modules/simple-concat/README.md +44 -0
  395. qyl-0.0.1/node_modules/simple-concat/index.js +15 -0
  396. qyl-0.0.1/node_modules/simple-concat/package.json +47 -0
  397. qyl-0.0.1/node_modules/simple-concat/test/basic.js +41 -0
  398. qyl-0.0.1/node_modules/simple-get/.github/dependabot.yml +15 -0
  399. qyl-0.0.1/node_modules/simple-get/.github/workflows/ci.yml +23 -0
  400. qyl-0.0.1/node_modules/simple-get/LICENSE +20 -0
  401. qyl-0.0.1/node_modules/simple-get/README.md +333 -0
  402. qyl-0.0.1/node_modules/simple-get/index.js +108 -0
  403. qyl-0.0.1/node_modules/simple-get/package.json +67 -0
  404. qyl-0.0.1/node_modules/string_decoder/LICENSE +48 -0
  405. qyl-0.0.1/node_modules/string_decoder/README.md +47 -0
  406. qyl-0.0.1/node_modules/string_decoder/lib/string_decoder.js +296 -0
  407. qyl-0.0.1/node_modules/string_decoder/package.json +34 -0
  408. qyl-0.0.1/node_modules/strip-json-comments/index.js +70 -0
  409. qyl-0.0.1/node_modules/strip-json-comments/license +21 -0
  410. qyl-0.0.1/node_modules/strip-json-comments/package.json +42 -0
  411. qyl-0.0.1/node_modules/strip-json-comments/readme.md +64 -0
  412. qyl-0.0.1/node_modules/tar-fs/.travis.yml +6 -0
  413. qyl-0.0.1/node_modules/tar-fs/LICENSE +21 -0
  414. qyl-0.0.1/node_modules/tar-fs/README.md +165 -0
  415. qyl-0.0.1/node_modules/tar-fs/index.js +392 -0
  416. qyl-0.0.1/node_modules/tar-fs/package.json +46 -0
  417. qyl-0.0.1/node_modules/tar-fs/test/fixtures/a/hello.txt +1 -0
  418. qyl-0.0.1/node_modules/tar-fs/test/fixtures/b/a/test.txt +1 -0
  419. qyl-0.0.1/node_modules/tar-fs/test/fixtures/d/file1 +0 -0
  420. qyl-0.0.1/node_modules/tar-fs/test/fixtures/d/file2 +0 -0
  421. qyl-0.0.1/node_modules/tar-fs/test/fixtures/d/sub-dir/file5 +0 -0
  422. qyl-0.0.1/node_modules/tar-fs/test/fixtures/d/sub-files/file3 +0 -0
  423. qyl-0.0.1/node_modules/tar-fs/test/fixtures/d/sub-files/file4 +0 -0
  424. qyl-0.0.1/node_modules/tar-fs/test/fixtures/e/directory/.ignore +0 -0
  425. qyl-0.0.1/node_modules/tar-fs/test/fixtures/e/file +0 -0
  426. qyl-0.0.1/node_modules/tar-fs/test/fixtures/invalid.tar +0 -0
  427. qyl-0.0.1/node_modules/tar-fs/test/index.js +457 -0
  428. qyl-0.0.1/node_modules/tar-stream/LICENSE +21 -0
  429. qyl-0.0.1/node_modules/tar-stream/README.md +168 -0
  430. qyl-0.0.1/node_modules/tar-stream/extract.js +257 -0
  431. qyl-0.0.1/node_modules/tar-stream/headers.js +295 -0
  432. qyl-0.0.1/node_modules/tar-stream/index.js +2 -0
  433. qyl-0.0.1/node_modules/tar-stream/pack.js +255 -0
  434. qyl-0.0.1/node_modules/tar-stream/package.json +58 -0
  435. qyl-0.0.1/node_modules/tar-stream/sandbox.js +11 -0
  436. qyl-0.0.1/node_modules/tunnel-agent/LICENSE +55 -0
  437. qyl-0.0.1/node_modules/tunnel-agent/README.md +4 -0
  438. qyl-0.0.1/node_modules/tunnel-agent/index.js +244 -0
  439. qyl-0.0.1/node_modules/tunnel-agent/package.json +22 -0
  440. qyl-0.0.1/node_modules/util-deprecate/History.md +16 -0
  441. qyl-0.0.1/node_modules/util-deprecate/LICENSE +24 -0
  442. qyl-0.0.1/node_modules/util-deprecate/README.md +53 -0
  443. qyl-0.0.1/node_modules/util-deprecate/browser.js +67 -0
  444. qyl-0.0.1/node_modules/util-deprecate/node.js +6 -0
  445. qyl-0.0.1/node_modules/util-deprecate/package.json +27 -0
  446. qyl-0.0.1/node_modules/wrappy/LICENSE +15 -0
  447. qyl-0.0.1/node_modules/wrappy/README.md +36 -0
  448. qyl-0.0.1/node_modules/wrappy/package.json +29 -0
  449. qyl-0.0.1/node_modules/wrappy/wrappy.js +33 -0
  450. qyl-0.0.1/pyproject.toml +15 -0
  451. qyl-0.0.1/qyl/__init__.py +123 -0
  452. qyl-0.0.1/qyl/dialog.py +40 -0
  453. qyl-0.0.1/qyl/filelists/__init__.py +33 -0
  454. qyl-0.0.1/readme.md +24 -0
  455. qyl-0.0.1/s.py +2 -0
  456. qyl-0.0.1/script.py +2 -0
  457. qyl-0.0.1/script1.py +42 -0
  458. qyl-0.0.1/script2.py +47 -0
  459. qyl-0.0.1/something.py +51 -0
@@ -0,0 +1,10 @@
1
+ # Default ignored files
2
+ /shelf/
3
+ /workspace.xml
4
+ # Editor-based HTTP Client requests
5
+ /httpRequests/
6
+ # Ignored default folder with query files
7
+ /queries/
8
+ # Datasource local storage ignored files
9
+ /dataSources/
10
+ /dataSources.local.xml
qyl-0.0.1/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ ai.py
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+ <exclude-output />
5
+ <content url="file://$MODULE_DIR$">
6
+ <sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
7
+ <sourceFolder url="file://$MODULE_DIR$/Story" isTestSource="false" />
8
+ <excludeFolder url="file://$MODULE_DIR$/.venv" />
9
+ </content>
10
+ <orderEntry type="jdk" jdkName="Python 3.14 (PyCharmMiscProject)" jdkType="Python SDK" />
11
+ <orderEntry type="sourceFolder" forTests="false" />
12
+ </component>
13
+ </module>
@@ -0,0 +1,7 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="PROJECT_PROFILE" value="Default" />
4
+ <option name="USE_PROJECT_PROFILE" value="false" />
5
+ <version value="1.0" />
6
+ </settings>
7
+ </component>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Black">
4
+ <option name="sdkName" value="Python 3.14 (PyCharmMiscProject)" />
5
+ </component>
6
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="Python 3.14 (PyCharmMiscProject)" project-jdk-type="Python SDK">
7
+ <output url="file://$PROJECT_DIR$/../../../Program Files/Java/jdk-17" />
8
+ </component>
9
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/PyCharmMiscProject.iml" filepath="$PROJECT_DIR$/.idea/PyCharmMiscProject.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,426 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AutoImportSettings">
4
+ <option name="autoReloadType" value="ALL" />
5
+ </component>
6
+ <component name="ChangeListManager">
7
+ <list default="true" id="87dd8459-85d1-457e-9fe5-83e2f13fdf62" name="Changes" comment="" />
8
+ <option name="SHOW_DIALOG" value="false" />
9
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11
+ <option name="LAST_RESOLUTION" value="IGNORE" />
12
+ </component>
13
+ <component name="FileTemplateManagerImpl">
14
+ <option name="RECENT_TEMPLATES">
15
+ <list>
16
+ <option value="HTML File" />
17
+ <option value="JavaScript File" />
18
+ <option value="Class" />
19
+ <option value="Python Script" />
20
+ <option value="CSS File" />
21
+ </list>
22
+ </option>
23
+ </component>
24
+ <component name="HighlightingSettingsPerFile">
25
+ <setting file="file://$PROJECT_DIR$/aiskio.py" root0="FORCE_HIGHLIGHTING" />
26
+ <setting file="file://$PROJECT_DIR$/script.py" root0="SKIP_INSPECTION" />
27
+ </component>
28
+ <component name="NextEditCompletionFeaturesState">
29
+ <decayedCancelled>
30
+ <entry key="MS100" value="1.0000114047946866" />
31
+ <entry key="MS500" value="1.1039813205376994" />
32
+ <entry key="S2" value="1.756567554847808" />
33
+ <entry key="S5" value="2.3116176477203023" />
34
+ <entry key="S10" value="2.610253685066841" />
35
+ <entry key="S30" value="2.9358168172367174" />
36
+ <entry key="S60" value="3.5951032882938785" />
37
+ <entry key="M2" value="5.430897376341906" />
38
+ <entry key="M5" value="12.399287220614926" />
39
+ <entry key="M10" value="29.440919311164162" />
40
+ <entry key="M15" value="47.811483862446664" />
41
+ <entry key="M30" value="100.50729020728404" />
42
+ <entry key="H1" value="197.78723931691096" />
43
+ <entry key="H2" value="373.7907454658143" />
44
+ <entry key="H4" value="777.0057504374159" />
45
+ <entry key="D1" value="5173.015600499249" />
46
+ <entry key="W1" value="17581.89770964643" />
47
+ </decayedCancelled>
48
+ <decayedSelected>
49
+ <entry key="MS100" value="0.0" />
50
+ <entry key="MS500" value="7.668858556158019E-125" />
51
+ <entry key="S2" value="9.357992273800945E-32" />
52
+ <entry key="S5" value="3.877694780183973E-13" />
53
+ <entry key="S10" value="6.321408480900334E-7" />
54
+ <entry key="S30" value="0.010996441845928148" />
55
+ <entry key="S60" value="0.1676192085554812" />
56
+ <entry key="M2" value="0.8659143379967215" />
57
+ <entry key="M5" value="3.132421214788404" />
58
+ <entry key="M10" value="5.851384685760106" />
59
+ <entry key="M15" value="7.9047688416844695" />
60
+ <entry key="M30" value="13.417324678345006" />
61
+ <entry key="H1" value="25.10040072133198" />
62
+ <entry key="H2" value="46.96417118846876" />
63
+ <entry key="H4" value="89.13916560499213" />
64
+ <entry key="D1" value="462.356955342079" />
65
+ <entry key="W1" value="1238.7261781728523" />
66
+ </decayedSelected>
67
+ <decayedShown>
68
+ <entry key="MS100" value="0.9460683617896539" />
69
+ <entry key="MS500" value="1.0916539704373471" />
70
+ <entry key="S2" value="1.7511137962003853" />
71
+ <entry key="S5" value="2.30851724864012" />
72
+ <entry key="S10" value="2.608446763251994" />
73
+ <entry key="S30" value="2.944780699269238" />
74
+ <entry key="S60" value="3.752313092157674" />
75
+ <entry key="M2" value="6.270998220827732" />
76
+ <entry key="M5" value="15.491386333249947" />
77
+ <entry key="M10" value="35.24787852855327" />
78
+ <entry key="M15" value="55.67230033695084" />
79
+ <entry key="M30" value="113.88143017894544" />
80
+ <entry key="H1" value="222.8420795038398" />
81
+ <entry key="H2" value="420.70750193859857" />
82
+ <entry key="H4" value="866.0901792137804" />
83
+ <entry key="D1" value="5635.305480278624" />
84
+ <entry key="W1" value="18821.01891139082" />
85
+ </decayedShown>
86
+ </component>
87
+ <component name="ProjectColorInfo">{
88
+ &quot;associatedIndex&quot;: 7,
89
+ &quot;fromUser&quot;: true
90
+ }</component>
91
+ <component name="ProjectId" id="3FLo4xv5MMngbi0uX3Svs1I0qra" />
92
+ <component name="ProjectViewState">
93
+ <option name="hideEmptyMiddlePackages" value="true" />
94
+ <option name="showLibraryContents" value="true" />
95
+ </component>
96
+ <component name="PropertiesComponent">{
97
+ &quot;keyToString&quot;: {
98
+ &quot;DefaultHtmlFileTemplate&quot;: &quot;HTML File&quot;,
99
+ &quot;JavaScript Debug.wtf.html.executor&quot;: &quot;Run&quot;,
100
+ &quot;ModuleVcsDetector.initialDetectionPerformed&quot;: &quot;true&quot;,
101
+ &quot;Node.js.firsttime.java.executor&quot;: &quot;Run&quot;,
102
+ &quot;Node.js.firsttime.js.executor&quot;: &quot;Run&quot;,
103
+ &quot;Node.js.javascripting.js.executor&quot;: &quot;Run&quot;,
104
+ &quot;Python tests.Python tests in test.executor&quot;: &quot;Run&quot;,
105
+ &quot;Python.FILE.executor&quot;: &quot;Run&quot;,
106
+ &quot;Python.JAVAX.executor&quot;: &quot;Run&quot;,
107
+ &quot;Python.Learning.executor&quot;: &quot;Run&quot;,
108
+ &quot;Python.__init__.executor&quot;: &quot;Run&quot;,
109
+ &quot;Python.a.executor&quot;: &quot;Run&quot;,
110
+ &quot;Python.activate_this.executor&quot;: &quot;Run&quot;,
111
+ &quot;Python.advanced_mod.executor&quot;: &quot;Run&quot;,
112
+ &quot;Python.ai slop app.executor&quot;: &quot;Run&quot;,
113
+ &quot;Python.ai.executor&quot;: &quot;Run&quot;,
114
+ &quot;Python.aiskio.executor&quot;: &quot;Run&quot;,
115
+ &quot;Python.aprilmods.executor&quot;: &quot;Run&quot;,
116
+ &quot;Python.big back.executor&quot;: &quot;Run&quot;,
117
+ &quot;Python.bls.executor&quot;: &quot;Run&quot;,
118
+ &quot;Python.definer.executor&quot;: &quot;Run&quot;,
119
+ &quot;Python.dialog.executor&quot;: &quot;Run&quot;,
120
+ &quot;Python.dwdwdwd.executor&quot;: &quot;Run&quot;,
121
+ &quot;Python.editor.executor&quot;: &quot;Run&quot;,
122
+ &quot;Python.gambler dream.executor&quot;: &quot;Run&quot;,
123
+ &quot;Python.game.executor&quot;: &quot;Run&quot;,
124
+ &quot;Python.hcaan.executor&quot;: &quot;Run&quot;,
125
+ &quot;Python.imTHEEROOOK.executor&quot;: &quot;Run&quot;,
126
+ &quot;Python.javascripting.executor&quot;: &quot;Run&quot;,
127
+ &quot;Python.javasim.executor&quot;: &quot;Run&quot;,
128
+ &quot;Python.korumi.executor&quot;: &quot;Run&quot;,
129
+ &quot;Python.list.executor&quot;: &quot;Run&quot;,
130
+ &quot;Python.main.executor&quot;: &quot;Run&quot;,
131
+ &quot;Python.mak.executor&quot;: &quot;Run&quot;,
132
+ &quot;Python.minecraft.executor&quot;: &quot;Run&quot;,
133
+ &quot;Python.notethon.executor&quot;: &quot;Run&quot;,
134
+ &quot;Python.number Found.executor&quot;: &quot;Run&quot;,
135
+ &quot;Python.ok.executor&quot;: &quot;Run&quot;,
136
+ &quot;Python.p.executor&quot;: &quot;Run&quot;,
137
+ &quot;Python.path.executor&quot;: &quot;Run&quot;,
138
+ &quot;Python.player.Screen.executor&quot;: &quot;Run&quot;,
139
+ &quot;Python.player.executor&quot;: &quot;Run&quot;,
140
+ &quot;Python.player.pick.executor&quot;: &quot;Run&quot;,
141
+ &quot;Python.print.executor&quot;: &quot;Run&quot;,
142
+ &quot;Python.pygame -af.executor&quot;: &quot;Run&quot;,
143
+ &quot;Python.pygame.executor&quot;: &quot;Run&quot;,
144
+ &quot;Python.pygame_AF.executor&quot;: &quot;Run&quot;,
145
+ &quot;Python.python GPT.executor&quot;: &quot;Run&quot;,
146
+ &quot;Python.python edit.executor&quot;: &quot;Run&quot;,
147
+ &quot;Python.random.time!=.executor&quot;: &quot;Run&quot;,
148
+ &quot;Python.rty.executor&quot;: &quot;Run&quot;,
149
+ &quot;Python.s.executor&quot;: &quot;Run&quot;,
150
+ &quot;Python.script.executor&quot;: &quot;Run&quot;,
151
+ &quot;Python.script1.executor&quot;: &quot;Run&quot;,
152
+ &quot;Python.script2.executor&quot;: &quot;Run&quot;,
153
+ &quot;Python.script4.executor&quot;: &quot;Run&quot;,
154
+ &quot;Python.script5.executor&quot;: &quot;Run&quot;,
155
+ &quot;Python.script6.executor&quot;: &quot;Run&quot;,
156
+ &quot;Python.sdsd.executor&quot;: &quot;Run&quot;,
157
+ &quot;Python.something.executor&quot;: &quot;Run&quot;,
158
+ &quot;Python.story.executor&quot;: &quot;Run&quot;,
159
+ &quot;Python.testforai.executor&quot;: &quot;Run&quot;,
160
+ &quot;Python.youtube.executor&quot;: &quot;Run&quot;,
161
+ &quot;Python.zygon.executor&quot;: &quot;Run&quot;,
162
+ &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
163
+ &quot;RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252&quot;: &quot;true&quot;,
164
+ &quot;RunOnceActivity.typescript.service.memoryLimit.init&quot;: &quot;true&quot;,
165
+ &quot;codeWithMe.voiceChat.enabledByDefault&quot;: &quot;false&quot;,
166
+ &quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
167
+ &quot;last_opened_file_path&quot;: &quot;C:/Users/FamilyPC/PyCharmMiscProject&quot;,
168
+ &quot;list.type.of.created.stylesheet&quot;: &quot;CSS&quot;,
169
+ &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
170
+ &quot;node.js.detected.package.jshint&quot;: &quot;true&quot;,
171
+ &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
172
+ &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
173
+ &quot;node.js.selected.package.jshint&quot;: &quot;&quot;,
174
+ &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
175
+ &quot;nodejs_interpreter_path&quot;: &quot;node&quot;,
176
+ &quot;nodejs_package_manager_path&quot;: &quot;C:\\Users\\FamilyPC\\Downloads\\node-v24.18.0-x64.msi&quot;,
177
+ &quot;project.structure.last.edited&quot;: &quot;Facets&quot;,
178
+ &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
179
+ &quot;project.structure.side.proportion&quot;: &quot;0.2&quot;,
180
+ &quot;settings.editor.selected.configurable&quot;: &quot;editor.preferences.completion.popup&quot;,
181
+ &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
182
+ },
183
+ &quot;keyToStringList&quot;: {
184
+ &quot;com.intellij.ide.scratch.ScratchImplUtil$2/New Scratch File&quot;: [
185
+ &quot;C#&quot;
186
+ ]
187
+ }
188
+ }</component>
189
+ <component name="RecentsManager">
190
+ <key name="MoveFile.RECENT_KEYS">
191
+ <recent name="C:\Users\FamilyPC\PyCharmMiscProject\pyevery" />
192
+ <recent name="C:\Users\FamilyPC\PyCharmMiscProject\package_advanced" />
193
+ <recent name="C:\Users\FamilyPC\PyCharmMiscProject" />
194
+ <recent name="C:\Users\FamilyPC\PyCharmMiscProject\Story\Story" />
195
+ <recent name="C:\Users\FamilyPC\PyCharmMiscProject\Story" />
196
+ </key>
197
+ </component>
198
+ <component name="RunManager">
199
+ <configuration name="firsttime.java" type="NodeJSConfigurationType" temporary="true" path-to-node="$APPLICATION_CONFIG_DIR$/node/versions/24.18.0/node" nameIsGenerated="true" path-to-js-file="$PROJECT_DIR$/firsttime.java" working-dir="$PROJECT_DIR$">
200
+ <method v="2" />
201
+ </configuration>
202
+ <configuration name="javascripting.js" type="NodeJSConfigurationType" nameIsGenerated="true" path-to-js-file="javascripting.js" working-dir="$PROJECT_DIR$">
203
+ <method v="2" />
204
+ </configuration>
205
+ <configuration name="hcaan" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
206
+ <module name="PyCharmMiscProject" />
207
+ <option name="ENV_FILES" value="" />
208
+ <option name="INTERPRETER_OPTIONS" value="" />
209
+ <option name="PARENT_ENVS" value="true" />
210
+ <envs>
211
+ <env name="PYTHONUNBUFFERED" value="1" />
212
+ </envs>
213
+ <option name="SDK_HOME" value="" />
214
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
215
+ <option name="IS_MODULE_SDK" value="true" />
216
+ <option name="ADD_CONTENT_ROOTS" value="true" />
217
+ <option name="ADD_SOURCE_ROOTS" value="true" />
218
+ <option name="DEBUG_JUST_MY_CODE" value="false" />
219
+ <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
220
+ <option name="RUN_TOOL" value="" />
221
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/hcaan.py" />
222
+ <option name="PARAMETERS" value="" />
223
+ <option name="SHOW_COMMAND_LINE" value="false" />
224
+ <option name="EMULATE_TERMINAL" value="false" />
225
+ <option name="MODULE_MODE" value="false" />
226
+ <option name="REDIRECT_INPUT" value="false" />
227
+ <option name="INPUT_FILE" value="" />
228
+ <method v="2" />
229
+ </configuration>
230
+ <configuration name="ok" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
231
+ <module name="PyCharmMiscProject" />
232
+ <option name="ENV_FILES" value="" />
233
+ <option name="INTERPRETER_OPTIONS" value="" />
234
+ <option name="PARENT_ENVS" value="true" />
235
+ <envs>
236
+ <env name="PYTHONUNBUFFERED" value="1" />
237
+ </envs>
238
+ <option name="SDK_HOME" value="" />
239
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
240
+ <option name="IS_MODULE_SDK" value="true" />
241
+ <option name="ADD_CONTENT_ROOTS" value="true" />
242
+ <option name="ADD_SOURCE_ROOTS" value="true" />
243
+ <option name="DEBUG_JUST_MY_CODE" value="false" />
244
+ <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
245
+ <option name="RUN_TOOL" value="" />
246
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/ok.py" />
247
+ <option name="PARAMETERS" value="" />
248
+ <option name="SHOW_COMMAND_LINE" value="false" />
249
+ <option name="EMULATE_TERMINAL" value="false" />
250
+ <option name="MODULE_MODE" value="false" />
251
+ <option name="REDIRECT_INPUT" value="false" />
252
+ <option name="INPUT_FILE" value="" />
253
+ <method v="2" />
254
+ </configuration>
255
+ <configuration name="random.time!=" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
256
+ <module name="PyCharmMiscProject" />
257
+ <option name="ENV_FILES" value="" />
258
+ <option name="INTERPRETER_OPTIONS" value="" />
259
+ <option name="PARENT_ENVS" value="true" />
260
+ <envs>
261
+ <env name="PYTHONUNBUFFERED" value="1" />
262
+ </envs>
263
+ <option name="SDK_HOME" value="" />
264
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
265
+ <option name="IS_MODULE_SDK" value="true" />
266
+ <option name="ADD_CONTENT_ROOTS" value="true" />
267
+ <option name="ADD_SOURCE_ROOTS" value="true" />
268
+ <option name="DEBUG_JUST_MY_CODE" value="false" />
269
+ <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
270
+ <option name="RUN_TOOL" value="" />
271
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/random.time!=.py" />
272
+ <option name="PARAMETERS" value="" />
273
+ <option name="SHOW_COMMAND_LINE" value="false" />
274
+ <option name="EMULATE_TERMINAL" value="false" />
275
+ <option name="MODULE_MODE" value="false" />
276
+ <option name="REDIRECT_INPUT" value="false" />
277
+ <option name="INPUT_FILE" value="" />
278
+ <method v="2" />
279
+ </configuration>
280
+ <configuration name="script5" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
281
+ <module name="PyCharmMiscProject" />
282
+ <option name="ENV_FILES" value="" />
283
+ <option name="INTERPRETER_OPTIONS" value="" />
284
+ <option name="PARENT_ENVS" value="true" />
285
+ <envs>
286
+ <env name="PYTHONUNBUFFERED" value="1" />
287
+ </envs>
288
+ <option name="SDK_HOME" value="" />
289
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
290
+ <option name="IS_MODULE_SDK" value="true" />
291
+ <option name="ADD_CONTENT_ROOTS" value="true" />
292
+ <option name="ADD_SOURCE_ROOTS" value="true" />
293
+ <option name="DEBUG_JUST_MY_CODE" value="false" />
294
+ <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
295
+ <option name="RUN_TOOL" value="" />
296
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/script5.py" />
297
+ <option name="PARAMETERS" value="" />
298
+ <option name="SHOW_COMMAND_LINE" value="false" />
299
+ <option name="EMULATE_TERMINAL" value="false" />
300
+ <option name="MODULE_MODE" value="false" />
301
+ <option name="REDIRECT_INPUT" value="false" />
302
+ <option name="INPUT_FILE" value="" />
303
+ <method v="2" />
304
+ </configuration>
305
+ <recent_temporary>
306
+ <list>
307
+ <item itemvalue="Python.hcaan" />
308
+ </list>
309
+ </recent_temporary>
310
+ </component>
311
+ <component name="SharedIndexes">
312
+ <attachedChunks>
313
+ <set>
314
+ <option value="bundled-python-sdk-c59985aa861c-c2ffad84badb-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-261.24374.152" />
315
+ </set>
316
+ </attachedChunks>
317
+ </component>
318
+ <component name="TaskManager">
319
+ <task active="true" id="Default" summary="Default task">
320
+ <changelist id="87dd8459-85d1-457e-9fe5-83e2f13fdf62" name="Changes" comment="" />
321
+ <created>1781863523679</created>
322
+ <option name="number" value="Default" />
323
+ <option name="presentableId" value="Default" />
324
+ <updated>1781863523679</updated>
325
+ <workItem from="1781863538485" duration="20628000" />
326
+ <workItem from="1782121115694" duration="1817000" />
327
+ <workItem from="1782122950806" duration="49000" />
328
+ <workItem from="1782123041235" duration="134000" />
329
+ <workItem from="1782123333443" duration="198000" />
330
+ <workItem from="1782123547920" duration="303000" />
331
+ <workItem from="1782652455678" duration="1500000" />
332
+ <workItem from="1782654073877" duration="147000" />
333
+ <workItem from="1782654870275" duration="1731000" />
334
+ <workItem from="1782740491828" duration="2749000" />
335
+ <workItem from="1782987676898" duration="948000" />
336
+ <workItem from="1783016701618" duration="727000" />
337
+ <workItem from="1783017576448" duration="2092000" />
338
+ <workItem from="1783071386507" duration="2860000" />
339
+ <workItem from="1783167320094" duration="6578000" />
340
+ <workItem from="1783198210020" duration="5666000" />
341
+ <workItem from="1783240451151" duration="2806000" />
342
+ <workItem from="1783243625370" duration="2342000" />
343
+ <workItem from="1783248911804" duration="11236000" />
344
+ <workItem from="1783327928918" duration="10492000" />
345
+ <workItem from="1783360149694" duration="3885000" />
346
+ <workItem from="1783422534039" duration="3435000" />
347
+ <workItem from="1783433526642" duration="2429000" />
348
+ <workItem from="1783501766120" duration="2207000" />
349
+ <workItem from="1783512458353" duration="1256000" />
350
+ <workItem from="1783513740153" duration="2217000" />
351
+ <workItem from="1783541738844" duration="2606000" />
352
+ <workItem from="1783603010859" duration="2336000" />
353
+ <workItem from="1783712269234" duration="713000" />
354
+ <workItem from="1783717021327" duration="4110000" />
355
+ <workItem from="1783760025272" duration="6643000" />
356
+ <workItem from="1783850443056" duration="13255000" />
357
+ <workItem from="1783883839691" duration="7413000" />
358
+ <workItem from="1783940152881" duration="4670000" />
359
+ <workItem from="1784032170479" duration="1730000" />
360
+ <workItem from="1784067038235" duration="2537000" />
361
+ <workItem from="1784110348127" duration="1390000" />
362
+ <workItem from="1784117148432" duration="4419000" />
363
+ <workItem from="1784140012202" duration="1341000" />
364
+ <workItem from="1784203400208" duration="5924000" />
365
+ <workItem from="1784289770559" duration="3183000" />
366
+ <workItem from="1784374178019" duration="15644000" />
367
+ <workItem from="1784410277613" duration="55000" />
368
+ <workItem from="1784724507898" duration="688000" />
369
+ </task>
370
+ <servers />
371
+ </component>
372
+ <component name="TypeScriptGeneratedFilesManager">
373
+ <option name="version" value="3" />
374
+ </component>
375
+ <component name="UnknownFeatures">
376
+ <option featureType="com.intellij.fileTypeFactory" implementationName="*.gs" />
377
+ </component>
378
+ <component name="XDebuggerManager">
379
+ <breakpoint-manager>
380
+ <breakpoints>
381
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
382
+ <url>file://$PROJECT_DIR$/qyl/dialog.py</url>
383
+ <line>8</line>
384
+ <option name="timeStamp" value="1" />
385
+ </line-breakpoint>
386
+ </breakpoints>
387
+ </breakpoint-manager>
388
+ </component>
389
+ <component name="XSLT-Support.FileAssociations.UIState">
390
+ <expand />
391
+ <select />
392
+ </component>
393
+ <component name="com.intellij.coverage.CoverageDataManagerImpl">
394
+ <SUITE FILE_PATH="coverage/Welcome$p.coverage" NAME="p Coverage Results" MODIFIED="1783424340189" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
395
+ <SUITE FILE_PATH="coverage/Welcome$testforai.coverage" NAME="testforai Coverage Results" MODIFIED="1784118015315" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
396
+ <SUITE FILE_PATH="coverage/Welcome$sdsd.coverage" NAME="sdsd Coverage Results" MODIFIED="1784210775953" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
397
+ <SUITE FILE_PATH="coverage/Welcome$imTHEEROOOK.coverage" NAME="imTHEEROOOK Coverage Results" MODIFIED="1781889439170" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
398
+ <SUITE FILE_PATH="coverage/Welcome$zygon.coverage" NAME="zygon Coverage Results" MODIFIED="1784141208862" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
399
+ <SUITE FILE_PATH="coverage/Welcome$print.coverage" NAME="print Coverage Results" MODIFIED="1783861366355" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
400
+ <SUITE FILE_PATH="coverage/Welcome$aprilmods.coverage" NAME="aprilmods Coverage Results" MODIFIED="1784406505991" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
401
+ <SUITE FILE_PATH="coverage/Welcome$script6.coverage" NAME="script6 Coverage Results" MODIFIED="1783424316163" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
402
+ <SUITE FILE_PATH="coverage/Welcome$gambler_dream.coverage" NAME="gambler dream Coverage Results" MODIFIED="1783512821887" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
403
+ <SUITE FILE_PATH="coverage/Welcome$ai_slop_app.coverage" NAME="ai slop app Coverage Results" MODIFIED="1784204854990" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
404
+ <SUITE FILE_PATH="coverage/Welcome$script.coverage" NAME="script Coverage Results" MODIFIED="1783760041187" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
405
+ <SUITE FILE_PATH="coverage/Welcome$game.coverage" NAME="game Coverage Results" MODIFIED="1783760061567" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
406
+ <SUITE FILE_PATH="coverage/Welcome$a.coverage" NAME="a Coverage Results" MODIFIED="1783545978698" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
407
+ <SUITE FILE_PATH="coverage/Welcome$python_GPT.coverage" NAME="python GPT Coverage Results" MODIFIED="1784378432642" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
408
+ <SUITE FILE_PATH="coverage/Welcome$rty.coverage" NAME="rty Coverage Results" MODIFIED="1783422888199" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
409
+ <SUITE FILE_PATH="coverage/Welcome$ok.coverage" NAME="ok Coverage Results" MODIFIED="1782653284457" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
410
+ <SUITE FILE_PATH="coverage/Welcome$script5.coverage" NAME="script5 Coverage Results" MODIFIED="1782653402637" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
411
+ <SUITE FILE_PATH="coverage/Welcome$python_edit.coverage" NAME="python edit Coverage Results" MODIFIED="1784110850547" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
412
+ <SUITE FILE_PATH="coverage/Welcome$notethon.coverage" NAME="notethon Coverage Results" MODIFIED="1784211621661" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
413
+ <SUITE FILE_PATH="coverage/Welcome$.coverage" NAME=" Coverage Results" MODIFIED="1782121660955" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/TAMIM memorycharm/test" />
414
+ <SUITE FILE_PATH="coverage/Welcome$bls.coverage" NAME="bls Coverage Results" MODIFIED="1783853637501" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
415
+ <SUITE FILE_PATH="coverage/Welcome$mak.coverage" NAME="mak Coverage Results" MODIFIED="1784408577961" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
416
+ <SUITE FILE_PATH="coverage/Welcome$big_back.coverage" NAME="big back Coverage Results" MODIFIED="1784378836379" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
417
+ <SUITE FILE_PATH="coverage/Welcome$random_time__.coverage" NAME="random.time!= Coverage Results" MODIFIED="1782653461505" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
418
+ <SUITE FILE_PATH="coverage/Welcome$aiskio.coverage" NAME="aiskio Coverage Results" MODIFIED="1784292076219" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
419
+ <SUITE FILE_PATH="coverage/Welcome$script2.coverage" NAME="script2 Coverage Results" MODIFIED="1783018743129" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
420
+ <SUITE FILE_PATH="coverage/Welcome$pygame.coverage" NAME="pygame Coverage Results" MODIFIED="1783241539094" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
421
+ <SUITE FILE_PATH="coverage/Welcome$number_Found.coverage" NAME="number Found Coverage Results" MODIFIED="1781876265759" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
422
+ <SUITE FILE_PATH="coverage/Welcome$hcaan.coverage" NAME="hcaan Coverage Results" MODIFIED="1784111093937" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
423
+ <SUITE FILE_PATH="coverage/Welcome$dwdwdwd.coverage" NAME="dwdwdwd Coverage Results" MODIFIED="1783424259547" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
424
+ <SUITE FILE_PATH="coverage/Welcome$advanced_mod.coverage" NAME="advanced_mod Coverage Results" MODIFIED="1784407621511" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
425
+ </component>
426
+ </project>
qyl-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,34 @@
1
+ Metadata-Version: 2.5
2
+ Name: qyl
3
+ Version: 0.0.1
4
+ Summary: A package that customizes your computer, learn it your self its pretty easy to use
5
+ Requires-Python: >=3.11
6
+ Requires-Dist: jupyter-core
7
+ Requires-Dist: keyboard
8
+ Requires-Dist: psutil
9
+ Description-Content-Type: text/markdown
10
+
11
+ [qyl]
12
+ normal, easy to learn, make files and read folders without asking ai how hard it is, [qyl] is a Package made because I saw someone or a lot get raged and quit as that,
13
+ now it was made to make custom files read or whatever, easier in coding.
14
+ also qyl.controler.system() functions:
15
+
16
+ 'OpenFolder' opens the folder,
17
+
18
+ 'CanUnlockFolders': if there was an error it would not update the string,
19
+
20
+ 'ReadFolder': reads the folder,
21
+
22
+ 'GetZipFile': gets the version of zip that you putted on Varhappenon,
23
+
24
+
25
+
26
+ [qyl.filelists]
27
+ makes folders into lists, easy to use, more functions
28
+
29
+ [qyl.dialog]
30
+ controls the console, and better dialogs.
31
+
32
+ version = 0.0.1
33
+
34
+ its 0.0.1 because this is the First version so it may take alot of time
qyl-0.0.1/a.py ADDED
@@ -0,0 +1,84 @@
1
+ import ursina as u
2
+ import ursina.prefabs.first_person_controller as upf
3
+ screen = u.Ursina()
4
+ player=upf.FirstPersonController(x=20, y=50)
5
+ myentity = u.Entity(
6
+ model='cube',
7
+ scale=50,
8
+ position=(-5, -5, -5),
9
+ collider='box'
10
+ )
11
+ bot = u.Entity(
12
+ model='sphere',
13
+ scale=5,
14
+ position=(5,50,5),
15
+ collider='sphere'
16
+ )
17
+ secretbot = u.Entity(
18
+ model='cube',
19
+ scale=5,
20
+ color=u.color.blue,
21
+ position=(5,50,5)
22
+ )
23
+ fastbot = u.Entity(
24
+ model='sphere',
25
+ color=u.color.yellow,
26
+ scale=3,
27
+ position=(0,70,0),
28
+ collider='sphere',
29
+ )
30
+ hiderbot = u.Entity(model='cube', color=u.color.brown, scale=1, position=(50,50,50),collider='box')
31
+ checkchecker = 0
32
+ def blind_spot(entity):
33
+ to_entity = (player.position - entity.position).normalized()
34
+ if to_entity.dot(player.forward) <= 0:
35
+ return True
36
+ else:
37
+ return False
38
+ def update():
39
+ global checkchecker
40
+ bot.look_at(player.position)
41
+ bot.position += bot.forward * u.time.dt
42
+ hiderbot.look_at(secretbot.position)
43
+ hiderbot.position += hiderbot.forward * 10 * u.time.dt
44
+ if u.distance(player, hiderbot) <= 10:
45
+ if hiderbot.intersects(player).hit or u.distance(player.position, hiderbot.position) < 1.5:
46
+ player.x = fastbot.x + 2
47
+ player.y = fastbot.y
48
+ player.z = fastbot.z
49
+ else:
50
+ hiderbot.look_at(player.position)
51
+ hiderbot.position += hiderbot.forward * 10 * u.time.dt
52
+ if player.y < -10:
53
+ player.y = 50
54
+ if bot.intersects(player).hit:
55
+ player.y = 50
56
+ player.x = 0
57
+ to_bot = (secretbot.position - player.position).normalized()
58
+ if to_bot.dot(player.forward)>0.2:
59
+ pass
60
+ if u.held_keys['shift']:
61
+ player.speed = 15
62
+ else:
63
+ player.speed = 10
64
+ if (u.Vec3(secretbot.x,0,secretbot.z)-u.Vec3(player.x,0,player.z)).normalized().dot(u.Vec3(player.forward.x,0,player.forward.z).normalized()) <= 0.5:
65
+ secretbot.look_at(player.position)
66
+ secretbot.position += secretbot.forward * u.time.dt
67
+ if (u.Vec3(secretbot.x,0,secretbot.z)-u.Vec3(player.x,0,player.z)).normalized().dot(u.Vec3(player.forward.x,0,player.forward.z).normalized()) >= 0.51:
68
+ secretbot.look_at(player.position)
69
+ secretbot.position += (secretbot.right * 7 + (player.position - player.forward * 5).normalized()) * u.time.dt
70
+ if checkchecker == 0:
71
+ if fastbot.intersects(traverse_target=bot).hit:
72
+ checkchecker = 1
73
+ return
74
+ fastbot.look_at(bot.position)
75
+ fastbot.position += fastbot.forward * 8 * u.time.dt
76
+ if checkchecker == 1:
77
+ if fastbot.intersects(player).hit or u.distance(fastbot.position, player.position) < 2.5:
78
+ player.y += 2
79
+ checkchecker = 0
80
+ return
81
+ elif checkchecker == 1:
82
+ fastbot.look_at(player.position)
83
+ fastbot.position += fastbot.forward * 8 * u.time.dt
84
+ screen.run()
@@ -0,0 +1,16 @@
1
+ #!/bin/sh
2
+ basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3
+
4
+ case `uname` in
5
+ *CYGWIN*|*MINGW*|*MSYS*)
6
+ if command -v cygpath > /dev/null 2>&1; then
7
+ basedir=`cygpath -w "$basedir"`
8
+ fi
9
+ ;;
10
+ esac
11
+
12
+ if [ -x "$basedir/node" ]; then
13
+ exec "$basedir/node" "$basedir/../prebuild-install/bin.js" "$@"
14
+ else
15
+ exec node "$basedir/../prebuild-install/bin.js" "$@"
16
+ fi