steer-core 0.1.20__tar.gz → 0.1.22__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 (42) hide show
  1. {steer_core-0.1.20 → steer_core-0.1.22}/PKG-INFO +1 -1
  2. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Constants/Units.py +6 -0
  3. steer_core-0.1.22/steer_core/__init__.py +1 -0
  4. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core.egg-info/PKG-INFO +1 -1
  5. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core.egg-info/SOURCES.txt +0 -1
  6. steer_core-0.1.20/steer_core/__init__.py +0 -1
  7. {steer_core-0.1.20 → steer_core-0.1.22}/README.md +0 -0
  8. {steer_core-0.1.20 → steer_core-0.1.22}/setup.cfg +0 -0
  9. {steer_core-0.1.20 → steer_core-0.1.22}/setup.py +0 -0
  10. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Apps/Components/MaterialSelectors.py +0 -0
  11. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Apps/Components/RangeSliderComponents.py +0 -0
  12. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Apps/Components/SliderComponents.py +0 -0
  13. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Apps/Components/__init__.py +0 -0
  14. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Apps/ContextManagers.py +0 -0
  15. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Apps/Performance/CallbackTimer.py +0 -0
  16. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Apps/Performance/__init__.py +0 -0
  17. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Apps/Utils/SliderControls.py +0 -0
  18. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Apps/Utils/__init__.py +0 -0
  19. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Apps/__init__.py +0 -0
  20. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Constants/Universal.py +0 -0
  21. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Constants/__init__.py +0 -0
  22. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/ContextManagers/__init__.py +0 -0
  23. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Data/__init__.py +0 -0
  24. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Data/database.db +0 -0
  25. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/DataManager.py +0 -0
  26. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Decorators/Coordinates.py +0 -0
  27. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Decorators/Electrochemical.py +0 -0
  28. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Decorators/General.py +0 -0
  29. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Decorators/Objects.py +0 -0
  30. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Decorators/__init__.py +0 -0
  31. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Mixins/Colors.py +0 -0
  32. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Mixins/Coordinates.py +0 -0
  33. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Mixins/Data.py +0 -0
  34. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Mixins/Dunder.py +0 -0
  35. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Mixins/Plotter.py +0 -0
  36. /steer_core-0.1.20/steer_core/Mixins/serializer.py → /steer_core-0.1.22/steer_core/Mixins/Serializer.py +0 -0
  37. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Mixins/TypeChecker.py +0 -0
  38. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core/Mixins/__init__.py +0 -0
  39. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core.egg-info/dependency_links.txt +0 -0
  40. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core.egg-info/requires.txt +0 -0
  41. {steer_core-0.1.20 → steer_core-0.1.22}/steer_core.egg-info/top_level.txt +0 -0
  42. {steer_core-0.1.20 → steer_core-0.1.22}/test/test_validation_mixin.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: steer-core
3
- Version: 0.1.20
3
+ Version: 0.1.22
4
4
  Summary: Modelling energy storage from cell to site - STEER OpenCell Design
5
5
  Home-page: https://github.com/nicholas9182/steer-core/
6
6
  Author: Nicholas Siemons
@@ -27,6 +27,8 @@ mA_TO_A = 1e-3
27
27
  # Time units
28
28
  S_TO_H = 1 / 3600
29
29
  H_TO_S = 3600
30
+ S_TO_MIN = 1 / 60
31
+ MIN_TO_S = 60
30
32
  S_TO_Y = 1 / (3600 * 24 * 365)
31
33
  Y_TO_S = 3600 * 24 * 365
32
34
 
@@ -39,3 +41,7 @@ DEG_TO_RAD = 0.017453292519943295
39
41
  # Percentage units
40
42
  PERCENT_TO_FRACTION = 1e-2
41
43
  FRACTION_TO_PERCENT = 1e2
44
+
45
+ # Volume units
46
+ L_TO_M3 = 1e-3
47
+ M3_TO_L = 1e3
@@ -0,0 +1 @@
1
+ __version__ = "0.1.22"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: steer-core
3
- Version: 0.1.20
3
+ Version: 0.1.22
4
4
  Summary: Modelling energy storage from cell to site - STEER OpenCell Design
5
5
  Home-page: https://github.com/nicholas9182/steer-core/
6
6
  Author: Nicholas Siemons
@@ -36,5 +36,4 @@ steer_core/Mixins/Plotter.py
36
36
  steer_core/Mixins/Serializer.py
37
37
  steer_core/Mixins/TypeChecker.py
38
38
  steer_core/Mixins/__init__.py
39
- steer_core/Mixins/serializer.py
40
39
  test/test_validation_mixin.py
@@ -1 +0,0 @@
1
- __version__ = "0.1.20"
File without changes
File without changes
File without changes