Metadata-Version: 2.4
Name: gmshio
Version: 0.0.1
Summary: gmshio — Run Gmsh as an external process and read MSH 4.1 meshes into numpy arrays for FEM codes. Placeholder release reserving the name; the package is not published yet.
Author-email: FieldAlgo <yonghakim@fieldalgo.com>
License: Apache-2.0
Project-URL: Homepage, https://fieldalgo.com
Project-URL: Repository, https://github.com/FieldAlgo/gmshio
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# gmshio

Run Gmsh as an external process and read MSH 4.1 meshes into numpy arrays for FEM codes.

This release reserves the name on PyPI and installs nothing. It carries no
module, so it cannot shadow a development checkout.

The real package is developed at https://github.com/FieldAlgo/gmshio under the
Apache License 2.0 and will be published from there.
