dss-python 0.15.6__tar.gz → 0.15.7__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 (69) hide show
  1. {dss_python-0.15.6 → dss_python-0.15.7}/PKG-INFO +2 -2
  2. dss_python-0.15.7/dss/_version.py +1 -0
  3. {dss_python-0.15.6 → dss_python-0.15.7}/pyproject.toml +1 -1
  4. dss_python-0.15.6/dss/_version.py +0 -1
  5. {dss_python-0.15.6 → dss_python-0.15.7}/.gitignore +0 -0
  6. {dss_python-0.15.6 → dss_python-0.15.7}/LICENSE +0 -0
  7. {dss_python-0.15.6 → dss_python-0.15.7}/README.md +0 -0
  8. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IActiveClass.py +0 -0
  9. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IBus.py +0 -0
  10. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ICNData.py +0 -0
  11. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ICapControls.py +0 -0
  12. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ICapacitors.py +0 -0
  13. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ICircuit.py +0 -0
  14. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ICktElement.py +0 -0
  15. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ICtrlQueue.py +0 -0
  16. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IDSS.py +0 -0
  17. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IDSSElement.py +0 -0
  18. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IDSSEvents.py +0 -0
  19. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IDSSProgress.py +0 -0
  20. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IDSSProperty.py +0 -0
  21. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IDSS_Executive.py +0 -0
  22. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IDSSimComs.py +0 -0
  23. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IError.py +0 -0
  24. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IFuses.py +0 -0
  25. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IGICSources.py +0 -0
  26. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IGenerators.py +0 -0
  27. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IISources.py +0 -0
  28. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ILineCodes.py +0 -0
  29. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ILineGeometries.py +0 -0
  30. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ILineSpacings.py +0 -0
  31. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ILines.py +0 -0
  32. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ILoadShapes.py +0 -0
  33. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ILoads.py +0 -0
  34. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IMeters.py +0 -0
  35. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IMonitors.py +0 -0
  36. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IPDElements.py +0 -0
  37. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IPVSystems.py +0 -0
  38. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IParallel.py +0 -0
  39. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IParser.py +0 -0
  40. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IReactors.py +0 -0
  41. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IReclosers.py +0 -0
  42. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IReduceCkt.py +0 -0
  43. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IRegControls.py +0 -0
  44. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IRelays.py +0 -0
  45. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ISensors.py +0 -0
  46. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ISettings.py +0 -0
  47. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ISolution.py +0 -0
  48. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IStorages.py +0 -0
  49. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ISwtControls.py +0 -0
  50. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ITSData.py +0 -0
  51. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IText.py +0 -0
  52. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ITopology.py +0 -0
  53. {dss_python-0.15.6 → dss_python-0.15.7}/dss/ITransformers.py +0 -0
  54. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IVsources.py +0 -0
  55. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IWireData.py +0 -0
  56. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IXYCurves.py +0 -0
  57. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IYMatrix.py +0 -0
  58. {dss_python-0.15.6 → dss_python-0.15.7}/dss/IZIP.py +0 -0
  59. {dss_python-0.15.6 → dss_python-0.15.7}/dss/UserModels/__init__.py +0 -0
  60. {dss_python-0.15.6 → dss_python-0.15.7}/dss/UserModels/bases.py +0 -0
  61. {dss_python-0.15.6 → dss_python-0.15.7}/dss/UserModels/wrappers.py +0 -0
  62. {dss_python-0.15.6 → dss_python-0.15.7}/dss/__init__.py +0 -0
  63. {dss_python-0.15.6 → dss_python-0.15.7}/dss/_cffi_api_util.py +0 -0
  64. {dss_python-0.15.6 → dss_python-0.15.7}/dss/_types.py +0 -0
  65. {dss_python-0.15.6 → dss_python-0.15.7}/dss/enums.py +0 -0
  66. {dss_python-0.15.6 → dss_python-0.15.7}/dss/examples.py +0 -0
  67. {dss_python-0.15.6 → dss_python-0.15.7}/dss/messages/properties-en-US.mo +0 -0
  68. {dss_python-0.15.6 → dss_python-0.15.7}/dss/patch_dss_com.py +0 -0
  69. {dss_python-0.15.6 → dss_python-0.15.7}/dss/plot.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dss-python
3
- Version: 0.15.6
3
+ Version: 0.15.7
4
4
  Summary: Python interface (bindings and tools) for OpenDSS. Based on the AltDSS/DSS C-API project, the alternative OpenDSS implementation from DSS-Extensions.org. Multiplatform, API-compatible/drop-in replacement for the COM version of OpenDSS.
5
5
  Project-URL: Homepage, https://github.com/dss-extensions/DSS-Python
6
6
  Project-URL: Documentation, https://dss-extensions.org/DSS-Python
@@ -55,7 +55,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
55
55
  Classifier: Programming Language :: Python :: Implementation :: PyPy
56
56
  Classifier: Topic :: Scientific/Engineering
57
57
  Requires-Python: >=3.7
58
- Requires-Dist: dss-python-backend==0.14.4
58
+ Requires-Dist: dss-python-backend==0.14.5
59
59
  Requires-Dist: numpy>=1.21.0
60
60
  Requires-Dist: typing-extensions<5,>=4.5
61
61
  Provides-Extra: all
@@ -0,0 +1 @@
1
+ __version__ = "0.15.7"
@@ -24,7 +24,7 @@ packages = ["dss"]
24
24
  name = "dss-python"
25
25
  dynamic = ["version"]
26
26
  dependencies = [
27
- "dss_python_backend==0.14.4",
27
+ "dss_python_backend==0.14.5",
28
28
  "numpy>=1.21.0",
29
29
  "typing_extensions>=4.5,<5",
30
30
  ]
@@ -1 +0,0 @@
1
- __version__ = "0.15.6"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes