hardpy 0.15.2__py3-none-any.whl → 0.17.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 (64) hide show
  1. hardpy/__init__.py +9 -6
  2. hardpy/cli/cli.py +16 -10
  3. hardpy/cli/template.py +5 -4
  4. hardpy/common/config.py +83 -50
  5. hardpy/{pytest_hardpy/utils → common}/singleton.py +1 -1
  6. hardpy/hardpy_panel/api.py +44 -13
  7. hardpy/hardpy_panel/frontend/dist/assets/{allPaths-CV5wjLMB.js → allPaths-COgYwK8M.js} +1 -1
  8. hardpy/hardpy_panel/frontend/dist/assets/{allPathsLoader-JIzW_pSb.js → allPathsLoader-B8vBKA-e.js} +2 -2
  9. hardpy/hardpy_panel/frontend/dist/assets/{blueprint-icons-16-Bfs1BwbR.ttf → blueprint-icons-16-B2twAPZE.ttf} +0 -0
  10. hardpy/hardpy_panel/frontend/dist/assets/{blueprint-icons-16-RCDSkC4W.eot → blueprint-icons-16-C0Unyq1d.eot} +0 -0
  11. hardpy/hardpy_panel/frontend/dist/assets/{blueprint-icons-16-CzsyEoPG.svg → blueprint-icons-16-CVy9qFng.svg} +249 -3
  12. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-Ck1ifK4A.woff +0 -0
  13. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-DwWyHYRo.woff2 +0 -0
  14. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-9zitLjlL.woff2 +0 -0
  15. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-CjKGIKxE.woff +0 -0
  16. hardpy/hardpy_panel/frontend/dist/assets/{blueprint-icons-20-DyVnGNfQ.svg → blueprint-icons-20-DQ09GSQq.svg} +249 -3
  17. hardpy/hardpy_panel/frontend/dist/assets/{blueprint-icons-20-BGGGsqDJ.ttf → blueprint-icons-20-DmR755bS.ttf} +0 -0
  18. hardpy/hardpy_panel/frontend/dist/assets/{blueprint-icons-20-Doom1bSH.eot → blueprint-icons-20-p9MhBXD8.eot} +0 -0
  19. hardpy/hardpy_panel/frontend/dist/assets/browser-ponyfill-CVrkrold.js +2 -0
  20. hardpy/hardpy_panel/frontend/dist/assets/index-B-fsa5Ru.js +1 -0
  21. hardpy/hardpy_panel/frontend/dist/assets/index-B3wEgxl0.js +4673 -0
  22. hardpy/hardpy_panel/frontend/dist/assets/index-B7T9xvaW.css +1 -0
  23. hardpy/hardpy_panel/frontend/dist/assets/index-DLOviMB1.js +1 -0
  24. hardpy/hardpy_panel/frontend/dist/assets/{splitPathsBySizeLoader-DkZadBcn.js → splitPathsBySizeLoader-CLCw9W9y.js} +1 -1
  25. hardpy/hardpy_panel/frontend/dist/index.html +2 -2
  26. hardpy/hardpy_panel/frontend/dist/locales/de/translation.json +22 -7
  27. hardpy/hardpy_panel/frontend/dist/locales/en/translation.json +22 -7
  28. hardpy/hardpy_panel/frontend/dist/locales/es/translation.json +22 -7
  29. hardpy/hardpy_panel/frontend/dist/locales/fr/translation.json +22 -7
  30. hardpy/hardpy_panel/frontend/dist/locales/ja/translation.json +16 -1
  31. hardpy/hardpy_panel/frontend/dist/locales/ru/translation.json +22 -7
  32. hardpy/hardpy_panel/frontend/dist/locales/zh/translation.json +16 -1
  33. hardpy/pytest_hardpy/db/__init__.py +12 -0
  34. hardpy/pytest_hardpy/db/base_store.py +31 -4
  35. hardpy/pytest_hardpy/db/runstore.py +1 -1
  36. hardpy/pytest_hardpy/db/schema/v1.py +8 -6
  37. hardpy/pytest_hardpy/db/statestore.py +1 -1
  38. hardpy/pytest_hardpy/plugin.py +38 -25
  39. hardpy/pytest_hardpy/pytest_call.py +74 -29
  40. hardpy/pytest_hardpy/pytest_wrapper.py +9 -7
  41. hardpy/pytest_hardpy/reporter/base.py +21 -1
  42. hardpy/pytest_hardpy/reporter/runner_reporter.py +1 -1
  43. hardpy/pytest_hardpy/result/report_loader/stand_cloud_loader.py +35 -4
  44. hardpy/pytest_hardpy/utils/__init__.py +0 -16
  45. hardpy/pytest_hardpy/utils/dialog_box.py +3 -0
  46. {hardpy-0.15.2.dist-info → hardpy-0.17.0.dist-info}/METADATA +17 -2
  47. hardpy-0.17.0.dist-info/RECORD +83 -0
  48. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-Btb8d-Hu.woff +0 -0
  49. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-DrH54W_x.woff2 +0 -0
  50. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-D9WO2FSG.woff2 +0 -0
  51. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-ZW-9JnPf.woff +0 -0
  52. hardpy/hardpy_panel/frontend/dist/assets/browser-ponyfill-CccdstaD.js +0 -2
  53. hardpy/hardpy_panel/frontend/dist/assets/index-6RIgWzcZ.js +0 -790
  54. hardpy/hardpy_panel/frontend/dist/assets/index-BMEat_ws.js +0 -1
  55. hardpy/hardpy_panel/frontend/dist/assets/index-BwCQzehg.css +0 -1
  56. hardpy/hardpy_panel/frontend/dist/assets/index-xb4M2ucX.js +0 -1
  57. hardpy/pytest_hardpy/db/base_connector.py +0 -31
  58. hardpy/pytest_hardpy/db/base_server.py +0 -14
  59. hardpy/pytest_hardpy/utils/connection_data.py +0 -13
  60. hardpy-0.15.2.dist-info/RECORD +0 -86
  61. /hardpy/pytest_hardpy/{utils → db}/stand_type.py +0 -0
  62. {hardpy-0.15.2.dist-info → hardpy-0.17.0.dist-info}/WHEEL +0 -0
  63. {hardpy-0.15.2.dist-info → hardpy-0.17.0.dist-info}/entry_points.txt +0 -0
  64. {hardpy-0.15.2.dist-info → hardpy-0.17.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,31 +0,0 @@
1
- # Copyright (c) 2024 Everypin
2
- # GNU General Public License v3.0 (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)
3
-
4
- from pycouchdb.client import Database
5
- from pycouchdb.exceptions import Conflict, GenericError
6
- from requests.exceptions import ConnectionError # noqa: A004
7
-
8
- from hardpy.pytest_hardpy.db.base_server import BaseServer
9
-
10
-
11
- class BaseConnector(BaseServer):
12
- """Base class for CouchDB connector."""
13
-
14
- def __init__(self, db_name: str) -> None:
15
- super().__init__()
16
- self._db_name = db_name
17
- self._db = self._init_db()
18
- self._doc_id = "current"
19
-
20
- def _init_db(self) -> Database:
21
- try:
22
- return self._db_srv.create(self._db_name) # type: ignore
23
- except Conflict:
24
- # database is already created
25
- return self._db_srv.database(self._db_name)
26
- except GenericError as exc:
27
- msg = f"Error initializing database {exc}"
28
- raise RuntimeError(msg) from exc
29
- except ConnectionError as exc:
30
- msg = f"Error initializing database: {exc}"
31
- raise RuntimeError(msg) from exc
@@ -1,14 +0,0 @@
1
- # Copyright (c) 2024 Everypin
2
- # GNU General Public License v3.0 (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)
3
-
4
- from pycouchdb import Server as DbServer
5
-
6
- from hardpy.pytest_hardpy.utils import ConnectionData
7
-
8
-
9
- class BaseServer:
10
- """Base class for CouchDB server."""
11
-
12
- def __init__(self) -> None:
13
- con_data = ConnectionData()
14
- self._db_srv = DbServer(con_data.database_url)
@@ -1,13 +0,0 @@
1
- # Copyright (c) 2024 Everypin
2
- # GNU General Public License v3.0 (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)
3
-
4
- from hardpy.pytest_hardpy.utils.singleton import SingletonMeta
5
-
6
-
7
- class ConnectionData(metaclass=SingletonMeta):
8
- """Connection data storage."""
9
-
10
- def __init__(self) -> None:
11
- self.database_url: str = "http://dev:dev@localhost:5984/"
12
- self.sc_address: str = ""
13
- self.sc_connection_only: bool = False
@@ -1,86 +0,0 @@
1
- hardpy/__init__.py,sha256=GF5YV1Di7IEfXXJDg3BDto-qapcvy4Wum9dH-X78Qn8,2890
2
- hardpy/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- hardpy/cli/cli.py,sha256=-KS8qggaCGz0Hcdd4TLJPwKpVSDfubSp5t5cWuXoMUc,9434
4
- hardpy/cli/template.py,sha256=44phTqeKgFch5xdAJmDQ-za1mM1_z60izRVbmCQHU-8,6225
5
- hardpy/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- hardpy/common/config.py,sha256=ei-NhZ72qdkNM1HnjWu6vgEgB4lEzTbWokZRaL2GAug,4998
7
- hardpy/common/stand_cloud/__init__.py,sha256=fezdiYAehtT2H-GAef-xZU12CbmCRe64XHA9UB3kJDU,456
8
- hardpy/common/stand_cloud/connector.py,sha256=scmKT09duPqqbQtwMNPnl59si_sErwqAY2PeiTSCZvg,7389
9
- hardpy/common/stand_cloud/exception.py,sha256=eKkqu5ylDRIGN_yZhvz2xVGm49XmlZ8nryALgdRqpbY,287
10
- hardpy/common/stand_cloud/oauth2.py,sha256=SDqtIwcuMgqfBkEZyo3GXeVPnvRBOr6dzeXowx3ZkEw,2803
11
- hardpy/common/stand_cloud/registration.py,sha256=UW-JGcvON5CMQQ-s2Mb4Ee3u_jmdQfSj3vPfZ_FuhHY,2370
12
- hardpy/common/stand_cloud/token_manager.py,sha256=8dX802F0CnOrOjOQInyYCrvuRdK0CeiCrTDITAbSLgQ,4055
13
- hardpy/common/stand_cloud/utils.py,sha256=GN3wzbrmF-Xe5iUXf_HurGO-YKltqd3Gc_7vG2eEL7c,692
14
- hardpy/hardpy_panel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
- hardpy/hardpy_panel/api.py,sha256=xQZBv9zJ3uIVvMO_pb-zyty6vrOkFGHZCZpdvg_clVI,3865
16
- hardpy/hardpy_panel/frontend/dist/favicon.ico,sha256=sgIk5PKUKEKBDpkSrc8dJgjpObp0iF82Mec0GpfKId4,15406
17
- hardpy/hardpy_panel/frontend/dist/index.html,sha256=HgsuTaNZg-rq6m18f8RRijfxcEPwQNDzb9Dxc1rkaCY,1851
18
- hardpy/hardpy_panel/frontend/dist/logo192.png,sha256=E4K7drvhJCg9HcTpRihOXZhVJVBZ7-W97Se-3tDb46o,14485
19
- hardpy/hardpy_panel/frontend/dist/logo512.png,sha256=-fIMbqX7PYUpheK4kX1C1erRTe_hHZwFQYDLrAbhFRU,34188
20
- hardpy/hardpy_panel/frontend/dist/manifest.json,sha256=PfmJlN2JMJtHS6OnhU4b4X5wPQC_yRBdjesjoirObSA,502
21
- hardpy/hardpy_panel/frontend/dist/assets/allPaths-CV5wjLMB.js,sha256=N09wgcmig_DLDNU2XRGxwya65nrEHLFToqToqntmuc4,309
22
- hardpy/hardpy_panel/frontend/dist/assets/allPathsLoader-JIzW_pSb.js,sha256=3C1eVG4e3OQX2dS_XwvpLkOkJQrh9OX3wWwLUzHXAiM,550
23
- hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-Bfs1BwbR.ttf,sha256=wA1ItrnCJli8ESQ1KwLR3egJZG55dKBbLPonqFIa0K0,117420
24
- hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-Btb8d-Hu.woff,sha256=edyqQN0nw4dNBs1pgr7pQB7nJhhR6T_YfklFcG_fHj0,53344
25
- hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-CzsyEoPG.svg,sha256=lDCQy06aS-9bmhwuFOUs-EdcR8MP2wqwAwky5oamtkQ,509417
26
- hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-DrH54W_x.woff2,sha256=B8GmKQn3syZejgghoYsm2txy6Jy6RpUD-7Bbv-u_JC8,41612
27
- hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-RCDSkC4W.eot,sha256=PTCTrQYNHX2hIPUaYWtOKrI30-iQGXt_EGxq6JCXie0,117628
28
- hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-BGGGsqDJ.ttf,sha256=WOcMDqEVBixNLV64eYwTLVRLx61HKOjLHkGXXeoqJPg,120472
29
- hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-D9WO2FSG.woff2,sha256=1k6PvzcKh53cY1fYJB_CfHFcw_fUfuTGOb_BpW9EGr8,42808
30
- hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-Doom1bSH.eot,sha256=RPan5eGrt9_bHe9FXYXVYsbOA4J-BgNweKZJNaVXf2I,120680
31
- hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-DyVnGNfQ.svg,sha256=BsTLtmUaqeiMSZwv2ysmTV4qWVv-qYbwsE0_sVUjJk0,546938
32
- hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-ZW-9JnPf.woff,sha256=mQZTxE1PyyAL16VWuASOvXlZFwuI4aCPvbrhfgpdIdU,55356
33
- hardpy/hardpy_panel/frontend/dist/assets/browser-ponyfill-CccdstaD.js,sha256=FLNVAidyg0bcRT15SkYoVOsL_YEEyjyZBQuRW6CviAs,10288
34
- hardpy/hardpy_panel/frontend/dist/assets/index-6RIgWzcZ.js,sha256=8oKEqyS6CGqdCQPo5QZ8yrvDWk8tfn6jnCxgpfadFDs,1046765
35
- hardpy/hardpy_panel/frontend/dist/assets/index-BMEat_ws.js,sha256=ZiKN4IGxolgim42tqk68UOPUA0g8ABojet1dj4Wru1s,254121
36
- hardpy/hardpy_panel/frontend/dist/assets/index-BwCQzehg.css,sha256=uvaqKowYoduAxTwlw3ojcSjKqrMtu5XErb_T668JGdU,299275
37
- hardpy/hardpy_panel/frontend/dist/assets/index-xb4M2ucX.js,sha256=eeaZrH0pRpkWViEVZ2Mt6f7VgpOxluRB7S8SovkFeTE,245762
38
- hardpy/hardpy_panel/frontend/dist/assets/logo_smol-CK3jE85c.png,sha256=E4K7drvhJCg9HcTpRihOXZhVJVBZ7-W97Se-3tDb46o,14485
39
- hardpy/hardpy_panel/frontend/dist/assets/splitPathsBySizeLoader-DkZadBcn.js,sha256=pLRjEega0VLCJFhH8dCAPzjkLe_zIU92Hlkn_1O4EMQ,472
40
- hardpy/hardpy_panel/frontend/dist/locales/de/translation.json,sha256=CyQ16ylGIPs-VSccDU35siMvrFjPpFoOk3NTncyhnOA,1954
41
- hardpy/hardpy_panel/frontend/dist/locales/en/translation.json,sha256=RuITbwa-aaUIET6CPAUppaMcLeuxsB6ijq4ep2LnVZw,1803
42
- hardpy/hardpy_panel/frontend/dist/locales/es/translation.json,sha256=UVENIDh-mBphPVIOLPK17VObTmlsCmJ_wkI9hc_uZSE,2019
43
- hardpy/hardpy_panel/frontend/dist/locales/fr/translation.json,sha256=zjXb_cGXE55sTnOMe5fMtK0FDiOa9IVp55RRXanVHgw,2012
44
- hardpy/hardpy_panel/frontend/dist/locales/ja/translation.json,sha256=xSDe9TN1f3gywlGFbD0O9jS1J7ikrv9QWxStPfT_ssc,2199
45
- hardpy/hardpy_panel/frontend/dist/locales/ru/translation.json,sha256=Zo_5GhOFIwOnpQITD5x2Q7CYTI9Pdpvv844_ieW56jY,2609
46
- hardpy/hardpy_panel/frontend/dist/locales/zh/translation.json,sha256=uxYSv8eXTMDewPvbFZSh21ZP0Wy4mx32XbbVkzXzlls,1790
47
- hardpy/pytest_hardpy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
- hardpy/pytest_hardpy/plugin.py,sha256=1NHo2SRhJaZ6ElFUuy8qwpUM3mXqSYmG82lwJMxd9yE,21405
49
- hardpy/pytest_hardpy/pytest_call.py,sha256=2bMDkcNyaADLocxnFS3ykYQG7bqeNWwxf_LukmcI25M,21515
50
- hardpy/pytest_hardpy/pytest_wrapper.py,sha256=0tG725R3qhLI6t6zi0-OL17FCwt3YI-mwrBjWe4U9A4,4694
51
- hardpy/pytest_hardpy/db/__init__.py,sha256=G6y13JPh8HaH2O9E3_LTH_bTUVSgiezQFjDGaNIljec,557
52
- hardpy/pytest_hardpy/db/base_connector.py,sha256=5a476F5LwvFUfQ4Yc0Q6biacULDrCk8UHPlpc6n0NRQ,1111
53
- hardpy/pytest_hardpy/db/base_server.py,sha256=XqTff225iIymPYUGGEja9r9WOilVw7ljcAVp1M8VuAI,404
54
- hardpy/pytest_hardpy/db/base_store.py,sha256=hj2ACXIbVzYD28VL49ZjSo-uDmFLaVsBTBgCCwhqb4s,4484
55
- hardpy/pytest_hardpy/db/const.py,sha256=E_A0IKGeS3qyPX4fTfUE5ksARsrTKSVWqUkdmh8S_fo,1414
56
- hardpy/pytest_hardpy/db/runstore.py,sha256=tCXWo2AW0er3lbDcCqYbYxOBbINMZNtfnnjlIJpXmIA,949
57
- hardpy/pytest_hardpy/db/statestore.py,sha256=0sv4AqzwW_J34O-cb7aN3zmgULIVtZRi_qg4XvC2_L0,586
58
- hardpy/pytest_hardpy/db/schema/__init__.py,sha256=1S73W3PLQt8gX5Y33nbX1JdwLvnrtlKH4cElID3pwuc,263
59
- hardpy/pytest_hardpy/db/schema/v1.py,sha256=nHqAMBJgS7eUq0yy95ymSyYGsKdIDiISMJ816iWqjwg,6264
60
- hardpy/pytest_hardpy/reporter/__init__.py,sha256=rztpM2HlLUpMOvad0JHbZU4Mk8PDDQyCFXLhpLktGQI,322
61
- hardpy/pytest_hardpy/reporter/base.py,sha256=KRkc5a7yk9ZsQ92gnBdHhJEXSSQiTWbEMSMzRMpJDFY,2915
62
- hardpy/pytest_hardpy/reporter/hook_reporter.py,sha256=IAseKoQcZWlgS3NLYNnBOC5aGsJUgzyZLqljpd8Tfsg,15672
63
- hardpy/pytest_hardpy/reporter/runner_reporter.py,sha256=YsK8wrLIulsixePG6WNfC4MagpKfhP5j0CUaXkcfeL0,790
64
- hardpy/pytest_hardpy/result/__init__.py,sha256=2afpuEuOcxYfIEOwWzsGZe960iQaPVCmsbYujijQg1s,592
65
- hardpy/pytest_hardpy/result/couchdb_config.py,sha256=ujxyJYM2pdZzi3GZ2Zysbz2_ZeTRN5sQc8AGuzRJm_0,3243
66
- hardpy/pytest_hardpy/result/report_loader/__init__.py,sha256=wq5Y-_JW2ExCRnQ9VVesKmTToEQrcTY5RxNJIWaT9ag,374
67
- hardpy/pytest_hardpy/result/report_loader/couchdb_loader.py,sha256=KcZ0JkCgWhrj2J9M04JBDy0fpqtpVEYtu9GCLDG27pU,2255
68
- hardpy/pytest_hardpy/result/report_loader/stand_cloud_loader.py,sha256=daS4cM3egwj8ej6yjLAMlM5zBIOwbWBBroF47nukQ5s,2478
69
- hardpy/pytest_hardpy/result/report_reader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
70
- hardpy/pytest_hardpy/result/report_reader/couchdb_reader.py,sha256=lnWSX-0QKbdMwtqfCtW0tiH9W_ZEPqQ3rb7Lc8gES7E,5726
71
- hardpy/pytest_hardpy/result/report_reader/stand_cloud_reader.py,sha256=uT7YSBu1QyURH9IkgRCdpbinn8LKXUhgVEhwPmGZV7I,3636
72
- hardpy/pytest_hardpy/utils/__init__.py,sha256=fXIPMCP6QTIQAR18RnPTxBYo-fQibN3ceaBgONdRJVc,1752
73
- hardpy/pytest_hardpy/utils/connection_data.py,sha256=Oq1LdIpmYkwakNCNwAPD-FTH4W7lj_v8vYkQCqJTof8,449
74
- hardpy/pytest_hardpy/utils/const.py,sha256=xS3jBrW_D6IUTlAjSnLiHvSthieRHCj3uN_6fFAXS0w,1832
75
- hardpy/pytest_hardpy/utils/dialog_box.py,sha256=LNukQ7ukUzLUFmwwH6L6M8wWmF-Mo4HF-UpVkyf8nY8,11224
76
- hardpy/pytest_hardpy/utils/exception.py,sha256=1l2VBZLUnjPDoOs744MtaP7Y9FuXUq7koSdH2Eo31nk,1042
77
- hardpy/pytest_hardpy/utils/machineid.py,sha256=6JAzUt7KtjTYn8kL9hSMaCQ20U8liH-zDT9v-5Ch7Q8,296
78
- hardpy/pytest_hardpy/utils/node_info.py,sha256=DaW566WvsyWR66CThuZ38UoHwQa-pu-4WRLg61OXDnE,7134
79
- hardpy/pytest_hardpy/utils/progress_calculator.py,sha256=TPl2gG0ZSvMe8otPythhF9hkD6fa6-mJAhy9yI83-yE,1071
80
- hardpy/pytest_hardpy/utils/singleton.py,sha256=tjUGs48o_vBeVpRsEBZEOTCoCUikpIFmQ1c3rsfymso,948
81
- hardpy/pytest_hardpy/utils/stand_type.py,sha256=p3AFtgMt-sn8QXRp60YM-xo2mEjZHUhYr_Mxhz1WyP0,7438
82
- hardpy-0.15.2.dist-info/METADATA,sha256=GBBbXqU0xCEBbO9ohWiZcC1iEBBKk_Pb9puxIE48Vyc,4058
83
- hardpy-0.15.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
84
- hardpy-0.15.2.dist-info/entry_points.txt,sha256=nL2sMkKMScNaOE0IPkYnu9Yr-BUswZvGSrwY-SxHY3E,102
85
- hardpy-0.15.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
86
- hardpy-0.15.2.dist-info/RECORD,,
File without changes