itkwasm-compare-meshes-wasi


Nameitkwasm-compare-meshes-wasi JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryCompare meshes and polydata for regression testing.
upload_time2025-01-05 02:11:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords itkwasm wasi webassembly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # itkwasm-compare-meshes-wasi

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

Compare meshes and polydata for regression testing. WASI implementation.

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


## Installation

```sh
pip install itkwasm-compare-meshes-wasi
```

## Development

```sh
pip install pytest
pip install -e .
pytest

# or
pip install hatch
hatch run test
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "itkwasm-compare-meshes-wasi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "itkwasm, wasi, webassembly",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4d/eb/473c4569913888a66794ef1a188e0288c48e63a6da4880c33ddcf31c8965/itkwasm_compare_meshes_wasi-0.5.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-compare-meshes-wasi\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-compare-meshes-wasi.svg)](https://badge.fury.io/py/itkwasm-compare-meshes-wasi)\n\nCompare meshes and polydata for regression testing. WASI implementation.\n\nThis package provides the WASI WebAssembly implementation. It is usually not called directly. Please use [`itkwasm-compare-meshes`](https://pypi.org/project/itkwasm-compare-meshes/) instead.\n\n\n## Installation\n\n```sh\npip install itkwasm-compare-meshes-wasi\n```\n\n## Development\n\n```sh\npip install pytest\npip install -e .\npytest\n\n# or\npip install hatch\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": [
        "itkwasm",
        " wasi",
        " webassembly"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bec9e7ca57c2e6ab2ec2cb41c913b579d18e86ac0971cfef18c1f8ecbff1cbda",
                "md5": "664906fc7fb6b1e0985c1679771e70a4",
                "sha256": "2d4ea4599d8951969ddcf8fe8c2029bb88ac5d9f2f53b565c5ca24c595d683bd"
            },
            "downloads": -1,
            "filename": "itkwasm_compare_meshes_wasi-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "664906fc7fb6b1e0985c1679771e70a4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 771507,
            "upload_time": "2025-01-05T02:11:38",
            "upload_time_iso_8601": "2025-01-05T02:11:38.765055Z",
            "url": "https://files.pythonhosted.org/packages/be/c9/e7ca57c2e6ab2ec2cb41c913b579d18e86ac0971cfef18c1f8ecbff1cbda/itkwasm_compare_meshes_wasi-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4deb473c4569913888a66794ef1a188e0288c48e63a6da4880c33ddcf31c8965",
                "md5": "feb30534ce67c45b55d5e49b1d4ad027",
                "sha256": "93b195432119eee67c3e289696ce14d65ece79f57fcac774d7b71400189c02d6"
            },
            "downloads": -1,
            "filename": "itkwasm_compare_meshes_wasi-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "feb30534ce67c45b55d5e49b1d4ad027",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 765253,
            "upload_time": "2025-01-05T02:11:41",
            "upload_time_iso_8601": "2025-01-05T02:11:41.142511Z",
            "url": "https://files.pythonhosted.org/packages/4d/eb/473c4569913888a66794ef1a188e0288c48e63a6da4880c33ddcf31c8965/itkwasm_compare_meshes_wasi-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-05 02:11:41",
    "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-wasi"
}
        
Elapsed time: 0.51603s