rice-solar-physics / ebtelplusplus

An implementation of the enthalpy-based thermal evolution of loops (EBTEL) model implemented in C++ and wrapped in Python
https://ebtelplusplus.readthedocs.io
GNU General Public License v3.0
11 stars 5 forks source link

Experimenting with python bindings #79

Closed wtbarnes closed 2 months ago

wtbarnes commented 1 year ago

Addresses #77

This is a first stab at providing Python bindings for this code. This would allow for directly calling ebtel++ from Python. Additionally, binaries could be built and then installed via PyPI which would greatly reduce the friction in getting ebtel++ installed.