Metadata-Version: 2.4
Name: pyexodus
Version: 0.1.6
Summary: Module for creating Exodus files
Author-email: Lion Krischer <lion.krischer@mondaic.com>, "Mondaic Ltd." <info@mondaic.com>
License: MIT
Project-URL: Homepage, https://github.com/SalvusHub/pyexodus
Project-URL: Documentation, https://salvushub.github.io/pyexodus/
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: h5netcdf>=0.5.0
Requires-Dist: h5py
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"
Dynamic: license-file

<img src="http://salvushub.github.io/pyexodus/_static/logo.svg" width="250">

[![Build Status](https://travis-ci.org/SalvusHub/pyexodus.svg?branch=master)](https://travis-ci.org/SalvusHub/pyexodus) [![codecov](https://codecov.io/gh/SalvusHub/pyexodus/branch/master/graph/badge.svg)](https://codecov.io/gh/SalvusHub/pyexodus) [![license](https://img.shields.io/badge/license-MIT-F57F17.svg)](https://opensource.org/licenses/MIT) [![python-version](https://img.shields.io/badge/python-3.6,3.7,3.8-blue.svg)](http://python.org)
[![OS-support](https://img.shields.io/badge/OS-linux,win,osx-850A8B.svg)](https://github.com/SalvusHub/pyexodus)

**Documentation:** https://salvushub.github.io/pyexodus/

---

The [MeshIO](https://github.com/nschloe/meshio) package is much more feature complete and likely a better fit for most purposes.

---

Pure Python (still requires h5py and numpy) package to write exodus files. It
emulates the Python API of the official Python exodus wrapper but is much much
easier to get going.

Don't expect this to be complete anytime soon - we will add stuff as soon as we
need it.
