sandialabs / exodus_helper

This package provides native Python tools to handle ExodusII files using the NetCDF API.

Repository from Github https://github.comsandialabs/exodus_helperRepository from Github https://github.comsandialabs/exodus_helper

Exodus Helper Package

docs tests lint

Description/Purpose Statement

This package provides native Python tools to handle ExodusII files through the NetCDF API.

Installation

  • Clone the exodus_helper repo to your local disk and navigate to the created folder:
$ git clone git@github.com: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]"

Getting Started

  • Documentation
  • Release History (link pending)
  • Tutorial Notebook (link pending)
  • Contribution Guidelines (link pending)

About

This package provides native Python tools to handle ExodusII files using the NetCDF API.

License:Other


Languages

Language:Python 100.0%