A Python tool to check the status of Eddy3D simulations.
This project is managed with uv.
git clone https://github.com/kastnerp/pyEddy3D.git
cd pyEddy3D
uv syncYou can run the tool using uv run:
# Analyze the current directory
uv run pyeddy3d
# Analyze a specific directory
uv run pyeddy3d /path/to/simulationsuv run pytest