Skip to content
Snippets Groups Projects
jilberto@umich.edu's avatar
jilberto authored
81386ed1
History
Name Last commit Last update
src
.gitignore
README.md
pyproject.toml

cheart-python-io

Cheart-Python Input/Output

This package provides a python package that can be used to read/write different python files. It also provides a command line utility to convert cheart files to .vtu.

Installation

To install, first clone the repository

git clone https://gitlab.eecs.umich.edu/jilberto/cheart-python-io.git

and enter your credentials

Enter the project folder and install

cd cheart-python-io
pip install -e .

Python utility

To use cheartio in a python code do

import cheartio

Command line utility

In the command line you can do

ch-utils -h

to see options.