|
3 | 3 | Python bindings and misc tools for using OpenDSS (EPRI Distribution System Simulator). Based on CFFI and DSS C-API, aiming for full COM compatibility on Windows, Linux and MacOS. |
4 | 4 |
|
5 | 5 | <p align="center"> |
6 | | - <img alt="Overview of related repositories" src="https://raw.githubusercontent.com/PMeira/dss_python/master/docs/images/repomap.svg?sanitize=true" width=600> |
| 6 | + <img alt="Overview of related repositories" src="https://raw.githubusercontent.com/dss-extensions/dss_python/master/docs/images/repomap.svg?sanitize=true" width=600> |
7 | 7 | </p> |
8 | 8 |
|
9 | | -If you are looking for the custom OpenDSS C-API library, see [`DSS C-API`](http://github.com/PMeira/dss_capi/). |
| 9 | +If you are looking for the custom OpenDSS C-API library, see [`DSS C-API`](http://github.com/dss-extensions/dss_capi/). |
10 | 10 |
|
11 | 11 | Version 0.10.0, based on OpenDSS revision 2395. While we plan to add a lot more funcionality into DSS Python, the main goal of creating a COM-compatible API has been reached. |
12 | 12 |
|
@@ -68,10 +68,10 @@ After a successful installation, you can then import the `dss` module from your |
68 | 68 | Get this repository: |
69 | 69 |
|
70 | 70 | ``` |
71 | | - git clone https://github.com/PMeira/dss_python.git |
| 71 | + git clone https://github.com/dss-extensions/dss_python.git |
72 | 72 | ``` |
73 | 73 |
|
74 | | -Assuming you successfully built or downloaded the DSS C-API DLLs (check [its repository](http://github.com/PMeira/dss_capi/) for instructions), keep the folder organization as follows: |
| 74 | +Assuming you successfully built or downloaded the DSS C-API DLLs (check [its repository](http://github.com/dss-extensions/dss_capi/) for instructions), keep the folder organization as follows: |
75 | 75 |
|
76 | 76 | ``` |
77 | 77 | dss_capi/ |
@@ -209,7 +209,7 @@ Please allow me a few days to respond. |
209 | 209 |
|
210 | 210 | Credits / Acknowlegement |
211 | 211 | ======================== |
212 | | -DSS Python is based on EPRI's OpenDSS via the [`dss_capi`](http://github.com/PMeira/dss_capi/) project, check its licensing information. |
| 212 | +DSS Python is based on EPRI's OpenDSS via the [`dss_capi`](http://github.com/dss-extensions/dss_capi/) project, check its licensing information. |
213 | 213 |
|
214 | 214 | This project is licensed under the (new) BSD, available in the `LICENSE` file. It's the same license OpenDSS uses (`OPENDSS_LICENSE`). OpenDSS itself uses KLUSolve and SuiteSparse, licensed under the GNU LGPL 2.1. |
215 | 215 |
|
|
0 commit comments