compare-meshes-wasi


Namecompare-meshes-wasi JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryCompare meshes and polydata for regression testing.
upload_time2024-04-01 02:08:49
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.
            # compare-meshes-wasi

[![PyPI version](https://badge.fury.io/py/compare-meshes-wasi.svg)](https://badge.fury.io/py/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 [`compare-meshes`](https://pypi.org/project/compare-meshes/) instead.


## Installation

```sh
pip install 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": "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/3f/5a/1e2f3a6921c1cd8120c01f0dc858fc9e6ab8e8f87508f4f8f243a3b19928/compare_meshes_wasi-0.1.0.tar.gz",
    "platform": null,
    "description": "# compare-meshes-wasi\n\n[![PyPI version](https://badge.fury.io/py/compare-meshes-wasi.svg)](https://badge.fury.io/py/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 [`compare-meshes`](https://pypi.org/project/compare-meshes/) instead.\n\n\n## Installation\n\n```sh\npip install 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.1.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": "8489715507ad4853613d4bd5f3d0da28f38f4678a1aa19539a31857e982d6b06",
                "md5": "b02e0d01300fd65629e76e5a1bd04478",
                "sha256": "f1c01af1f80e369d6c04fea1ed957c91fb9a949c1fb8035898551fe008672c2a"
            },
            "downloads": -1,
            "filename": "compare_meshes_wasi-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b02e0d01300fd65629e76e5a1bd04478",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 585462,
            "upload_time": "2024-04-01T02:08:46",
            "upload_time_iso_8601": "2024-04-01T02:08:46.729391Z",
            "url": "https://files.pythonhosted.org/packages/84/89/715507ad4853613d4bd5f3d0da28f38f4678a1aa19539a31857e982d6b06/compare_meshes_wasi-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3f5a1e2f3a6921c1cd8120c01f0dc858fc9e6ab8e8f87508f4f8f243a3b19928",
                "md5": "ff16b1bd2a1ea10a6f0b395ef7b0b278",
                "sha256": "7c3adb99319d854a28984da5ce15810314898ebc08a22963ae63e2333c18f2ea"
            },
            "downloads": -1,
            "filename": "compare_meshes_wasi-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ff16b1bd2a1ea10a6f0b395ef7b0b278",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 580983,
            "upload_time": "2024-04-01T02:08:49",
            "upload_time_iso_8601": "2024-04-01T02:08:49.033412Z",
            "url": "https://files.pythonhosted.org/packages/3f/5a/1e2f3a6921c1cd8120c01f0dc858fc9e6ab8e8f87508f4f8f243a3b19928/compare_meshes_wasi-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-01 02:08:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "InsightSoftwareConsortium",
    "github_project": "itk-wasm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "compare-meshes-wasi"
}
        
Elapsed time: 0.23053s