Metadata-Version: 1.2
Name: medcoupling
Version: 9.15.0
Summary: Powerful library to manipulate meshes and fields
Home-page: https://docs.salome-platform.org/latest/dev/MEDCoupling/developer/index.html
Author: EDF R&D
Author-email: eric.fayolle@edf.fr
License: LGPL
Keywords: salome mesh numerical simulation
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Intended Audience :: Science/Research
Requires-Dist: scipy


MEDCoupling
===========

MEDCoupling is a powerful library to manipulate meshes and fields from the `SALOME <https://www.salome-platform.org/>`_ platform.

Refer to the `documentation <https://docs.salome-platform.org/latest/dev/MEDCoupling/developer/index.html>`_.

Built from `github <https://github.com/jschueller/medcoupling-wheels>`_.

Installation from PyPI
----------------------

To install MEDCoupling, you can now simply do::

    pip install -U medcoupling

Binary wheels are available for 64-bit Windows (`win_amd64`) and Linux-like platforms (`manylinux2014_x86_64`).

To ensure that MEDCoupling is well installed, try importing it with::

    import medcoupling  # should not raise error
