swmfpy ====== A collection of tools to make it easier to work with python and SWMF together. This is a work in progress. Usage ----- Clone into the directory you want to use it. ```bash git clone https://gitlab.umich.edu/qusai/swmfpy.git ``` Then import it into your python project. ```python import swmfpy ``` Documentation is included. ```python help(swmfpy.read_gm_log) ```