itkwasm-image-io-wasi


Nameitkwasm-image-io-wasi JSON
Version 1.4.0 PyPI version JSON
download
home_pageNone
SummaryInput and output for scientific and medical image file formats.
upload_time2025-01-05 02:25:42
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-image-io-wasi

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


## Installation

```sh
pip install itkwasm-image-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-image-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/eb/1d/840b1386038a25f916f2e9c184539881db65c6953ce6b60c823549beff8b/itkwasm_image_io_wasi-1.4.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-image-io-wasi\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-image-io-wasi.svg)](https://badge.fury.io/py/itkwasm-image-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-image-io`](https://pypi.org/project/itkwasm-image-io/) instead.\n\n\n## Installation\n\n```sh\npip install itkwasm-image-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": "1.4.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": "f49f2fec2862fc9f243e092f5adf27d745d43cfa4f9654128082001c77229f6d",
                "md5": "ba308c497dd50d78552951513a4eaec5",
                "sha256": "9b4122b8f40c539f393d388c37bd92a41ffa3912afe8b78e524b62e621aa70db"
            },
            "downloads": -1,
            "filename": "itkwasm_image_io_wasi-1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ba308c497dd50d78552951513a4eaec5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 31026875,
            "upload_time": "2025-01-05T02:25:34",
            "upload_time_iso_8601": "2025-01-05T02:25:34.634037Z",
            "url": "https://files.pythonhosted.org/packages/f4/9f/2fec2862fc9f243e092f5adf27d745d43cfa4f9654128082001c77229f6d/itkwasm_image_io_wasi-1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eb1d840b1386038a25f916f2e9c184539881db65c6953ce6b60c823549beff8b",
                "md5": "cfdcb7bad0977f4fae043b836558d19c",
                "sha256": "95af6135ec47c966d17f9e306d4a4f0e5d99a5643b3e791a27cdfae07686c30b"
            },
            "downloads": -1,
            "filename": "itkwasm_image_io_wasi-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cfdcb7bad0977f4fae043b836558d19c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 30743849,
            "upload_time": "2025-01-05T02:25:42",
            "upload_time_iso_8601": "2025-01-05T02:25:42.705123Z",
            "url": "https://files.pythonhosted.org/packages/eb/1d/840b1386038a25f916f2e9c184539881db65c6953ce6b60c823549beff8b/itkwasm_image_io_wasi-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-05 02:25:42",
    "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-image-io-wasi"
}
        
Elapsed time: 0.62071s