dss-python 0.15.0__tar.gz → 0.15.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 (69) hide show
  1. {dss_python-0.15.0 → dss_python-0.15.1}/.gitignore +133 -133
  2. {dss_python-0.15.0 → dss_python-0.15.1}/LICENSE +30 -30
  3. {dss_python-0.15.0 → dss_python-0.15.1}/PKG-INFO +2 -2
  4. {dss_python-0.15.0 → dss_python-0.15.1}/README.md +165 -165
  5. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IActiveClass.py +124 -124
  6. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IBus.py +441 -441
  7. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ICNData.py +185 -185
  8. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ICapControls.py +226 -226
  9. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ICapacitors.py +104 -104
  10. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ICircuit.py +707 -707
  11. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ICktElement.py +558 -558
  12. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ICtrlQueue.py +144 -144
  13. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IDSS.py +549 -549
  14. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IDSSElement.py +60 -60
  15. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IDSSEvents.py +202 -202
  16. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IDSSProgress.py +45 -45
  17. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IDSSProperty.py +64 -64
  18. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IDSS_Executive.py +71 -71
  19. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IDSSimComs.py +18 -18
  20. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IError.py +99 -99
  21. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IFuses.py +197 -197
  22. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IGICSources.py +105 -105
  23. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IGenerators.py +304 -304
  24. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IISources.py +55 -55
  25. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ILineCodes.py +208 -208
  26. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ILineGeometries.py +143 -143
  27. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ILineSpacings.py +73 -73
  28. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ILines.py +411 -411
  29. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ILoadShapes.py +196 -196
  30. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ILoads.py +536 -536
  31. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IMeters.py +431 -431
  32. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IMonitors.py +281 -281
  33. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IPDElements.py +345 -345
  34. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IPVSystems.py +262 -262
  35. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IParallel.py +132 -132
  36. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IParser.py +166 -166
  37. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IReactors.py +271 -271
  38. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IReclosers.py +215 -215
  39. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IReduceCkt.py +156 -156
  40. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IRegControls.py +319 -319
  41. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IRelays.py +128 -128
  42. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ISensors.py +197 -197
  43. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ISettings.py +311 -311
  44. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ISolution.py +677 -677
  45. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IStorages.py +59 -59
  46. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ISwtControls.py +118 -118
  47. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ITSData.py +173 -173
  48. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IText.py +51 -51
  49. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ITopology.py +197 -197
  50. {dss_python-0.15.0 → dss_python-0.15.1}/dss/ITransformers.py +332 -332
  51. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IVsources.py +83 -83
  52. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IWireData.py +122 -122
  53. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IXYCurves.py +143 -143
  54. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IYMatrix.py +151 -151
  55. {dss_python-0.15.0 → dss_python-0.15.1}/dss/IZIP.py +96 -96
  56. {dss_python-0.15.0 → dss_python-0.15.1}/dss/UserModels/__init__.py +10 -10
  57. {dss_python-0.15.0 → dss_python-0.15.1}/dss/UserModels/bases.py +279 -279
  58. {dss_python-0.15.0 → dss_python-0.15.1}/dss/UserModels/wrappers.py +313 -313
  59. {dss_python-0.15.0 → dss_python-0.15.1}/dss/__init__.py +48 -48
  60. {dss_python-0.15.0 → dss_python-0.15.1}/dss/_cffi_api_util.py +1011 -1011
  61. {dss_python-0.15.0 → dss_python-0.15.1}/dss/_types.py +21 -21
  62. dss_python-0.15.1/dss/_version.py +1 -0
  63. {dss_python-0.15.0 → dss_python-0.15.1}/dss/enums.py +1 -1
  64. {dss_python-0.15.0 → dss_python-0.15.1}/dss/examples.py +69 -69
  65. {dss_python-0.15.0 → dss_python-0.15.1}/dss/patch_dss_com.py +194 -194
  66. {dss_python-0.15.0 → dss_python-0.15.1}/dss/plot.py +1998 -1998
  67. {dss_python-0.15.0 → dss_python-0.15.1}/pyproject.toml +84 -84
  68. dss_python-0.15.0/dss/_version.py +0 -1
  69. {dss_python-0.15.0 → dss_python-0.15.1}/dss/messages/properties-en-US.mo +0 -0
@@ -1,133 +1,133 @@
1
- # Byte-compiled / optimized / DLL files
2
- __pycache__/
3
- *.py[cod]
4
- *$py.class
5
-
6
- # C extensions
7
- *.so
8
-
9
- # Distribution / packaging
10
- .Python
11
- env/
12
- build/
13
- develop-eggs/
14
- dist/
15
- downloads/
16
- eggs/
17
- .eggs/
18
- lib/
19
- lib64/
20
- parts/
21
- sdist/
22
- var/
23
- wheels/
24
- *.egg-info/
25
- .installed.cfg
26
- *.egg
27
-
28
- # Py.test
29
- .pytest_cache
30
-
31
- # Test reports
32
- tests/reports
33
-
34
- # PyInstaller
35
- # Usually these files are written by a python script from a template
36
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
37
- *.manifest
38
- *.spec
39
-
40
- # Installer logs
41
- pip-log.txt
42
- pip-delete-this-directory.txt
43
-
44
- # Unit test / coverage reports
45
- htmlcov/
46
- .tox/
47
- .coverage
48
- .coverage.*
49
- .cache
50
- nosetests.xml
51
- coverage.xml
52
- *.cover
53
- .hypothesis/
54
-
55
- # Translations
56
- *.mo
57
- *.pot
58
-
59
- # Django stuff:
60
- *.log
61
- local_settings.py
62
-
63
- # Flask stuff:
64
- instance/
65
- .webassets-cache
66
-
67
- # Scrapy stuff:
68
- .scrapy
69
-
70
- # Sphinx documentation
71
- docs/_build/
72
-
73
- # PyBuilder
74
- target/
75
-
76
- # Jupyter Notebook
77
- .ipynb_checkpoints
78
-
79
- # pyenv
80
- .python-version
81
-
82
- # celery beat schedule file
83
- celerybeat-schedule
84
-
85
- # SageMath parsed files
86
- *.sage.py
87
-
88
- # dotenv
89
- .env
90
-
91
- # virtualenv
92
- .venv
93
- venv/
94
- ENV/
95
-
96
- # Spyder project settings
97
- .spyderproject
98
- .spyproject
99
-
100
- .vscode
101
-
102
- # Rope project settings
103
- .ropeproject
104
-
105
- # mkdocs documentation
106
- /site
107
-
108
- # mypy
109
- .mypy_cache/
110
-
111
- *.dll*
112
-
113
- README.rst
114
-
115
- conda_wheels/
116
- dss/*.lib
117
- dss/**/*.h
118
- dss/**/*.hpp
119
- dss/messages/*
120
-
121
- *.CSV
122
- *.lib
123
- *.exp
124
- *.orig
125
- *.obj
126
- *.pickle
127
- *.dbl
128
- *.sng
129
- *.pdb
130
-
131
- docs/apidocs
132
- tests/result*.zip
133
- tmp/
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+
6
+ # C extensions
7
+ *.so
8
+
9
+ # Distribution / packaging
10
+ .Python
11
+ env/
12
+ build/
13
+ develop-eggs/
14
+ dist/
15
+ downloads/
16
+ eggs/
17
+ .eggs/
18
+ lib/
19
+ lib64/
20
+ parts/
21
+ sdist/
22
+ var/
23
+ wheels/
24
+ *.egg-info/
25
+ .installed.cfg
26
+ *.egg
27
+
28
+ # Py.test
29
+ .pytest_cache
30
+
31
+ # Test reports
32
+ tests/reports
33
+
34
+ # PyInstaller
35
+ # Usually these files are written by a python script from a template
36
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
37
+ *.manifest
38
+ *.spec
39
+
40
+ # Installer logs
41
+ pip-log.txt
42
+ pip-delete-this-directory.txt
43
+
44
+ # Unit test / coverage reports
45
+ htmlcov/
46
+ .tox/
47
+ .coverage
48
+ .coverage.*
49
+ .cache
50
+ nosetests.xml
51
+ coverage.xml
52
+ *.cover
53
+ .hypothesis/
54
+
55
+ # Translations
56
+ *.mo
57
+ *.pot
58
+
59
+ # Django stuff:
60
+ *.log
61
+ local_settings.py
62
+
63
+ # Flask stuff:
64
+ instance/
65
+ .webassets-cache
66
+
67
+ # Scrapy stuff:
68
+ .scrapy
69
+
70
+ # Sphinx documentation
71
+ docs/_build/
72
+
73
+ # PyBuilder
74
+ target/
75
+
76
+ # Jupyter Notebook
77
+ .ipynb_checkpoints
78
+
79
+ # pyenv
80
+ .python-version
81
+
82
+ # celery beat schedule file
83
+ celerybeat-schedule
84
+
85
+ # SageMath parsed files
86
+ *.sage.py
87
+
88
+ # dotenv
89
+ .env
90
+
91
+ # virtualenv
92
+ .venv
93
+ venv/
94
+ ENV/
95
+
96
+ # Spyder project settings
97
+ .spyderproject
98
+ .spyproject
99
+
100
+ .vscode
101
+
102
+ # Rope project settings
103
+ .ropeproject
104
+
105
+ # mkdocs documentation
106
+ /site
107
+
108
+ # mypy
109
+ .mypy_cache/
110
+
111
+ *.dll*
112
+
113
+ README.rst
114
+
115
+ conda_wheels/
116
+ dss/*.lib
117
+ dss/**/*.h
118
+ dss/**/*.hpp
119
+ dss/messages/*
120
+
121
+ *.CSV
122
+ *.lib
123
+ *.exp
124
+ *.orig
125
+ *.obj
126
+ *.pickle
127
+ *.dbl
128
+ *.sng
129
+ *.pdb
130
+
131
+ docs/apidocs
132
+ tests/result*.zip
133
+ tmp/
@@ -1,30 +1,30 @@
1
- BSD 3-Clause License
2
-
3
- Copyright (c) 2017-2023, Paulo Meira
4
- Copyright (c) 2017-2023, DSS-Python contributors
5
- All rights reserved.
6
-
7
- Redistribution and use in source and binary forms, with or without
8
- modification, are permitted provided that the following conditions are met:
9
-
10
- * Redistributions of source code must retain the above copyright notice, this
11
- list of conditions and the following disclaimer.
12
-
13
- * Redistributions in binary form must reproduce the above copyright notice,
14
- this list of conditions and the following disclaimer in the documentation
15
- and/or other materials provided with the distribution.
16
-
17
- * Neither the name of the copyright holder nor the names of its
18
- contributors may be used to endorse or promote products derived from
19
- this software without specific prior written permission.
20
-
21
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
25
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
27
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
28
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2017-2023, Paulo Meira
4
+ Copyright (c) 2017-2023, DSS-Python contributors
5
+ All rights reserved.
6
+
7
+ Redistribution and use in source and binary forms, with or without
8
+ modification, are permitted provided that the following conditions are met:
9
+
10
+ * Redistributions of source code must retain the above copyright notice, this
11
+ list of conditions and the following disclaimer.
12
+
13
+ * Redistributions in binary form must reproduce the above copyright notice,
14
+ this list of conditions and the following disclaimer in the documentation
15
+ and/or other materials provided with the distribution.
16
+
17
+ * Neither the name of the copyright holder nor the names of its
18
+ contributors may be used to endorse or promote products derived from
19
+ this software without specific prior written permission.
20
+
21
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
25
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
27
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
28
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dss-python
3
- Version: 0.15.0
3
+ Version: 0.15.1
4
4
  Summary: Python bindings and tools based on the DSS C-API project, the alternative OpenDSS implementation from DSS-Extensions.org. API-compatible with 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
@@ -61,7 +61,7 @@ Requires-Dist: typing-extensions<5,>=4.5
61
61
  Provides-Extra: all
62
62
  Requires-Dist: altdss; extra == 'all'
63
63
  Requires-Dist: matplotlib; extra == 'all'
64
- Requires-Dist: opendssdirect; extra == 'all'
64
+ Requires-Dist: opendssdirect-py[extras]; extra == 'all'
65
65
  Requires-Dist: pandas; extra == 'all'
66
66
  Requires-Dist: scipy; extra == 'all'
67
67
  Provides-Extra: plot