This package provides native Python tools to handle ExodusII files through the NetCDF API.
- Clone the exodus_helper repo to your local disk and navigate to the created folder:
$ git clone [email protected]:sandialabs/exodus_helper.git $ cd exodus_helper
- (Users): To install exodus_helper locally
$ python -m pip install .
- (Developer) To install exodus_helper so that local edits to the soure code are immediately available system-wide:
$ python -m pip install -e .
- To include extras, e.g. for testing (see tool.poetry.extras in pyproject.toml for available options), run:
$ python -m pip install ".[testing]"
- Documentation
- Release History (link pending)
- Tutorial Notebook (link pending)
- Contribution Guidelines (link pending)