ansys-solutions-dash-super-components 0.2.dev7__tar.gz → 0.2.dev8__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 (26) hide show
  1. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/PKG-INFO +6 -6
  2. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/README.rst +3 -3
  3. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/pyproject.toml +4 -3
  4. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/folder_selector.py +305 -214
  5. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/logs_supervisor.py +160 -68
  6. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/transaction_method_status_badge.py +188 -81
  7. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/transaction_supervisor.py +329 -72
  8. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/tree.py +115 -87
  9. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/AUTHORS +0 -0
  10. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/LICENSE +0 -0
  11. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/__init__.py +0 -0
  12. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/assets/__init__.py +0 -0
  13. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/assets/dashAgGridComponentFunctions.js +0 -0
  14. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/authenticator.py +0 -0
  15. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/dual_input_range_slider.py +0 -0
  16. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/input_form.py +0 -0
  17. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/input_row_array.py +0 -0
  18. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/utils/__init__.py +0 -0
  19. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/utils/aio_ids.py +0 -0
  20. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/utils/api_requests.py +0 -0
  21. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/utils/assets_server.py +0 -0
  22. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/utils/config.py +0 -0
  23. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/utils/logs_parser.py +0 -0
  24. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/utils/path_validator.py +0 -0
  25. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/utils/status_badge_properties.py +0 -0
  26. {ansys_solutions_dash_super_components-0.2.dev7 → ansys_solutions_dash_super_components-0.2.dev8}/src/ansys/solutions/dash_super_components/utils/svg_icons.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ansys-solutions-dash-super-components
3
- Version: 0.2.dev7
3
+ Version: 0.2.dev8
4
4
  Summary: A collection of pre-assembled, high-level Dash UI components built on Dash Mantine Components for simulation web applications.
5
5
  License: Apache-2.0
6
6
  License-File: AUTHORS
@@ -30,8 +30,8 @@ Requires-Dist: dash-iconify (>=0.1,<0.2)
30
30
  Requires-Dist: dash-mantine-components (>=2.3.0,<3.0.0)
31
31
  Requires-Dist: flask (>=2.2.0,<4.0.0)
32
32
  Requires-Dist: pandas (>=2.2.2,<3.0.0)
33
- Project-URL: Changelog, https://dash-super-components.docs.solutions.ansys.com/version/stable/changelog.html
34
- Project-URL: Documentation, https://dash-super-components.docs.solutions.ansys.com/
33
+ Project-URL: Changelog, https://super-components-for-dash.docs.solutions.ansys.com/version/stable/changelog.html
34
+ Project-URL: Documentation, https://super-components-for-dash.docs.solutions.ansys.com/
35
35
  Project-URL: Homepage, https://github.com/ansys/super-components-for-dash
36
36
  Project-URL: Issues, https://github.com/ansys/super-components-for-dash/issues
37
37
  Project-URL: Repository, https://github.com/ansys/super-components-for-dash
@@ -74,7 +74,7 @@ Documentation and issues
74
74
 
75
75
  For full documentation, including the getting started guide, user guide, and API
76
76
  reference, see the `Super Components for Dash documentation
77
- <https://dash-super-components.docs.solutions.ansys.com/>`_.
77
+ <https://super-components-for-dash.docs.solutions.ansys.com/>`_.
78
78
  In the upper right corner of the documentation's title bar, there is an option for
79
79
  switching from viewing the documentation for the latest stable release to viewing
80
80
  the documentation for the development version or previously released versions.
@@ -146,7 +146,7 @@ your browser.
146
146
 
147
147
  For detailed instructions on how to get started with Super Components for Dash, see the
148
148
  `getting started guide
149
- <https://dash-super-components.docs.solutions.ansys.com/version/dev/getting-started.html>`_
149
+ <https://super-components-for-dash.docs.solutions.ansys.com/version/dev/getting-started.html>`_
150
150
  in the documentation.
151
151
 
152
152
  For more complex examples, see the `showcase application
@@ -157,7 +157,7 @@ Contributing
157
157
  ------------
158
158
 
159
159
  Contributions are welcome! See the `contributing guide
160
- <https://dash-super-components.docs.solutions.ansys.com/version/dev/contribute.html>`_ for
160
+ <https://super-components-for-dash.docs.solutions.ansys.com/version/dev/contribute.html>`_ for
161
161
  developer installation instructions and guidelines on how to contribute code,
162
162
  documentation, and examples to this project.
163
163
 
@@ -35,7 +35,7 @@ Documentation and issues
35
35
 
36
36
  For full documentation, including the getting started guide, user guide, and API
37
37
  reference, see the `Super Components for Dash documentation
38
- <https://dash-super-components.docs.solutions.ansys.com/>`_.
38
+ <https://super-components-for-dash.docs.solutions.ansys.com/>`_.
39
39
  In the upper right corner of the documentation's title bar, there is an option for
40
40
  switching from viewing the documentation for the latest stable release to viewing
41
41
  the documentation for the development version or previously released versions.
@@ -107,7 +107,7 @@ your browser.
107
107
 
108
108
  For detailed instructions on how to get started with Super Components for Dash, see the
109
109
  `getting started guide
110
- <https://dash-super-components.docs.solutions.ansys.com/version/dev/getting-started.html>`_
110
+ <https://super-components-for-dash.docs.solutions.ansys.com/version/dev/getting-started.html>`_
111
111
  in the documentation.
112
112
 
113
113
  For more complex examples, see the `showcase application
@@ -118,7 +118,7 @@ Contributing
118
118
  ------------
119
119
 
120
120
  Contributions are welcome! See the `contributing guide
121
- <https://dash-super-components.docs.solutions.ansys.com/version/dev/contribute.html>`_ for
121
+ <https://super-components-for-dash.docs.solutions.ansys.com/version/dev/contribute.html>`_ for
122
122
  developer installation instructions and guidelines on how to contribute code,
123
123
  documentation, and examples to this project.
124
124
 
@@ -6,7 +6,7 @@ requires = [ "poetry-core>=2.0.0", "setuptools>=65.0" ]
6
6
 
7
7
  [tool.poetry]
8
8
  name = "ansys-solutions-dash-super-components"
9
- version = "0.2.dev7"
9
+ version = "0.2.dev8"
10
10
  description = "A collection of pre-assembled, high-level Dash UI components built on Dash Mantine Components for simulation web applications."
11
11
  license = "Apache-2.0"
12
12
  authors = ["ANSYS, Inc. <pyansys.core@ansys.com>"]
@@ -89,10 +89,10 @@ docformatter = "^1.7.7"
89
89
 
90
90
  [tool.poetry.urls]
91
91
  Homepage = "https://github.com/ansys/super-components-for-dash"
92
- Documentation = "https://dash-super-components.docs.solutions.ansys.com/"
92
+ Documentation = "https://super-components-for-dash.docs.solutions.ansys.com/"
93
93
  Repository = "https://github.com/ansys/super-components-for-dash"
94
94
  Issues = "https://github.com/ansys/super-components-for-dash/issues"
95
- Changelog = "https://dash-super-components.docs.solutions.ansys.com/version/stable/changelog.html"
95
+ Changelog = "https://super-components-for-dash.docs.solutions.ansys.com/version/stable/changelog.html"
96
96
 
97
97
  [tool.ruff]
98
98
  target-version = "py310" # not part of pyansys requirements but we use 3.10 features
@@ -152,6 +152,7 @@ skip = [
152
152
  "./doc/source/examples", # auto-generated by sphinx-gallery
153
153
  ".github",
154
154
  "*.toml",
155
+ "poetry.lock",
155
156
  ]
156
157
 
157
158
  [tool.pytest.ini_options]