itkwasm-compare-meshes-emscripten


Nameitkwasm-compare-meshes-emscripten JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryCompare meshes and polydata for regression testing.
upload_time2025-01-05 02:12:26
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-compare-meshes-emscripten

[![PyPI version](https://badge.fury.io/py/itkwasm-compare-meshes-emscripten.svg)](https://badge.fury.io/py/itkwasm-compare-meshes-emscripten)

Compare meshes and polydata for regression testing. Emscripten implementation.

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


## Installation

```sh
import micropip
await micropip.install('itkwasm-compare-meshes-emscripten')
```

## Development

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "itkwasm-compare-meshes-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/36/06/9f427418615bc55f9eb5293a06e1a3af4f38fbc5b105fc7ae379c0b70d2b/itkwasm_compare_meshes_emscripten-0.5.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-compare-meshes-emscripten\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-compare-meshes-emscripten.svg)](https://badge.fury.io/py/itkwasm-compare-meshes-emscripten)\n\nCompare meshes and polydata for regression testing. Emscripten implementation.\n\nThis package provides the Emscripten WebAssembly implementation. It is usually not called directly. Please use the [`itkwasm-compare-meshes`](https://pypi.org/project/itkwasm-compare-meshes/) instead.\n\n\n## Installation\n\n```sh\nimport micropip\nawait micropip.install('itkwasm-compare-meshes-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": "Compare meshes and polydata for regression testing.",
    "version": "0.5.0",
    "project_urls": {
        "Home": "https://github.com/InsightSoftwareConsortium/ITK-Wasm",
        "Source": "https://github.com/InsightSoftwareConsortium/ITK-Wasm"
    },
    "split_keywords": [
        "emscripten",
        " itkwasm",
        " webassembly"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5850152528f99294a459b3530a7d9a47e56566a35c1cdbcb6b0d263fc453a5d6",
                "md5": "042910b3cc9d51602292c4cf1c0371a8",
                "sha256": "790c329e83dc35321d1885f9bf853a19bef118fe4caa5c68f5c35454bab79fe1"
            },
            "downloads": -1,
            "filename": "itkwasm_compare_meshes_emscripten-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "042910b3cc9d51602292c4cf1c0371a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 87697,
            "upload_time": "2025-01-05T02:12:23",
            "upload_time_iso_8601": "2025-01-05T02:12:23.836160Z",
            "url": "https://files.pythonhosted.org/packages/58/50/152528f99294a459b3530a7d9a47e56566a35c1cdbcb6b0d263fc453a5d6/itkwasm_compare_meshes_emscripten-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "36069f427418615bc55f9eb5293a06e1a3af4f38fbc5b105fc7ae379c0b70d2b",
                "md5": "7c3d744973bc3cbb459c76f77878ed76",
                "sha256": "e3a59d22d16e7c2f1b353d37a5f26f287555d95e245c6f2be121f34e2d899ca6"
            },
            "downloads": -1,
            "filename": "itkwasm_compare_meshes_emscripten-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7c3d744973bc3cbb459c76f77878ed76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 87609,
            "upload_time": "2025-01-05T02:12:26",
            "upload_time_iso_8601": "2025-01-05T02:12:26.066207Z",
            "url": "https://files.pythonhosted.org/packages/36/06/9f427418615bc55f9eb5293a06e1a3af4f38fbc5b105fc7ae379c0b70d2b/itkwasm_compare_meshes_emscripten-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-05 02:12:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "InsightSoftwareConsortium",
    "github_project": "ITK-Wasm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "itkwasm-compare-meshes-emscripten"
}
        
Elapsed time: 1.00841s