Skip to content

Commit 2686427

Browse files
committed
Working on 2.0.0 lots of changes
1 parent 0b18c0b commit 2686427

File tree

307 files changed

+40826
-4327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

307 files changed

+40826
-4327
lines changed

.gitignore

+3-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ env
99
*.DSV
1010
*.dbl
1111
# Results Generated in Text File
12-
tests/py_dss_interface/13Bus/*.csv
13-
tests/py_dss_interface/13Bus/*.txt
12+
tests/py_dss_interface/case/13Bus/*.csv
13+
tests/py_dss_interface/case/13Bus/*.txt
14+
1415
# Packages
1516
*.egg
1617
*.egg-info
@@ -58,8 +59,6 @@ htmlcov
5859
output/*.html
5960
output/*/index.html
6061

61-
# Sphinx
62-
docs/_build
6362

6463
.DS_Store
6564
*~
@@ -81,7 +80,6 @@ docs/_build
8180
.vscode
8281

8382
# Environment
84-
env
8583
tests/py_dss_interface/cases/13Bus/IEEE13Node_BusXY.csv
8684
tests/py_dss_interface/cases/13Bus/IEEE13Nodeckt_EXP_SEQVOLTAGES.CSV
8785
tests/py_dss_interface/cases/13Bus/IEEE13Nodeckt_VLL.Txt

.ipynb_checkpoints/Usage-checkpoint.ipynb

-228
This file was deleted.

MANIFEST.in

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ include .bumpversion.cfg
77
include .coveragerc
88
include .cookiecutterrc
99
include .editorconfig
10+
include *.ipynb
11+
include *.txt
12+
include *.pdf
1013

1114
include AUTHORS.rst
1215
include CHANGELOG.rst

OpenDSSSharedLibray-DiretDLL.pdf

1.08 MB
Binary file not shown.

README.rst

+20-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Overview
1010
* - docs
1111
- |docs|
1212
* - tests
13-
- | |appveyor| |requires|
13+
- | |appveyor|
1414
| |codecov|
1515
* - package
1616
- | |version| |wheel| |supported-versions| |supported-implementations|
@@ -51,10 +51,27 @@ Overview
5151

5252
.. end-badges
5353
54-
py-dss-interface is a Windows Python package providing access to OpenDSS direct dll version of OpenDSS - Version 9.6.1.1 (64-bit build); License Status: Open and Version 9.6.1.1 (32-bit build); License Status: Open.
54+
The py-dss-interface is a Python package that provides a Python interface to the official version of OpenDSS (Open Distribution System Simulator) software. OpenDSS is a free, open-source software for simulating and analyzing power distribution systems.
5555

5656
* Free software: MIT license
5757

58+
The current py-dss-interface works only with Windows. The reason is that EPRI provides only Windows versions of OpenDSS. The package will work for Linux when EPRI releases the Linux version of OpenDSS.
59+
60+
The py-dss-interface package allows users to interact with OpenDSS using Python code, which can be particularly useful for automating tasks, performing simulations, and analyzing results. The package provides a range of functionality, including:
61+
62+
* Creating and modifying OpenDSS circuit models
63+
64+
* Running simulations and analyzing results
65+
66+
* Accessing and manipulating data within the circuit model
67+
68+
* Plotting results
69+
70+
The package is available on the Python Package Index (PyPI) and can be installed using pip, the Python package installer. OpenDSS does not have to be installed on the user's system to use the package, as the py-dss-interface provides an OpenDSS version.
71+
72+
Overall, the py-dss-interface is a powerful tool for anyone working with power distribution systems who wants to use Python for simulation and analysis.
73+
74+
5875
Disclaimer
5976
============
6077
This Python Package is purely responsibility of Paulo Radatz and not his employer. Use this package at your own risk.
@@ -72,7 +89,7 @@ You can access the documentation through:
7289

7390
1 - The Read the Docs.
7491

75-
https://py_dss_interface.readthedocs.io/
92+
https://py-dss-interface.readthedocs.io/en/latest/
7693

7794

7895
Thanks

Usage.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
}
182182
],
183183
"source": [
184-
"dss.solution.solve"
184+
"dss.solution.solve()"
185185
]
186186
},
187187
{
-4.38 KB
Binary file not shown.
-10.2 KB
Binary file not shown.
-7.45 KB
Binary file not shown.
-2.64 MB
Binary file not shown.
-4.31 KB
Binary file not shown.
-3.9 KB
Binary file not shown.
Binary file not shown.
-15.7 KB
Binary file not shown.
-11.4 KB
Binary file not shown.

_readthedocs/html/_static/css/badge_only.css

-1
This file was deleted.

0 commit comments

Comments
 (0)