hardpy 0.4.0__tar.gz → 0.5.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 (76) hide show
  1. {hardpy-0.4.0 → hardpy-0.5.1}/.gitignore +0 -2
  2. {hardpy-0.4.0 → hardpy-0.5.1}/PKG-INFO +7 -4
  3. {hardpy-0.4.0 → hardpy-0.5.1}/README.md +2 -2
  4. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/__init__.py +23 -3
  5. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/asset-manifest.json +3 -3
  6. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/index.html +1 -1
  7. hardpy-0.5.1/hardpy/hardpy_panel/frontend/dist/static/js/main.da686f40.js +3 -0
  8. hardpy-0.5.1/hardpy/hardpy_panel/frontend/dist/static/js/main.da686f40.js.map +1 -0
  9. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/plugin.py +46 -11
  10. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/pytest_call.py +9 -9
  11. hardpy-0.5.1/hardpy/pytest_hardpy/result/couchdb_config.py +96 -0
  12. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/utils/__init__.py +17 -8
  13. hardpy-0.5.1/hardpy/pytest_hardpy/utils/dialog_box.py +303 -0
  14. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/utils/exception.py +7 -0
  15. {hardpy-0.4.0 → hardpy-0.5.1}/pyproject.toml +6 -4
  16. hardpy-0.4.0/hardpy/hardpy_panel/frontend/dist/static/js/main.37744128.js +0 -3
  17. hardpy-0.4.0/hardpy/hardpy_panel/frontend/dist/static/js/main.37744128.js.map +0 -1
  18. hardpy-0.4.0/hardpy/pytest_hardpy/result/couchdb_config.py +0 -22
  19. hardpy-0.4.0/hardpy/pytest_hardpy/utils/dialog_box.py +0 -100
  20. {hardpy-0.4.0 → hardpy-0.5.1}/LICENSE +0 -0
  21. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/__init__.py +0 -0
  22. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/api.py +0 -0
  23. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/favicon.ico +0 -0
  24. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/logo512.png +0 -0
  25. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/manifest.json +0 -0
  26. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/css/main.e8a862f1.css +0 -0
  27. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/css/main.e8a862f1.css.map +0 -0
  28. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/js/808.ce070002.chunk.js +0 -0
  29. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/js/808.ce070002.chunk.js.map +0 -0
  30. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-16px-paths.d605910e.chunk.js +0 -0
  31. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-16px-paths.d605910e.chunk.js.map +0 -0
  32. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-20px-paths.7ee05cc8.chunk.js +0 -0
  33. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-20px-paths.7ee05cc8.chunk.js.map +0 -0
  34. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths-loader.0aa89747.chunk.js +0 -0
  35. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths-loader.0aa89747.chunk.js.map +0 -0
  36. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths.f63155c9.chunk.js +0 -0
  37. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths.f63155c9.chunk.js.map +0 -0
  38. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js +0 -0
  39. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js.map +0 -0
  40. /hardpy-0.4.0/hardpy/hardpy_panel/frontend/dist/static/js/main.37744128.js.LICENSE.txt → /hardpy-0.5.1/hardpy/hardpy_panel/frontend/dist/static/js/main.da686f40.js.LICENSE.txt +0 -0
  41. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.520846c6beb41df528c8.eot +0 -0
  42. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.5c52b39c697f2323ce8b.svg +0 -0
  43. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.84db1772f4bfb529f64f.woff +0 -0
  44. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.b67ee1736e20e37a3225.woff2 +0 -0
  45. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.e02ecf515378db143652.ttf +0 -0
  46. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-20.429cacb8accf72488451.ttf +0 -0
  47. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-20.6ae3791ee2d86fc228a6.svg +0 -0
  48. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-20.8cecf62de42997e4d82f.woff2 +0 -0
  49. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-20.afbadb627d43b7857223.eot +0 -0
  50. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-20.e857f5a5132b8bfa71a1.woff +0 -0
  51. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/frontend/dist/static/media/logo_smol.5b16f92447a4a9e80331.png +0 -0
  52. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/hardpy_panel/runner.py +0 -0
  53. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/__init__.py +0 -0
  54. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/db/__init__.py +0 -0
  55. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/db/base_connector.py +0 -0
  56. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/db/base_server.py +0 -0
  57. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/db/base_store.py +0 -0
  58. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/db/const.py +0 -0
  59. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/db/runstore.py +0 -0
  60. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/db/schema.py +0 -0
  61. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/db/statestore.py +0 -0
  62. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/pytest_wrapper.py +0 -0
  63. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/reporter/__init__.py +0 -0
  64. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/reporter/base.py +0 -0
  65. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/reporter/hook_reporter.py +0 -0
  66. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/reporter/runner_reporter.py +0 -0
  67. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/result/__init__.py +0 -0
  68. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/result/report_loader/__init__.py +0 -0
  69. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/result/report_loader/couchdb_loader.py +0 -0
  70. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/result/report_reader/__init__.py +0 -0
  71. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/result/report_reader/couchdb_reader.py +0 -0
  72. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/utils/config_data.py +0 -0
  73. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/utils/const.py +0 -0
  74. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/utils/node_info.py +0 -0
  75. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/utils/progress_calculator.py +0 -0
  76. {hardpy-0.4.0 → hardpy-0.5.1}/hardpy/pytest_hardpy/utils/singleton.py +0 -0
@@ -9,5 +9,3 @@ dist
9
9
  .mypy_cache
10
10
  __pycache__/
11
11
  node_modules/
12
- .vscode
13
- conda.yaml
@@ -1,8 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hardpy
3
- Version: 0.4.0
3
+ Version: 0.5.1
4
4
  Summary: HardPy library for device testing
5
- Project-URL: repository, https://github.com/everypindevices/hardpy
5
+ Project-URL: Homepage, https://github.com/everypinio/hardpy/
6
+ Project-URL: Documentation, https://everypinio.github.io/hardpy/
7
+ Project-URL: Repository, https://github.com/everypinio/hardpy/
8
+ Project-URL: Changelog, https://everypinio.github.io/hardpy/changelog/
6
9
  Author: Everypin
7
10
  License-File: LICENSE
8
11
  Classifier: Development Status :: 4 - Beta
@@ -36,7 +39,7 @@ Requires-Dist: wemake-python-styleguide; extra == 'dev'
36
39
  Description-Content-Type: text/markdown
37
40
 
38
41
  <h1 align="center">
39
- <img src="https://everypinio.github.io/hardpy/img/logo512.png" alt="HardPy" style="width:200px;">
42
+ <img src="https://everypinio.github.io/hardpy/img/logo256.png" alt="HardPy" style="width:200px;">
40
43
  </h1>
41
44
 
42
45
  <h1 align="center">
@@ -68,7 +71,7 @@ HardPy allows you to:
68
71
  ## To Install
69
72
 
70
73
  ```bash
71
- pip3 install hardpy
74
+ pip install hardpy
72
75
  ```
73
76
 
74
77
  ## Examples
@@ -1,5 +1,5 @@
1
1
  <h1 align="center">
2
- <img src="https://everypinio.github.io/hardpy/img/logo512.png" alt="HardPy" style="width:200px;">
2
+ <img src="https://everypinio.github.io/hardpy/img/logo256.png" alt="HardPy" style="width:200px;">
3
3
  </h1>
4
4
 
5
5
  <h1 align="center">
@@ -31,7 +31,7 @@ HardPy allows you to:
31
31
  ## To Install
32
32
 
33
33
  ```bash
34
- pip3 install hardpy
34
+ pip install hardpy
35
35
  ```
36
36
 
37
37
  ## Examples
@@ -7,7 +7,16 @@ from hardpy.pytest_hardpy.utils import (
7
7
  DuplicateDialogBoxError,
8
8
  )
9
9
  from hardpy.pytest_hardpy.result.couchdb_config import CouchdbConfig
10
- from hardpy.pytest_hardpy.utils import dialog_box
10
+ from hardpy.pytest_hardpy.utils import (
11
+ DialogBox,
12
+ TextInputWidget,
13
+ NumericInputWidget,
14
+ CheckboxWidget,
15
+ RadiobuttonWidget,
16
+ ImageWidget,
17
+ StepWidget,
18
+ MultistepWidget,
19
+ )
11
20
  from hardpy.pytest_hardpy.pytest_call import (
12
21
  get_current_report,
13
22
  set_dut_info,
@@ -22,11 +31,14 @@ from hardpy.pytest_hardpy.pytest_call import (
22
31
  )
23
32
 
24
33
  __all__ = [
34
+ # CouchDB
25
35
  "CouchdbLoader",
26
36
  "CouchdbConfig",
37
+ "get_current_report",
38
+ # Errors
27
39
  "DuplicateSerialNumberError",
28
40
  "DuplicateDialogBoxError",
29
- "get_current_report",
41
+ # Database info
30
42
  "set_dut_info",
31
43
  "set_dut_serial_number",
32
44
  "set_stand_info",
@@ -35,6 +47,14 @@ __all__ = [
35
47
  "set_run_artifact",
36
48
  "set_message",
37
49
  "set_driver_info",
50
+ # Dialog boxes
38
51
  "run_dialog_box",
39
- "dialog_box",
52
+ "DialogBox",
53
+ "TextInputWidget",
54
+ "NumericInputWidget",
55
+ "CheckboxWidget",
56
+ "RadiobuttonWidget",
57
+ "ImageWidget",
58
+ "StepWidget",
59
+ "MultistepWidget",
40
60
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "/static/css/main.e8a862f1.css",
4
- "main.js": "/static/js/main.37744128.js",
4
+ "main.js": "/static/js/main.da686f40.js",
5
5
  "blueprint-icons-all-paths-loader.js": "/static/js/blueprint-icons-all-paths-loader.0aa89747.chunk.js",
6
6
  "blueprint-icons-split-paths-by-size-loader.js": "/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js",
7
7
  "static/js/808.ce070002.chunk.js": "/static/js/808.ce070002.chunk.js",
@@ -21,7 +21,7 @@
21
21
  "static/media/logo_smol.png": "/static/media/logo_smol.5b16f92447a4a9e80331.png",
22
22
  "index.html": "/index.html",
23
23
  "main.e8a862f1.css.map": "/static/css/main.e8a862f1.css.map",
24
- "main.37744128.js.map": "/static/js/main.37744128.js.map",
24
+ "main.da686f40.js.map": "/static/js/main.da686f40.js.map",
25
25
  "blueprint-icons-all-paths-loader.0aa89747.chunk.js.map": "/static/js/blueprint-icons-all-paths-loader.0aa89747.chunk.js.map",
26
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
27
  "808.ce070002.chunk.js.map": "/static/js/808.ce070002.chunk.js.map",
@@ -31,6 +31,6 @@
31
31
  },
32
32
  "entrypoints": [
33
33
  "static/css/main.e8a862f1.css",
34
- "static/js/main.37744128.js"
34
+ "static/js/main.da686f40.js"
35
35
  ]
36
36
  }
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>HardPy Operator Panel</title><script defer="defer" src="/static/js/main.37744128.js"></script><link href="/static/css/main.e8a862f1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>HardPy Operator Panel</title><script defer="defer" src="/static/js/main.da686f40.js"></script><link href="/static/css/main.e8a862f1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>