Skip to content

Commit f1c5034

Browse files
authored
Merge pull request #4 from DAI-Lab/cleanup-branch
Cleanups
2 parents 535278b + 6a5fd2d commit f1c5034

21 files changed

+49
-142
lines changed

pygridsim.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Package to simulate OpenDSS circuits on Python
6363

6464
# Overview
6565

66-
TODO: Provide a short overview of the project here.
66+
PyGridSim aims to make building electrical circuits and corresponding circuit simulations easy for a Python coder. It builds on the distribution system OpenDSS and corresponding python package AltDSS.
6767

6868
# Install
6969

pygridsim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
__email__ = '[email protected]'
77
__version__ = '0.1.0.0'
88

9-
from pygridsim.core import PyGridSim
9+
from pygridsim.core import PyGridSim as PyGridSim
0 Bytes
Binary file not shown.
666 Bytes
Binary file not shown.
-361 Bytes
Binary file not shown.
-22 Bytes
Binary file not shown.
-45 Bytes
Binary file not shown.
-12 Bytes
Binary file not shown.
-14 Bytes
Binary file not shown.
-116 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)