hardpy 0.11.2__py3-none-any.whl → 0.12.0__py3-none-any.whl

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 (55) hide show
  1. hardpy/__init__.py +6 -0
  2. hardpy/cli/cli.py +7 -0
  3. hardpy/cli/template.py +0 -4
  4. hardpy/hardpy_panel/frontend/dist/assets/allPaths-B26356fZ.js +1 -0
  5. hardpy/hardpy_panel/frontend/dist/assets/allPathsLoader-0BeGWuiy.js +2 -0
  6. hardpy/hardpy_panel/frontend/dist/assets/index-BMEat_ws.js +1 -0
  7. hardpy/hardpy_panel/frontend/dist/assets/index-Bl_IX0Up.js +790 -0
  8. hardpy/hardpy_panel/frontend/dist/assets/index-BwCQzehg.css +1 -0
  9. hardpy/hardpy_panel/frontend/dist/assets/index-xb4M2ucX.js +1 -0
  10. hardpy/hardpy_panel/frontend/dist/assets/splitPathsBySizeLoader-BEs5IL5-.js +1 -0
  11. hardpy/hardpy_panel/frontend/dist/index.html +45 -1
  12. hardpy/pytest_hardpy/db/base_store.py +2 -0
  13. hardpy/pytest_hardpy/db/const.py +1 -0
  14. hardpy/pytest_hardpy/db/schema/v1.py +7 -3
  15. hardpy/pytest_hardpy/plugin.py +46 -43
  16. hardpy/pytest_hardpy/pytest_call.py +25 -0
  17. hardpy/pytest_hardpy/result/report_reader/stand_cloud_reader.py +26 -2
  18. hardpy/pytest_hardpy/utils/__init__.py +4 -0
  19. hardpy/pytest_hardpy/utils/exception.py +14 -0
  20. hardpy/pytest_hardpy/utils/node_info.py +58 -13
  21. {hardpy-0.11.2.dist-info → hardpy-0.12.0.dist-info}/METADATA +3 -1
  22. hardpy-0.12.0.dist-info/RECORD +76 -0
  23. hardpy/hardpy_panel/frontend/dist/asset-manifest.json +0 -36
  24. hardpy/hardpy_panel/frontend/dist/static/css/main.e8a862f1.css +0 -2
  25. hardpy/hardpy_panel/frontend/dist/static/css/main.e8a862f1.css.map +0 -1
  26. hardpy/hardpy_panel/frontend/dist/static/js/808.ce070002.chunk.js +0 -2
  27. hardpy/hardpy_panel/frontend/dist/static/js/808.ce070002.chunk.js.map +0 -1
  28. hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-16px-paths.d605910e.chunk.js +0 -2
  29. hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-16px-paths.d605910e.chunk.js.map +0 -1
  30. hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-20px-paths.7ee05cc8.chunk.js +0 -2
  31. hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-20px-paths.7ee05cc8.chunk.js.map +0 -1
  32. hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths-loader.0aa89747.chunk.js +0 -2
  33. hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths-loader.0aa89747.chunk.js.map +0 -1
  34. hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths.f63155c9.chunk.js +0 -2
  35. hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths.f63155c9.chunk.js.map +0 -1
  36. hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js +0 -2
  37. hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js.map +0 -1
  38. hardpy/hardpy_panel/frontend/dist/static/js/main.fb8b84a3.js +0 -3
  39. hardpy/hardpy_panel/frontend/dist/static/js/main.fb8b84a3.js.LICENSE.txt +0 -90
  40. hardpy/hardpy_panel/frontend/dist/static/js/main.fb8b84a3.js.map +0 -1
  41. hardpy-0.11.2.dist-info/RECORD +0 -87
  42. /hardpy/hardpy_panel/frontend/dist/{static/media/blueprint-icons-16.e02ecf515378db143652.ttf → assets/blueprint-icons-16-Bfs1BwbR.ttf} +0 -0
  43. /hardpy/hardpy_panel/frontend/dist/{static/media/blueprint-icons-16.84db1772f4bfb529f64f.woff → assets/blueprint-icons-16-Btb8d-Hu.woff} +0 -0
  44. /hardpy/hardpy_panel/frontend/dist/{static/media/blueprint-icons-16.5c52b39c697f2323ce8b.svg → assets/blueprint-icons-16-CzsyEoPG.svg} +0 -0
  45. /hardpy/hardpy_panel/frontend/dist/{static/media/blueprint-icons-16.b67ee1736e20e37a3225.woff2 → assets/blueprint-icons-16-DrH54W_x.woff2} +0 -0
  46. /hardpy/hardpy_panel/frontend/dist/{static/media/blueprint-icons-16.520846c6beb41df528c8.eot → assets/blueprint-icons-16-RCDSkC4W.eot} +0 -0
  47. /hardpy/hardpy_panel/frontend/dist/{static/media/blueprint-icons-20.429cacb8accf72488451.ttf → assets/blueprint-icons-20-BGGGsqDJ.ttf} +0 -0
  48. /hardpy/hardpy_panel/frontend/dist/{static/media/blueprint-icons-20.8cecf62de42997e4d82f.woff2 → assets/blueprint-icons-20-D9WO2FSG.woff2} +0 -0
  49. /hardpy/hardpy_panel/frontend/dist/{static/media/blueprint-icons-20.afbadb627d43b7857223.eot → assets/blueprint-icons-20-Doom1bSH.eot} +0 -0
  50. /hardpy/hardpy_panel/frontend/dist/{static/media/blueprint-icons-20.6ae3791ee2d86fc228a6.svg → assets/blueprint-icons-20-DyVnGNfQ.svg} +0 -0
  51. /hardpy/hardpy_panel/frontend/dist/{static/media/blueprint-icons-20.e857f5a5132b8bfa71a1.woff → assets/blueprint-icons-20-ZW-9JnPf.woff} +0 -0
  52. /hardpy/hardpy_panel/frontend/dist/{static/media/logo_smol.5b16f92447a4a9e80331.png → assets/logo_smol-CK3jE85c.png} +0 -0
  53. {hardpy-0.11.2.dist-info → hardpy-0.12.0.dist-info}/WHEEL +0 -0
  54. {hardpy-0.11.2.dist-info → hardpy-0.12.0.dist-info}/entry_points.txt +0 -0
  55. {hardpy-0.11.2.dist-info → hardpy-0.12.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,36 +0,0 @@
1
- {
2
- "files": {
3
- "main.css": "/static/css/main.e8a862f1.css",
4
- "main.js": "/static/js/main.fb8b84a3.js",
5
- "blueprint-icons-all-paths-loader.js": "/static/js/blueprint-icons-all-paths-loader.0aa89747.chunk.js",
6
- "blueprint-icons-split-paths-by-size-loader.js": "/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js",
7
- "static/js/808.ce070002.chunk.js": "/static/js/808.ce070002.chunk.js",
8
- "blueprint-icons-all-paths.js": "/static/js/blueprint-icons-all-paths.f63155c9.chunk.js",
9
- "blueprint-icons-16px-paths.js": "/static/js/blueprint-icons-16px-paths.d605910e.chunk.js",
10
- "blueprint-icons-20px-paths.js": "/static/js/blueprint-icons-20px-paths.7ee05cc8.chunk.js",
11
- "static/media/blueprint-icons-20.svg?": "/static/media/blueprint-icons-20.6ae3791ee2d86fc228a6.svg",
12
- "static/media/blueprint-icons-16.svg?": "/static/media/blueprint-icons-16.5c52b39c697f2323ce8b.svg",
13
- "static/media/blueprint-icons-20.eot?": "/static/media/blueprint-icons-20.afbadb627d43b7857223.eot",
14
- "static/media/blueprint-icons-20.ttf?": "/static/media/blueprint-icons-20.429cacb8accf72488451.ttf",
15
- "static/media/blueprint-icons-16.eot?": "/static/media/blueprint-icons-16.520846c6beb41df528c8.eot",
16
- "static/media/blueprint-icons-16.ttf?": "/static/media/blueprint-icons-16.e02ecf515378db143652.ttf",
17
- "static/media/blueprint-icons-20.woff?": "/static/media/blueprint-icons-20.e857f5a5132b8bfa71a1.woff",
18
- "static/media/blueprint-icons-16.woff?": "/static/media/blueprint-icons-16.84db1772f4bfb529f64f.woff",
19
- "static/media/blueprint-icons-20.woff2?": "/static/media/blueprint-icons-20.8cecf62de42997e4d82f.woff2",
20
- "static/media/blueprint-icons-16.woff2?": "/static/media/blueprint-icons-16.b67ee1736e20e37a3225.woff2",
21
- "static/media/logo_smol.png": "/static/media/logo_smol.5b16f92447a4a9e80331.png",
22
- "index.html": "/index.html",
23
- "main.e8a862f1.css.map": "/static/css/main.e8a862f1.css.map",
24
- "main.fb8b84a3.js.map": "/static/js/main.fb8b84a3.js.map",
25
- "blueprint-icons-all-paths-loader.0aa89747.chunk.js.map": "/static/js/blueprint-icons-all-paths-loader.0aa89747.chunk.js.map",
26
- "blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js.map": "/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js.map",
27
- "808.ce070002.chunk.js.map": "/static/js/808.ce070002.chunk.js.map",
28
- "blueprint-icons-all-paths.f63155c9.chunk.js.map": "/static/js/blueprint-icons-all-paths.f63155c9.chunk.js.map",
29
- "blueprint-icons-16px-paths.d605910e.chunk.js.map": "/static/js/blueprint-icons-16px-paths.d605910e.chunk.js.map",
30
- "blueprint-icons-20px-paths.7ee05cc8.chunk.js.map": "/static/js/blueprint-icons-20px-paths.7ee05cc8.chunk.js.map"
31
- },
32
- "entrypoints": [
33
- "static/css/main.e8a862f1.css",
34
- "static/js/main.fb8b84a3.js"
35
- ]
36
- }