Metadata-Version: 2.4
Name: zoomy_core
Version: 0.2.0
Summary: zoomy_core is the pure Python core of Zoomy: A simulation software for dimensionally-reduced free surface flows.
Author-email: Ingo Steldermann <steldermann@mbd.rwth-aachen.de>
License: GNU
Project-URL: Homepage, https://github.com/mbd-rwth/Zoomy
Project-URL: Documentation, https://mbd-rwth.github.io/Zoomy
Project-URL: Source, https://github.com/mbd-rwth/Zoomy
Project-URL: Issues, https://github.com/mbd-rwth/Zoomy/issues
Keywords: simulation,shallow flow,free surface flow,shallow moments,shallow water,VAM
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Framework :: Jupyter
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: sympy>=1.14
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: param
Requires-Dist: loguru
Provides-Extra: full
Requires-Dist: h5py; extra == "full"
Requires-Dist: matplotlib; extra == "full"
Requires-Dist: meshio; extra == "full"
Provides-Extra: gui
Requires-Dist: pyvista; extra == "gui"
Requires-Dist: trame; extra == "gui"
Requires-Dist: trame-vtk; extra == "gui"
Requires-Dist: trame-vuetify; extra == "gui"
Requires-Dist: panel; extra == "gui"
Provides-Extra: coupling
Requires-Dist: precice; extra == "coupling"
Provides-Extra: testing
Requires-Dist: swashes; extra == "testing"
Requires-Dist: pyswashes; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Provides-Extra: mesh
Requires-Dist: gmsh; extra == "mesh"
Requires-Dist: python-gmsh; extra == "mesh"
Requires-Dist: rasterio; extra == "mesh"
Requires-Dist: meshio; extra == "mesh"
Provides-Extra: dev
Requires-Dist: watchfiles; extra == "dev"
Requires-Dist: Cython; extra == "dev"
Requires-Dist: pytest-html; extra == "dev"
Provides-Extra: server
Requires-Dist: zoomy-server; extra == "server"

# zoomy_core

This library is part of [Zoomy](https://github.com/ZoomyLab/Zoomy).
