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

Linux binaries #5

Closed PMeira closed 6 years ago

PMeira commented 6 years ago

Decide the approach for Linux binaries.

Many Linux distributions don't provide up-to-date Python versions and using the Anaconda Python distribution is not uncommon. We can try to maintain an Anaconda repository and test it in a couple of ditros (at least openSuse and Ubuntu).

PMeira commented 6 years ago

Version 0.9.8 introduces binaries for MacOS and Linux on PyPI. Conda packages should be added soon.