itkwasm-sub-mesh-wasi


Nameitkwasm-sub-mesh-wasi JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryExtract a subset of a mesh given by the cell identifiers.
upload_time2024-02-23 21:37:37
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords itkwasm wasi webassembly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # itkwasm-sub-mesh-wasi

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

Extract a subset of a mesh given by the cell identifiers. WASI implementation.

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


## Installation

```sh
pip install itkwasm-sub-mesh-wasi
```

## Development

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

# or
pip install hatch
hatch run test
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "itkwasm-sub-mesh-wasi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "itkwasm,wasi,webassembly",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/75/44/3f8ff7e119628bfc45dedee39c8389b9733b3128a9723380dbb750bcef29/itkwasm_sub_mesh_wasi-1.0.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-sub-mesh-wasi\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-sub-mesh-wasi.svg)](https://badge.fury.io/py/itkwasm-sub-mesh-wasi)\n\nExtract a subset of a mesh given by the cell identifiers. WASI implementation.\n\nThis package provides the WASI WebAssembly implementation. It is usually not called directly. Please use [`itkwasm-sub-mesh`](https://pypi.org/project/itkwasm-sub-mesh/) instead.\n\n\n## Installation\n\n```sh\npip install itkwasm-sub-mesh-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": "",
    "summary": "Extract a subset of a mesh given by the cell identifiers.",
    "version": "1.0.0",
    "project_urls": {
        "Home": "https://github.com/uncbiag/OAI_analysis_2",
        "Source": "https://github.com/uncbiag/OAI_analysis_2"
    },
    "split_keywords": [
        "itkwasm",
        "wasi",
        "webassembly"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5da2fc6dd7ab0dbf7a23cf6f20954e8299031aa594b35d0ff50b7b2e69e1b315",
                "md5": "c2cb300f61b0de104c786437f02ef1a4",
                "sha256": "a266f438c384d2b374a7156ee0a8d78857b39e54695319b02fafa96dc5244a84"
            },
            "downloads": -1,
            "filename": "itkwasm_sub_mesh_wasi-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c2cb300f61b0de104c786437f02ef1a4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 445880,
            "upload_time": "2024-02-23T21:37:35",
            "upload_time_iso_8601": "2024-02-23T21:37:35.375942Z",
            "url": "https://files.pythonhosted.org/packages/5d/a2/fc6dd7ab0dbf7a23cf6f20954e8299031aa594b35d0ff50b7b2e69e1b315/itkwasm_sub_mesh_wasi-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75443f8ff7e119628bfc45dedee39c8389b9733b3128a9723380dbb750bcef29",
                "md5": "af6bfed443c1ba555b4dc0fed462c360",
                "sha256": "c0b7852937235628f1c5696b1b6abbab44791c62ef1894b2a1fc09b223f89fbe"
            },
            "downloads": -1,
            "filename": "itkwasm_sub_mesh_wasi-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "af6bfed443c1ba555b4dc0fed462c360",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 442682,
            "upload_time": "2024-02-23T21:37:37",
            "upload_time_iso_8601": "2024-02-23T21:37:37.398128Z",
            "url": "https://files.pythonhosted.org/packages/75/44/3f8ff7e119628bfc45dedee39c8389b9733b3128a9723380dbb750bcef29/itkwasm_sub_mesh_wasi-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-23 21:37:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "uncbiag",
    "github_project": "OAI_analysis_2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "itkwasm-sub-mesh-wasi"
}
        
Elapsed time: 0.20866s