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
58 stars 4 forks source link

IObj.py: consider splitting #49

Closed PMeira closed 7 months ago

PMeira commented 1 year ago

Not essential or urgent: IObj is so big that Sphinx has trouble parsing it!

Thankfully we can use PyPy to accelerate that (still takes several minutes), but this makes it unlikely we would be able to rebuild the docs on CI. Locally we can reuse the cache and it only that long in the first run.

I guess we can consider splitting after a more final version is available.

PMeira commented 1 year ago

We'll probably move the code related to IObj to the new (AltDSS?) repo in a couple of weeks before splitting.