itkwasm-compare-meshes-emscripten


Nameitkwasm-compare-meshes-emscripten JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
SummaryCompare meshes and polydata for regression testing.
upload_time2024-10-24 02:28:47
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/eb/80/b1a136d9069b360e8bcfa9a3e869fbcf6153083cba2847a3f5c575a49f62/itkwasm_compare_meshes_emscripten-0.4.1.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.4.1",
    "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": "12d79640506dcb8727317b4db058a9a86ba5cb7a90e75d4c117f02cf8135ceae",
                "md5": "e99149539bd07856b6fbd04b13b82245",
                "sha256": "f08bd7fb47f47783197f0a0d7a956bb9ec9d1d02090177cd165d93cf2a176afb"
            },
            "downloads": -1,
            "filename": "itkwasm_compare_meshes_emscripten-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e99149539bd07856b6fbd04b13b82245",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 81793,
            "upload_time": "2024-10-24T02:28:48",
            "upload_time_iso_8601": "2024-10-24T02:28:48.567025Z",
            "url": "https://files.pythonhosted.org/packages/12/d7/9640506dcb8727317b4db058a9a86ba5cb7a90e75d4c117f02cf8135ceae/itkwasm_compare_meshes_emscripten-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eb80b1a136d9069b360e8bcfa9a3e869fbcf6153083cba2847a3f5c575a49f62",
                "md5": "4a6a7e9a9354be6c156487474932e632",
                "sha256": "88a5d35799335ea73dfa9d4f9b2bb1623725c88c1485185c2f48b4111782e184"
            },
            "downloads": -1,
            "filename": "itkwasm_compare_meshes_emscripten-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4a6a7e9a9354be6c156487474932e632",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 80925,
            "upload_time": "2024-10-24T02:28:47",
            "upload_time_iso_8601": "2024-10-24T02:28:47.669421Z",
            "url": "https://files.pythonhosted.org/packages/eb/80/b1a136d9069b360e8bcfa9a3e869fbcf6153083cba2847a3f5c575a49f62/itkwasm_compare_meshes_emscripten-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 02:28:47",
    "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: 4.20654s