compas-gmsh


Namecompas-gmsh JSON
Version 0.4.2 PyPI version JSON
download
home_pageNone
SummaryCOMPAS wrapper for the PYthon bindings of GMSH
upload_time2024-05-13 20:54:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords compas fea meshing gmsh
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # COMPAS GMSH

![build](https://github.com/compas-dev/compas_gmsh/workflows/build/badge.svg)
[![GitHub - License](https://img.shields.io/github/license/compas-dev/compas_gmsh.svg)](https://github.com/compas-dev/compas_gmsh)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/compas_gmsh.svg)](https://pypi.python.org/project/compas_gmsh)
[![PyPI - Latest Release](https://img.shields.io/pypi/v/compas_gmsh.svg)](https://pypi.python.org/project/compas_gmsh)

COMPAS friendly interface for Gmsh.

## Installation

```bash
conda create -n gmsh -c conda-forge compas
conda activate gmsh
pip install compas_gmsh
```

## Getting Started

Have a look at some of the first [examples in the documentation](https://compas.dev/compas_gmsh/latest/examples.html).

## License

`compas_gmsh` provides a COMPAS friendly interface to `Gmsh`.
`Gmsh` is released under GPL-2.0-or-later.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "compas-gmsh",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "compas, fea, meshing, gmsh",
    "author": null,
    "author_email": "tom van mele <tom.v.mele@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/9e/af/f0cca085b41ca2c3b3653f550565b24ab87e91407c378ea7e92194b8a79d/compas_gmsh-0.4.2.tar.gz",
    "platform": null,
    "description": "# COMPAS GMSH\n\n![build](https://github.com/compas-dev/compas_gmsh/workflows/build/badge.svg)\n[![GitHub - License](https://img.shields.io/github/license/compas-dev/compas_gmsh.svg)](https://github.com/compas-dev/compas_gmsh)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/compas_gmsh.svg)](https://pypi.python.org/project/compas_gmsh)\n[![PyPI - Latest Release](https://img.shields.io/pypi/v/compas_gmsh.svg)](https://pypi.python.org/project/compas_gmsh)\n\nCOMPAS friendly interface for Gmsh.\n\n## Installation\n\n```bash\nconda create -n gmsh -c conda-forge compas\nconda activate gmsh\npip install compas_gmsh\n```\n\n## Getting Started\n\nHave a look at some of the first [examples in the documentation](https://compas.dev/compas_gmsh/latest/examples.html).\n\n## License\n\n`compas_gmsh` provides a COMPAS friendly interface to `Gmsh`.\n`Gmsh` is released under GPL-2.0-or-later.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "COMPAS wrapper for the PYthon bindings of GMSH",
    "version": "0.4.2",
    "project_urls": {
        "Homepage": "https://compas-dev.github.io/compas_gmsh",
        "Repository": "https://github.com/compas-dev/compas_gmsh"
    },
    "split_keywords": [
        "compas",
        " fea",
        " meshing",
        " gmsh"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e4cdd16bd3db4364b3358ec6bd61cf27b7d0027d4f53da79b7d84d94004bece",
                "md5": "bd0c7b766531568411addc5bd4008632",
                "sha256": "286eec162413495dbbe745f636944dafb29081c1d36c8f9d836a5c087fbb5dd3"
            },
            "downloads": -1,
            "filename": "compas_gmsh-0.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bd0c7b766531568411addc5bd4008632",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 26626,
            "upload_time": "2024-05-13T20:54:50",
            "upload_time_iso_8601": "2024-05-13T20:54:50.030677Z",
            "url": "https://files.pythonhosted.org/packages/4e/4c/dd16bd3db4364b3358ec6bd61cf27b7d0027d4f53da79b7d84d94004bece/compas_gmsh-0.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9eaff0cca085b41ca2c3b3653f550565b24ab87e91407c378ea7e92194b8a79d",
                "md5": "1ee94237f32c8469fc547c0d9ec83654",
                "sha256": "1db8a7d01898b163d655126ea7b75d55457f3fae7f31cb4d72df4d229f742c2e"
            },
            "downloads": -1,
            "filename": "compas_gmsh-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1ee94237f32c8469fc547c0d9ec83654",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 25871,
            "upload_time": "2024-05-13T20:54:51",
            "upload_time_iso_8601": "2024-05-13T20:54:51.558142Z",
            "url": "https://files.pythonhosted.org/packages/9e/af/f0cca085b41ca2c3b3653f550565b24ab87e91407c378ea7e92194b8a79d/compas_gmsh-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-13 20:54:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "compas-dev",
    "github_project": "compas_gmsh",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "compas-gmsh"
}
        
Elapsed time: 0.31737s