Metadata-Version: 2.1
Name: gmsh_interop
Version: 2024.1
Summary: A parser for GMSH's .msh format
Home-page: http://github.com/inducer/gmsh_interop
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: ~=3.8
License-File: LICENSE
Requires-Dist: numpy>=1.6.0
Requires-Dist: pytools
Requires-Dist: packaging>=20.0

Interoperability between Python and Gmsh
========================================

.. image:: https://gitlab.tiker.net/inducer/gmsh_interop/badges/main/pipeline.svg
    :alt: Gitlab Build Status
    :target: https://gitlab.tiker.net/inducer/gmsh_interop/commits/main
.. image:: https://github.com/inducer/gmsh_interop/workflows/CI/badge.svg
    :alt: Github Build Status
    :target: https://github.com/inducer/gmsh_interop/actions?query=branch%3Amain+workflow%3ACI
.. image:: https://badge.fury.io/py/gmsh_interop.png
    :alt: Python Package Index Release Page
    :target: https://pypi.org/project/gmsh_interop/

This package allows Python to interoperate with the `gmsh <http://gmsh.info/>`_
mesh generator.

This package contains:

* ``gmsh_interop.reader`` to read gmsh's ``.msh`` file format.
* ``gmsh_interop.runner`` to run gmsh under program control and process its output.

Its contents was extracted from `meshpy <https://github.com/inducer/meshpy>`__
to escape its obnoxious licensing.

Links:

* `Github <https://github.com/inducer/gmsh_interop>`_
* `Python package index <https://pypi.org/project/gmsh_interop/>`_
* `Documentation <https://documen.tician.de/gmsh_interop>`_
