dss-extensions / DSS-Python

Native, "direct" Python bindings (interface) and misc tools for a custom implementation of OpenDSS (EPRI Distribution System Simulator). Based on CFFI, DSS C-API, aiming for full COM API-level compatibility on Windows, Linux and MacOS, while providing various extensions.
https://dss-extensions.org/DSS-Python/
BSD 3-Clause "New" or "Revised" License
60 stars 4 forks source link

Port the ODD.py _columns attribute #27

Closed PMeira closed 4 years ago

PMeira commented 4 years ago

The primary motivator is to ease the code translation of the basic properties from dss_python to ODD.py, but it could also have other uses.

Although not all the extended functionality is planned to be merged in dss_python, something like the _columns attributed listed in the ODD.py modules could be useful to produce automated __str__ methods.