Skip to content

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

License

Notifications You must be signed in to change notification settings

sandialabs/exodus_helper

Repository files navigation

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 [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]"

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages