itkwasm-mesh-to-poly-data


Nameitkwasm-mesh-to-poly-data JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryConvert an ITK Mesh to a simple data structure compatible with vtkPolyData.
upload_time2024-02-04 20:29:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords emscripten itkwasm wasi webassembly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # itkwasm-mesh-to-poly-data

[![PyPI version](https://badge.fury.io/py/itkwasm-mesh-to-poly-data.svg)](https://badge.fury.io/py/itkwasm-mesh-to-poly-data)

Convert an ITK Mesh to a simple data structure compatible with vtkPolyData.

## Installation

```sh
pip install itkwasm-mesh-to-poly-data
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "itkwasm-mesh-to-poly-data",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "emscripten,itkwasm,wasi,webassembly",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/fa/b6/d292d1cc9c6f273cd6a73d1bac4f8ecd0b45e3b2d281801491983d0822bc/itkwasm_mesh_to_poly_data-1.0.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-mesh-to-poly-data\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-mesh-to-poly-data.svg)](https://badge.fury.io/py/itkwasm-mesh-to-poly-data)\n\nConvert an ITK Mesh to a simple data structure compatible with vtkPolyData.\n\n## Installation\n\n```sh\npip install itkwasm-mesh-to-poly-data\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Convert an ITK Mesh to a simple data structure compatible with vtkPolyData.",
    "version": "1.0.0",
    "project_urls": {
        "Home": "https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData",
        "Source": "https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData"
    },
    "split_keywords": [
        "emscripten",
        "itkwasm",
        "wasi",
        "webassembly"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f18ecad330cd99b1170400d56491d7553f462d71899b0ef56ccf802fe0991ee6",
                "md5": "db241bca5bfd1860b6dedd65def2fb06",
                "sha256": "8b91a3ad10c1030bdf3cb96602fef5a0930668375b60939cc8117afc5aa30394"
            },
            "downloads": -1,
            "filename": "itkwasm_mesh_to_poly_data-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "db241bca5bfd1860b6dedd65def2fb06",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3944,
            "upload_time": "2024-02-04T20:29:01",
            "upload_time_iso_8601": "2024-02-04T20:29:01.810288Z",
            "url": "https://files.pythonhosted.org/packages/f1/8e/cad330cd99b1170400d56491d7553f462d71899b0ef56ccf802fe0991ee6/itkwasm_mesh_to_poly_data-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fab6d292d1cc9c6f273cd6a73d1bac4f8ecd0b45e3b2d281801491983d0822bc",
                "md5": "334e708e85bb9ab468e01ab2f3c05e44",
                "sha256": "cf073956ba8365ffaa22efcb1db65fe5e130980af3c0a16ed7439c024f0c6ddd"
            },
            "downloads": -1,
            "filename": "itkwasm_mesh_to_poly_data-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "334e708e85bb9ab468e01ab2f3c05e44",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 974188,
            "upload_time": "2024-02-04T20:29:03",
            "upload_time_iso_8601": "2024-02-04T20:29:03.476754Z",
            "url": "https://files.pythonhosted.org/packages/fa/b6/d292d1cc9c6f273cd6a73d1bac4f8ecd0b45e3b2d281801491983d0822bc/itkwasm_mesh_to_poly_data-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-04 20:29:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "InsightSoftwareConsortium",
    "github_project": "ITKMeshToPolyData",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "itkwasm-mesh-to-poly-data"
}
        
Elapsed time: 0.18888s