Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandialabs/exodus_helper
This package provides native Python tools to handle ExodusII files using the NetCDF API.
https://github.com/sandialabs/exodus_helper
scr-2773 snl-performance-workflow
Last synced: about 2 months ago
JSON representation
This package provides native Python tools to handle ExodusII files using the NetCDF API.
- Host: GitHub
- URL: https://github.com/sandialabs/exodus_helper
- Owner: sandialabs
- License: other
- Created: 2023-10-26T14:28:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T18:50:35.000Z (2 months ago)
- Last Synced: 2024-10-17T04:39:26.712Z (2 months ago)
- Topics: scr-2773, snl-performance-workflow
- Language: Python
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: license.txt
Awesome Lists containing this project
README
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 |project| 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 |project| locally
::
$ python -m pip install .
- (Developer) To install |project| 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).. |project| replace:: exodus_helper
.. |docs| image:: https://readthedocs.org/projects/exodus-helper/badge/?version=latest&style=flat
:target: https://exodus-helper.readthedocs.io/en/latest/index.html
:alt: docs.. |tests| image:: https://github.com/sandialabs/exodus_helper/actions/workflows/pytest.yml/badge.svg
:target: https://github.com/sandialabs/exodus_helper/actions/workflows/pytest.yml
:alt: tests.. |lint| image:: https://github.com/sandialabs/exodus_helper/actions/workflows/pylint.yml/badge.svg
:target: https://github.com/sandialabs/exodus_helper/actions/workflows/pylint.yml
:alt: lint