itkwasm-mesh-to-poly-data-emscripten


Nameitkwasm-mesh-to-poly-data-emscripten 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:28:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords emscripten itkwasm webassembly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # itkwasm-mesh-to-poly-data-emscripten

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

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

This package provides the Emscripten WebAssembly implementation. It is usually not called directly. Please use the [`itkwasm-mesh-to-poly-data`](https://pypi.org/project/itkwasm-mesh-to-poly-data/) instead.


## Installation

```sh
import micropip
await micropip.install('itkwasm-mesh-to-poly-data-emscripten')
```

## Development

```sh
pip install hatch
hatch run download-pyodide
hatch run test
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "itkwasm-mesh-to-poly-data-emscripten",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "emscripten,itkwasm,webassembly",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8f/ad/3e7eeaec17773db535c3fac4e42704c4914e3c6cf0a9d6696bda67d3ac4c/itkwasm_mesh_to_poly_data_emscripten-1.0.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-mesh-to-poly-data-emscripten\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-mesh-to-poly-data-emscripten.svg)](https://badge.fury.io/py/itkwasm-mesh-to-poly-data-emscripten)\n\nConvert an ITK Mesh to a simple data structure compatible with vtkPolyData. Emscripten implementation.\n\nThis package provides the Emscripten WebAssembly implementation. It is usually not called directly. Please use the [`itkwasm-mesh-to-poly-data`](https://pypi.org/project/itkwasm-mesh-to-poly-data/) instead.\n\n\n## Installation\n\n```sh\nimport micropip\nawait micropip.install('itkwasm-mesh-to-poly-data-emscripten')\n```\n\n## Development\n\n```sh\npip install hatch\nhatch run download-pyodide\nhatch run test\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",
        "webassembly"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "51be32dc42514359656b7409f49aab1b6abac9fdacfdc2210bd57938b572ae64",
                "md5": "88d92d060300a3d84426a35131105199",
                "sha256": "2f995d08eea8b5495c19ce25ebe4f3f0d1562176cec57f5ae235f5802c83f7d9"
            },
            "downloads": -1,
            "filename": "itkwasm_mesh_to_poly_data_emscripten-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "88d92d060300a3d84426a35131105199",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 82206,
            "upload_time": "2024-02-04T20:28:57",
            "upload_time_iso_8601": "2024-02-04T20:28:57.375246Z",
            "url": "https://files.pythonhosted.org/packages/51/be/32dc42514359656b7409f49aab1b6abac9fdacfdc2210bd57938b572ae64/itkwasm_mesh_to_poly_data_emscripten-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8fad3e7eeaec17773db535c3fac4e42704c4914e3c6cf0a9d6696bda67d3ac4c",
                "md5": "999238cf97115fd33d4b5f86cc42d8fc",
                "sha256": "ce1db114ec91cf6dbdecbcb09edf70b53598a0801ce1b0a3d2fae3ac08f0e3e7"
            },
            "downloads": -1,
            "filename": "itkwasm_mesh_to_poly_data_emscripten-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "999238cf97115fd33d4b5f86cc42d8fc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 81501,
            "upload_time": "2024-02-04T20:28:58",
            "upload_time_iso_8601": "2024-02-04T20:28:58.959177Z",
            "url": "https://files.pythonhosted.org/packages/8f/ad/3e7eeaec17773db535c3fac4e42704c4914e3c6cf0a9d6696bda67d3ac4c/itkwasm_mesh_to_poly_data_emscripten-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-04 20:28:58",
    "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-emscripten"
}
        
Elapsed time: 0.24387s