Python interface for launching and post-processing SWMF magnetohydrodynamic simulations
Installation¶
All examples assume the use of uv.
Express¶
For when you’re using the package just for analysis.
uv pip install hydronDeveloper¶
For when you are developing a project of your own and are trying to add hydron as a dependency.
uv add hydronContributor Guide¶
Contributors are expected to be using uv.
Please fork hydron and submit your changes in a pull request.
The following are some common workflows.
Testing¶
uv run --extra test pytestPreviewing Documentation¶
uv run --extra docs myst start