Metadata-Version: 2.1
Name: gmsh-sdk
Version: 4.6.0.post1
Summary: [DEPRECIATED] 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
        ========
        
        **WARNING**: This package is depreciated in favor of the ``gmsh`` and ``gmsh-dev`` packages maintained by Gmsh developers. There will be no more updates here.
        
        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.
        
        Before installation make sure that possibly conflicting ``gmsh-sdk-git`` is uninstalled::
        
            $ pip uninstall gmsh-sdk-git
        
        then install (or upgrade) ``gmsh-sdk``::
        
            $ pip install --upgrade gmsh-sdk
        
        and use::
        
            $ 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
