steer-core 0.1.26__py3-none-any.whl → 0.1.28__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.
- steer_core/{Apps → ContextManagers}/ContextManagers.py +1 -1
- steer_core/Data/database.db +0 -0
- steer_core/DataManager.py +21 -0
- steer_core/Mixins/Coordinates.py +49 -3
- steer_core/__init__.py +10 -1
- {steer_core-0.1.26.dist-info → steer_core-0.1.28.dist-info}/METADATA +1 -1
- steer_core-0.1.28.dist-info/RECORD +25 -0
- steer_core/Apps/Callbacks/ConfigInteractions.py +0 -377
- steer_core/Apps/Callbacks/StyleManagement.py +0 -60
- steer_core/Apps/Components/MaterialSelectors.py +0 -836
- steer_core/Apps/Components/RangeSliderComponents.py +0 -552
- steer_core/Apps/Components/SliderComponents.py +0 -693
- steer_core/Apps/Components/__init__.py +0 -0
- steer_core/Apps/Performance/CallbackTimer.py +0 -18
- steer_core/Apps/Performance/__init__.py +0 -0
- steer_core/Apps/Utils/SliderControls.py +0 -728
- steer_core/Apps/Utils/__init__.py +0 -0
- steer_core/Apps/__init__.py +0 -0
- steer_core/Decorators/Electrochemical.py +0 -29
- steer_core-0.1.26.dist-info/RECORD +0 -37
- {steer_core-0.1.26.dist-info → steer_core-0.1.28.dist-info}/WHEEL +0 -0
- {steer_core-0.1.26.dist-info → steer_core-0.1.28.dist-info}/top_level.txt +0 -0
|
File without changes
|
steer_core/Apps/__init__.py
DELETED
|
File without changes
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
from functools import wraps
|
|
2
|
-
|
|
3
|
-
def calculate_half_cell_curve(func):
|
|
4
|
-
"""
|
|
5
|
-
Decorator to recalculate half-cell curve properties after a method call.
|
|
6
|
-
This is useful for methods that modify the half-cell curve data.
|
|
7
|
-
"""
|
|
8
|
-
@wraps(func)
|
|
9
|
-
def wrapper(self, *args, **kwargs):
|
|
10
|
-
result = func(self, *args, **kwargs)
|
|
11
|
-
if hasattr(self, '_update_properties') and self._update_properties:
|
|
12
|
-
self._calculate_half_cell_curve()
|
|
13
|
-
return result
|
|
14
|
-
return wrapper
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
def calculate_half_cell_curves_properties(func):
|
|
18
|
-
"""
|
|
19
|
-
Decorator to recalculate half-cell curves properties after a method call.
|
|
20
|
-
This is useful for methods that modify the half-cell curves data.
|
|
21
|
-
"""
|
|
22
|
-
@wraps(func)
|
|
23
|
-
def wrapper(self, *args, **kwargs):
|
|
24
|
-
result = func(self, *args, **kwargs)
|
|
25
|
-
if hasattr(self, '_update_properties') and self._update_properties:
|
|
26
|
-
self._calculate_half_cell_curves_properties()
|
|
27
|
-
return result
|
|
28
|
-
return wrapper
|
|
29
|
-
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
steer_core/DataManager.py,sha256=_QTlEnLmP-sYJzs_ik8Syc8qcTm_DrYRUI0TiCTHTfQ,11569
|
|
2
|
-
steer_core/__init__.py,sha256=4C8sgpsAdZEYg_UePCym6MF41uQhLB_tZQPMZ_m4TXM,82
|
|
3
|
-
steer_core/Apps/ContextManagers.py,sha256=-ImT0O8BdmPKOd_e7wS6AWJMMQme7nGDEUdxTi_wv8s,1870
|
|
4
|
-
steer_core/Apps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
steer_core/Apps/Callbacks/ConfigInteractions.py,sha256=IDITN4ycjmZ7l0iq8JFNuCwsE5tEr9wqzhN9mLWoxAQ,15945
|
|
6
|
-
steer_core/Apps/Callbacks/StyleManagement.py,sha256=yFXlgNxu7b4gXLEXB1j0ak4rx_at5pOXCdGTeTTOrWU,1969
|
|
7
|
-
steer_core/Apps/Components/MaterialSelectors.py,sha256=LBf2PvHkyAXUoZgEhoJCfo5shEfaloa6l3PeOJAakFk,35707
|
|
8
|
-
steer_core/Apps/Components/RangeSliderComponents.py,sha256=zvsOp0ZumkGRukS-xstIrX6RonIZ9ZsoqTYXUQgMXdQ,22139
|
|
9
|
-
steer_core/Apps/Components/SliderComponents.py,sha256=ynkVYokTXv8DjElOJ_J35H9F3feC8ghTW1PuCyT-hcU,27668
|
|
10
|
-
steer_core/Apps/Components/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
steer_core/Apps/Performance/CallbackTimer.py,sha256=Dh1dWvgX_LownO_UBmlBtUwl5XRb4sQ5kpzSqLXK2G8,387
|
|
12
|
-
steer_core/Apps/Performance/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
|
-
steer_core/Apps/Utils/SliderControls.py,sha256=dHk43Ll6O9kKkMAjAdz1GDBDscMAhO9_Y1xXoFTZzVE,26995
|
|
14
|
-
steer_core/Apps/Utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
-
steer_core/Constants/Units.py,sha256=QIV_lDX7rANH-MKP90jOyiXbGueL15LILKMNr5dSWoI,714
|
|
16
|
-
steer_core/Constants/Universal.py,sha256=5FWdrex5NiI2DResDmwO7GIvGN2B0DNtdlG1l-ysDh8,41
|
|
17
|
-
steer_core/Constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
|
-
steer_core/ContextManagers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
|
-
steer_core/Data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
|
-
steer_core/Data/database.db,sha256=zitMrGrcS49Akzuw0yR4AiLane-ap4Uv2Hb3SAnFXXk,115044352
|
|
21
|
-
steer_core/Decorators/Coordinates.py,sha256=MxUWXQNrR9Q0_p4gGAywS4qnPAztajJzSay1Cu6lCRQ,1441
|
|
22
|
-
steer_core/Decorators/Electrochemical.py,sha256=nrNnTG4weyQOq1VLybjWWcbgGoth8ndvy3muN51xpwU,986
|
|
23
|
-
steer_core/Decorators/General.py,sha256=lc7YdvxU-JDo8b4kunVzSjxcB3_8C185458HrXQq-lk,970
|
|
24
|
-
steer_core/Decorators/Objects.py,sha256=aYaRQBFgdSE0IB4QgBVfb6GhEPagoU6TRNrW_pOaqQI,506
|
|
25
|
-
steer_core/Decorators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
|
-
steer_core/Mixins/Colors.py,sha256=vbo44Fr0oeziwHJ-tu7ojG-GzqFc2LBcT_hH4szvPFc,6796
|
|
27
|
-
steer_core/Mixins/Coordinates.py,sha256=xrToEZbOZgiSoat8YasRwXDN79gMaU_TYg1iKvlL-So,32175
|
|
28
|
-
steer_core/Mixins/Data.py,sha256=c313F85muxlBHQ6yl6AKrifNyV2toHvVwEy35fNNUNE,4434
|
|
29
|
-
steer_core/Mixins/Dunder.py,sha256=591oDGiRPdLH1bDIc1FUw33eeRtSc4pC7UbKEIGPm1I,7035
|
|
30
|
-
steer_core/Mixins/Plotter.py,sha256=9fF8z3v0AV-5AbwEZIOxTOgpNHEQJHP0ssaTsTjnW28,9229
|
|
31
|
-
steer_core/Mixins/Serializer.py,sha256=oPtyfqbamqtLq3G3x9SDpAG-aVlK7AOS1y-TOo3-0y8,1018
|
|
32
|
-
steer_core/Mixins/TypeChecker.py,sha256=dzTu6q6xfz0Op3Yhu7vA-3-8D02iHZPBeAdX9ng9-WM,10454
|
|
33
|
-
steer_core/Mixins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
|
-
steer_core-0.1.26.dist-info/METADATA,sha256=q916U4USXiXcvZQGElqaSKD6wefBQJf2sQD3c9ilN3g,1601
|
|
35
|
-
steer_core-0.1.26.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
36
|
-
steer_core-0.1.26.dist-info/top_level.txt,sha256=6LFpGCSDE_SqRoT7raeM3Ax7KTBKQnyXLXxM9kXtw5M,11
|
|
37
|
-
steer_core-0.1.26.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|