itkwasm-mesh-io-wasi


Nameitkwasm-mesh-io-wasi JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryInput and output for scientific and medical image file formats.
upload_time2023-12-17 17:13: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.
            # itkwasm-mesh-io-wasi

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

Input and output for scientific and medical image file formats. WASI implementation.

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


## Installation

```sh
pip install itkwasm-mesh-io-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-mesh-io-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/a9/83/bf76b3e354f273868c634acd758021a2e2c859fad7f4d9436d8795f7e165/itkwasm_mesh_io_wasi-0.2.1.tar.gz",
    "platform": null,
    "description": "# itkwasm-mesh-io-wasi\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-mesh-io-wasi.svg)](https://badge.fury.io/py/itkwasm-mesh-io-wasi)\n\nInput and output for scientific and medical image file formats. WASI implementation.\n\nThis package provides the WASI WebAssembly implementation. It is usually not called directly. Please use [`itkwasm-mesh-io`](https://pypi.org/project/itkwasm-mesh-io/) instead.\n\n\n## Installation\n\n```sh\npip install itkwasm-mesh-io-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": "Input and output for scientific and medical image file formats.",
    "version": "0.2.1",
    "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": "c560f141a8e6cd900461e69dcc58b94b765bab91fc9b9ee2986824e9143d3307",
                "md5": "6b4d87a453eae8713d8aaa61ef82c383",
                "sha256": "40399b45e347a6c9a653921cae8f6858ed9d18c46a4d876fbeb9ccee21571742"
            },
            "downloads": -1,
            "filename": "itkwasm_mesh_io_wasi-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b4d87a453eae8713d8aaa61ef82c383",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4995663,
            "upload_time": "2023-12-17T17:13:46",
            "upload_time_iso_8601": "2023-12-17T17:13:46.848291Z",
            "url": "https://files.pythonhosted.org/packages/c5/60/f141a8e6cd900461e69dcc58b94b765bab91fc9b9ee2986824e9143d3307/itkwasm_mesh_io_wasi-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a983bf76b3e354f273868c634acd758021a2e2c859fad7f4d9436d8795f7e165",
                "md5": "630369550ee0d2e34afa6ad71d57f1bc",
                "sha256": "3a9f4b5b93094f5b2bafd88a89e5b9cb05bd439fd7bf8d3ff0bec955c9849080"
            },
            "downloads": -1,
            "filename": "itkwasm_mesh_io_wasi-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "630369550ee0d2e34afa6ad71d57f1bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4945336,
            "upload_time": "2023-12-17T17:13:49",
            "upload_time_iso_8601": "2023-12-17T17:13:49.126850Z",
            "url": "https://files.pythonhosted.org/packages/a9/83/bf76b3e354f273868c634acd758021a2e2c859fad7f4d9436d8795f7e165/itkwasm_mesh_io_wasi-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-17 17:13: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": "itkwasm-mesh-io-wasi"
}
        
Elapsed time: 0.16130s