Metadata-Version: 2.1
Name: gmsh-sdk
Version: 4.5.6.post1
Summary: Gmsh SDK installer. Gmsh is a three-dimensional finite element mesh generator.
Home-page: https://github.com/mrkwjc/gmsh-sdk
Maintainer: Marek Wojciechowski
Maintainer-email: mrkwjc@gmail.com
License: GPL-2
Description: ========
        gmsh-sdk
        ========
        The aim of this package is to download and install the `Gmsh SDK <http://gmsh.info>`_
        in a pythonic way, i.e. via ``pip`` command. **No gmsh files are maintained here**.
        Installation should work under Linux, Windows and MacOSX for both Python 2 and 3.
        
        Just install (or upgrade) ``gmsh-sdk``::
        
            $ pip install --upgrade gmsh-sdk
        
        and use it::
        
            $ gmsh --help
            $ python -c "import gmsh; gmsh.initialize(['', '--help'])"
        
Keywords: fem,mesh,finite element method
Platform: Posix
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/x-rst
