You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenDSSDirect.py is a cross-platform Python package implements a "direct" library interface to [OpenDSS](http://smartgrid.epri.com/SimulationTool.aspx) using [dss_python](https://github.com/dss-extensions/dss_python/).
9
-
OpenDSS is an open-source distribution system simulator. See [OpenDSSDirect.jl](https://github.com/dss-extensions/OpenDSSDirect.jl) for a similar package in Julia.
7
+
OpenDSSDirect.py is a cross-platform Python package implements a "direct" library interface [our customized implementation](https://github.com/dss-extensions/dss_capi) of [OpenDSS](http://smartgrid.epri.com/SimulationTool.aspx) using [DSS-Python](https://github.com/dss-extensions/dss_python/).
8
+
OpenDSS is an open-source distribution system simulator. See [OpenDSSDirect.jl](https://github.com/dss-extensions/OpenDSSDirect.jl) for a similar package in Julia, and for more context about this project and its components (including alternatives in MATLAB, C++ and C#/.NET), please check [https://dss-extensions.org/](https://dss-extensions.org/) and our hub repository at [dss-extensions/dss-extensions](https://github.com/dss-extensions/dss-extensions) for more documentation, discussions and the [FAQ](https://github.com/dss-extensions/dss-extensions#faq).
10
9
11
-
**This package is available for Windows, Mac and Linux.**
10
+
*As a reminder, although very compatible, this project is not supported by EPRI.*
11
+
12
+
**This package is available for Windows, Mac and Linux, including ARM and x86 variants.**
12
13
13
14
### Documentation
14
15
15
-
The documentation for this package can be found [here](http://dss-extensions.github.io/OpenDSSDirect.py).
16
+
The documentation for this package can be found [here](http://dss-extensions.org/OpenDSSDirect.py).
16
17
17
18
### Installation
18
19
@@ -24,7 +25,7 @@ Open a command line interface and type the following.
24
25
pip install 'OpenDSSDirect.py[extras]'
25
26
```
26
27
27
-
See [installation](https://dss-extensions.github.io/OpenDSSDirect.py/notebooks/Installation.html) instructions for more information.
28
+
See [installation](https://dss-extensions.org/OpenDSSDirect.py/notebooks/Installation.html) instructions for more information.
28
29
29
30
### Troubleshooting
30
31
@@ -36,10 +37,7 @@ If you are having issues using this Python interface, feel free to open an Issue
36
37
37
38
### Thanks
38
39
39
-
Thanks to @tshort, Davis, @temcdrm, @GordStephen, @Muxelmann and @PMeira for their contributions.
40
-
41
-
See @Muxelmann's repo [here](https://github.com/Muxelmann/OpenDSSDirect.make) on how to build OpenDSS for Linux.
42
-
43
-
See @PMeira's repo [here](https://github.com/dss-extensions/dss_python) for the interface used in this package.
40
+
Thanks to @tshort, Davis, @temcdrm, @GordStephen, @Muxelmann and @PMeira for their contributions, as well as all the users for their valuable feedback.
44
41
45
-
See @PMeira's repo [here](https://github.com/dss-extensions/electricdss-src) for changes to OpenDSS for maintaining cross platform compatibility.
42
+
See also our repositories for [DSS-Python](https://github.com/dss-extensions/dss_python) for the underlying Python package used in this package, and
43
+
[DSS C-API](https://github.com/dss-extensions/dss_capi) for modified and extended OpenDSS codebase using in DSS Extensions.
0 commit comments