hardpy 0.8.0__py3-none-any.whl → 0.10.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 (33) hide show
  1. hardpy/__init__.py +6 -1
  2. hardpy/cli/cli.py +78 -11
  3. hardpy/common/config.py +16 -0
  4. hardpy/common/stand_cloud/__init__.py +13 -0
  5. hardpy/common/stand_cloud/connector.py +227 -0
  6. hardpy/common/stand_cloud/exception.py +9 -0
  7. hardpy/common/stand_cloud/oauth_callback.py +95 -0
  8. hardpy/common/stand_cloud/registration.py +209 -0
  9. hardpy/common/stand_cloud/token_storage.py +23 -0
  10. hardpy/hardpy_panel/api.py +10 -8
  11. hardpy/hardpy_panel/frontend/dist/asset-manifest.json +3 -3
  12. hardpy/hardpy_panel/frontend/dist/index.html +1 -1
  13. hardpy/hardpy_panel/frontend/dist/static/js/main.8a7d8f7d.js +3 -0
  14. hardpy/hardpy_panel/frontend/dist/static/js/main.8a7d8f7d.js.map +1 -0
  15. hardpy/pytest_hardpy/db/const.py +6 -0
  16. hardpy/pytest_hardpy/db/schema/v1.py +12 -3
  17. hardpy/pytest_hardpy/plugin.py +56 -4
  18. hardpy/pytest_hardpy/pytest_call.py +79 -42
  19. hardpy/pytest_hardpy/pytest_wrapper.py +14 -4
  20. hardpy/pytest_hardpy/reporter/hook_reporter.py +10 -0
  21. hardpy/pytest_hardpy/result/__init__.py +4 -0
  22. hardpy/pytest_hardpy/result/report_loader/__init__.py +4 -0
  23. hardpy/pytest_hardpy/result/report_loader/stand_cloud_loader.py +72 -0
  24. hardpy/pytest_hardpy/utils/connection_data.py +2 -0
  25. hardpy/pytest_hardpy/utils/dialog_box.py +10 -0
  26. {hardpy-0.8.0.dist-info → hardpy-0.10.0.dist-info}/METADATA +9 -2
  27. {hardpy-0.8.0.dist-info → hardpy-0.10.0.dist-info}/RECORD +31 -24
  28. {hardpy-0.8.0.dist-info → hardpy-0.10.0.dist-info}/WHEEL +1 -1
  29. hardpy/hardpy_panel/frontend/dist/static/js/main.6f09d61a.js +0 -3
  30. hardpy/hardpy_panel/frontend/dist/static/js/main.6f09d61a.js.map +0 -1
  31. /hardpy/hardpy_panel/frontend/dist/static/js/{main.6f09d61a.js.LICENSE.txt → main.8a7d8f7d.js.LICENSE.txt} +0 -0
  32. {hardpy-0.8.0.dist-info → hardpy-0.10.0.dist-info}/entry_points.txt +0 -0
  33. {hardpy-0.8.0.dist-info → hardpy-0.10.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,14 +1,20 @@
1
- hardpy/__init__.py,sha256=bZka1CixhogDKm3hyIrD4fkE6sCYcGTBoDtsP-6mj6Y,1741
1
+ hardpy/__init__.py,sha256=WX_p5lKywria7tlZulIKTdPhgG-F_Soic1eQa25_of8,1918
2
2
  hardpy/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- hardpy/cli/cli.py,sha256=DJFkqEx5-ft0rpbARDGFb-tIMNlBc76d2hzF_btVDHA,4573
3
+ hardpy/cli/cli.py,sha256=EzyTc8C771NaVnwLed9tAauX8MHVhdxmWetKOfqWFBk,6538
4
4
  hardpy/cli/template.py,sha256=a9BZX8uFbIwyGfUex0PWGVirZ6GlkVpfpAdNsP_fqYo,6478
5
5
  hardpy/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- hardpy/common/config.py,sha256=aeSEAnl4FQkHw35JlbKqlC1CbZyhBQphA6YmMuzhWLw,4461
6
+ hardpy/common/config.py,sha256=IkY3jTCmjzmIqXBPGhBPQp2yEx8SzI00c5WrEspIhsQ,5077
7
+ hardpy/common/stand_cloud/__init__.py,sha256=iOLOLdz06j8TLZBzHbYYuc0V5RYdEuG9ZbAxSg3rP2s,412
8
+ hardpy/common/stand_cloud/connector.py,sha256=RBG-RDQmKGDey7mT13KiDtl-0ETIGivF-3LGtI67Odg,7334
9
+ hardpy/common/stand_cloud/exception.py,sha256=eKkqu5ylDRIGN_yZhvz2xVGm49XmlZ8nryALgdRqpbY,287
10
+ hardpy/common/stand_cloud/oauth_callback.py,sha256=GkADOnQ46HwxKEdgG_4bS1xX0ybfdQqMK3us-dMuHVw,3322
11
+ hardpy/common/stand_cloud/registration.py,sha256=QoQLRx69AdUF-uS8ACSlUeI5bxzHRpuvLLvWylX-lrQ,6007
12
+ hardpy/common/stand_cloud/token_storage.py,sha256=g-wqGV2Cq0UJwQQX7k84WbgbUfelfJys-Te1JYdBnLw,681
7
13
  hardpy/hardpy_panel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- hardpy/hardpy_panel/api.py,sha256=XQeTsh-TJxizaQYpzFVDHPUG6XOIZJThbxtdyjgEKSo,2992
9
- hardpy/hardpy_panel/frontend/dist/asset-manifest.json,sha256=dlGk6O3iTOi1oRMF3UhLl8JPBRI-3ePa94kAMSs82Ew,2824
14
+ hardpy/hardpy_panel/api.py,sha256=2brUDu8gAV7WduZTlxfW_ax-Z7loE-RXzZgrUUd33L4,3073
15
+ hardpy/hardpy_panel/frontend/dist/asset-manifest.json,sha256=PgtjHvX6HPsAzUrKaCldhGUmr0wyFIv8brWW2pitHUQ,2824
10
16
  hardpy/hardpy_panel/frontend/dist/favicon.ico,sha256=sgIk5PKUKEKBDpkSrc8dJgjpObp0iF82Mec0GpfKId4,15406
11
- hardpy/hardpy_panel/frontend/dist/index.html,sha256=cfy45pXCBq9CSJctY1q_PzMf-3m5NaRQEXk9JNuoYuY,656
17
+ hardpy/hardpy_panel/frontend/dist/index.html,sha256=zlW8GXzZZSz2Q3d1RP1LuNzuNFQk9oI1iemKzFbxC_o,656
12
18
  hardpy/hardpy_panel/frontend/dist/logo192.png,sha256=E4K7drvhJCg9HcTpRihOXZhVJVBZ7-W97Se-3tDb46o,14485
13
19
  hardpy/hardpy_panel/frontend/dist/logo512.png,sha256=-fIMbqX7PYUpheK4kX1C1erRTe_hHZwFQYDLrAbhFRU,34188
14
20
  hardpy/hardpy_panel/frontend/dist/manifest.json,sha256=PfmJlN2JMJtHS6OnhU4b4X5wPQC_yRBdjesjoirObSA,502
@@ -26,9 +32,9 @@ hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths.f63155c9.c
26
32
  hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths.f63155c9.chunk.js.map,sha256=p1xKHRK4AZutkZsQHiWSNU61tYp7I3iUuyLLm3eqkHQ,2833
27
33
  hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js,sha256=Jl5xm_jQ9IXKhCagHHvnIhwYXb379Q5FFBiqPoKdUIE,605
28
34
  hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js.map,sha256=amJiG2QaJMRR9Y2M0C2soOqd75xdQHhsVKjwrDSIIT0,2224
29
- hardpy/hardpy_panel/frontend/dist/static/js/main.6f09d61a.js,sha256=cMaNHNmrd24qy2qchDphLp8aRPHwtoPmzqD8hoMez7E,1064938
30
- hardpy/hardpy_panel/frontend/dist/static/js/main.6f09d61a.js.LICENSE.txt,sha256=ForPNukClWMEP3pF9LMYoU-ve-LsyCH-rYU8eLki_FY,2315
31
- hardpy/hardpy_panel/frontend/dist/static/js/main.6f09d61a.js.map,sha256=PTrIsSXig1lWc89Cjsfglkc4zz-ibfJUkASVZnOC7-s,5316516
35
+ hardpy/hardpy_panel/frontend/dist/static/js/main.8a7d8f7d.js,sha256=lb369nZXWvAWJvKBkONDxwjGgt8q1R5K8LjHmAig-uA,1067533
36
+ hardpy/hardpy_panel/frontend/dist/static/js/main.8a7d8f7d.js.LICENSE.txt,sha256=ForPNukClWMEP3pF9LMYoU-ve-LsyCH-rYU8eLki_FY,2315
37
+ hardpy/hardpy_panel/frontend/dist/static/js/main.8a7d8f7d.js.map,sha256=MwMn2EKAFx4ynoVjCcFuWYJO_iFS4j3FNVllq5oYYdA,5324603
32
38
  hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.520846c6beb41df528c8.eot,sha256=PTCTrQYNHX2hIPUaYWtOKrI30-iQGXt_EGxq6JCXie0,117628
33
39
  hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.5c52b39c697f2323ce8b.svg,sha256=lDCQy06aS-9bmhwuFOUs-EdcR8MP2wqwAwky5oamtkQ,509417
34
40
  hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.84db1772f4bfb529f64f.woff,sha256=edyqQN0nw4dNBs1pgr7pQB7nJhhR6T_YfklFcG_fHj0,53344
@@ -41,39 +47,40 @@ hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-20.afbadb627d43b7
41
47
  hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-20.e857f5a5132b8bfa71a1.woff,sha256=mQZTxE1PyyAL16VWuASOvXlZFwuI4aCPvbrhfgpdIdU,55356
42
48
  hardpy/hardpy_panel/frontend/dist/static/media/logo_smol.5b16f92447a4a9e80331.png,sha256=E4K7drvhJCg9HcTpRihOXZhVJVBZ7-W97Se-3tDb46o,14485
43
49
  hardpy/pytest_hardpy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
- hardpy/pytest_hardpy/plugin.py,sha256=ExStGYzMl9OlDzUJZaNJgvRIgqJkkCI3brLvVqw2oRk,15897
45
- hardpy/pytest_hardpy/pytest_call.py,sha256=3G8oZr9lkGQ9CrjlHcq_q-xc9zVDw6moWACq1om7tHw,11616
46
- hardpy/pytest_hardpy/pytest_wrapper.py,sha256=Xj4N3KlgTQMKLcIW0xZKYJC47FCJKsgwuxbLQMOmOMU,4535
50
+ hardpy/pytest_hardpy/plugin.py,sha256=dBgj_p7Re9BWHCXKUT8h5J8LGAXK0Jb_ac9fdtQ_q3A,17671
51
+ hardpy/pytest_hardpy/pytest_call.py,sha256=S8v5XHm8iG_KcVeBHlb97aupGSWpadsaH_dfLLGTGEQ,12628
52
+ hardpy/pytest_hardpy/pytest_wrapper.py,sha256=y9McSAzSIushZek2wmNooZDDnN_1TlxHoW-WG5Wk29M,5002
47
53
  hardpy/pytest_hardpy/db/__init__.py,sha256=G6y13JPh8HaH2O9E3_LTH_bTUVSgiezQFjDGaNIljec,557
48
54
  hardpy/pytest_hardpy/db/base_connector.py,sha256=5a476F5LwvFUfQ4Yc0Q6biacULDrCk8UHPlpc6n0NRQ,1111
49
55
  hardpy/pytest_hardpy/db/base_server.py,sha256=XqTff225iIymPYUGGEja9r9WOilVw7ljcAVp1M8VuAI,404
50
56
  hardpy/pytest_hardpy/db/base_store.py,sha256=9TA1BAU4_ARm4dxfhLRNWSnGV98z0rr9U1o0BibBe-U,3532
51
- hardpy/pytest_hardpy/db/const.py,sha256=RUHkSRNtTa3sYTMoZg1Ser_BkcUup_bxuiwHa6yi7Wk,768
57
+ hardpy/pytest_hardpy/db/const.py,sha256=MkKYBAf5_o4jaGM-vfprKbRXITb-ix7RqmNo3AMCI7o,894
52
58
  hardpy/pytest_hardpy/db/runstore.py,sha256=tCXWo2AW0er3lbDcCqYbYxOBbINMZNtfnnjlIJpXmIA,949
53
59
  hardpy/pytest_hardpy/db/statestore.py,sha256=0sv4AqzwW_J34O-cb7aN3zmgULIVtZRi_qg4XvC2_L0,586
54
60
  hardpy/pytest_hardpy/db/schema/__init__.py,sha256=1S73W3PLQt8gX5Y33nbX1JdwLvnrtlKH4cElID3pwuc,263
55
- hardpy/pytest_hardpy/db/schema/v1.py,sha256=DHxMP0jeh7IqBji0uxh056_NkLMwJJv6eaK-azG8KnY,9142
61
+ hardpy/pytest_hardpy/db/schema/v1.py,sha256=iEkcczMYo9TGs6dTzL5eR1k59rkOC8FDs4JRqGuoNAM,9454
56
62
  hardpy/pytest_hardpy/reporter/__init__.py,sha256=rztpM2HlLUpMOvad0JHbZU4Mk8PDDQyCFXLhpLktGQI,322
57
63
  hardpy/pytest_hardpy/reporter/base.py,sha256=o5Pbl89nWLCFd1mYiFdxCQ9d3FOb9oQ3eruYH60H5CQ,2517
58
- hardpy/pytest_hardpy/reporter/hook_reporter.py,sha256=haK9Wl3oplTtkkU_6OncBGnGPp5JHnzUCGx91GGqbWQ,11251
64
+ hardpy/pytest_hardpy/reporter/hook_reporter.py,sha256=PAmy-dcIectzbAd3NfZDi_IydtFXwY9_7HlbsgLhLvA,11585
59
65
  hardpy/pytest_hardpy/reporter/runner_reporter.py,sha256=YsK8wrLIulsixePG6WNfC4MagpKfhP5j0CUaXkcfeL0,790
60
- hardpy/pytest_hardpy/result/__init__.py,sha256=0-W_usRzALAbvlKxW-qXeW214H8Bp5UNvl-FG-vrWrM,346
66
+ hardpy/pytest_hardpy/result/__init__.py,sha256=JEFxF8yCnBcUSkvRFIjOCTafMIQuMXCBL23Uj0vSX2E,469
61
67
  hardpy/pytest_hardpy/result/couchdb_config.py,sha256=rzUc2cg6uUnDo6RPHTaWR_RbmN_uZ77dWGCXQYz8iNk,3292
62
- hardpy/pytest_hardpy/result/report_loader/__init__.py,sha256=FuHuD6IFZyaKj0yu5urhf6nkxGbiPONJ-WHnJ2jHwyc,251
68
+ hardpy/pytest_hardpy/result/report_loader/__init__.py,sha256=wq5Y-_JW2ExCRnQ9VVesKmTToEQrcTY5RxNJIWaT9ag,374
63
69
  hardpy/pytest_hardpy/result/report_loader/couchdb_loader.py,sha256=KcZ0JkCgWhrj2J9M04JBDy0fpqtpVEYtu9GCLDG27pU,2255
70
+ hardpy/pytest_hardpy/result/report_loader/stand_cloud_loader.py,sha256=RM6teBUvX5BlYUEHnElqIBvbbfx0G98vwjlCecI6FG8,2405
64
71
  hardpy/pytest_hardpy/result/report_reader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
65
72
  hardpy/pytest_hardpy/result/report_reader/couchdb_reader.py,sha256=GrROwfTVyJaVLPBxkvOM35HCksFEnWm0aVI8FibPikg,5911
66
73
  hardpy/pytest_hardpy/utils/__init__.py,sha256=eNvQ5OjiLHLj9Rn2y4hyIexano1CUNhSMhzaw3IUwn4,1471
67
- hardpy/pytest_hardpy/utils/connection_data.py,sha256=NVDrkGok5fW2c163bwjBN0F9Ja2CZrwSL0bRUrNXTU0,484
74
+ hardpy/pytest_hardpy/utils/connection_data.py,sha256=H5WyQhyRolXkZPrSDAlNRm0TRUcJAsHC7_27MjRa85w,564
68
75
  hardpy/pytest_hardpy/utils/const.py,sha256=RuzRmnpvmUylRbj8CxtaVbo7J9kp6rELvjPdfUzMQLU,407
69
- hardpy/pytest_hardpy/utils/dialog_box.py,sha256=qOTSGJb9PSBA9URVDiDrXM3cK9JljgXw32-DSYY0NbU,9393
76
+ hardpy/pytest_hardpy/utils/dialog_box.py,sha256=aUakpMihJTLRaAWm1Ybt2SPYGBL5Gt9pOmhIMYEHIls,9708
70
77
  hardpy/pytest_hardpy/utils/exception.py,sha256=kLvJpAppjFsdnhw7zhUHGMLhS946O36H2-F5wrTeVVE,1380
71
78
  hardpy/pytest_hardpy/utils/machineid.py,sha256=6JAzUt7KtjTYn8kL9hSMaCQ20U8liH-zDT9v-5Ch7Q8,296
72
79
  hardpy/pytest_hardpy/utils/node_info.py,sha256=mA7u1KHHLIq70ZNOOF7NVlxMmfhwGanVyXpBNfBWQDk,4121
73
80
  hardpy/pytest_hardpy/utils/progress_calculator.py,sha256=TPl2gG0ZSvMe8otPythhF9hkD6fa6-mJAhy9yI83-yE,1071
74
81
  hardpy/pytest_hardpy/utils/singleton.py,sha256=tjUGs48o_vBeVpRsEBZEOTCoCUikpIFmQ1c3rsfymso,948
75
- hardpy-0.8.0.dist-info/METADATA,sha256=s6QH1Lulem4N-Gbt44S2fLAC2rZ-SkDzQmGixdEF8P0,3635
76
- hardpy-0.8.0.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
77
- hardpy-0.8.0.dist-info/entry_points.txt,sha256=nL2sMkKMScNaOE0IPkYnu9Yr-BUswZvGSrwY-SxHY3E,102
78
- hardpy-0.8.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
79
- hardpy-0.8.0.dist-info/RECORD,,
82
+ hardpy-0.10.0.dist-info/METADATA,sha256=A6XFOyxpBR8ENne-9TGG2SSXJ5MIHQpvhwp8JuooWDg,3909
83
+ hardpy-0.10.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
84
+ hardpy-0.10.0.dist-info/entry_points.txt,sha256=nL2sMkKMScNaOE0IPkYnu9Yr-BUswZvGSrwY-SxHY3E,102
85
+ hardpy-0.10.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
86
+ hardpy-0.10.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.21.1
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any