Metadata-Version: 2.4
Name: mhdtools
Version: 1.0.1
Summary: Tools to manipulate MHD/RAW files
Home-page: https://github.com/alexis-pereda/mhdtools
Author: Alexis Pereda
Author-email: alexis@pereda.fr
License-Expression: MIT
Project-URL: Homepage, https://github.com/alexis-pereda/mhdtools
Project-URL: Issues, https://github.com/alexis-pereda/mhdtools/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: SimpleITK
Dynamic: author-email
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist

# A tools collection for MHD/RAW files

## Installation

A python virtual environment is advised:
```sh
# move somewhere you want your environment to be
python -m venv mhdtools
source mhdtools/bin/activate
pip install -U pip
pip install mhdtools
```

## Available tools

### `mhdview`

An MHD/RAW file 2D viewer.
See `--help` for features and options.
