Metadata-Version: 2.1
Name: gmsh-sdk-git
Version: 9999.post1
Summary: Gmsh SDK installer (installs current git snapshot). 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-git
        ============
        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.
        
        This package installs *latest git snapshot* of Gmsh SDK.
        
        Before installation make sure that possibly conflicting ``gmsh-sdk`` is uninstalled::
        
            $ pip uninstall gmsh-sdk
        
        then install (or upgrade) ``gmsh-sdk-git``::
        
            $ pip install --upgrade --force-reinstall gmsh-sdk-git
        
        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
