itkwasm-image-io-wasi


Nameitkwasm-image-io-wasi JSON
Version 1.3.1 PyPI version JSON
download
home_pageNone
SummaryInput and output for scientific and medical image file formats.
upload_time2024-10-24 19:33:04
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/e8/ba/e1ff0593360681b27f8dbf09970015aac2e0dd8304a8feb29461d6fc867c/itkwasm_image_io_wasi-1.3.1.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.3.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": "9949788654cbd04ce5609de8f25708651a34b404fe724a7c521f608602610d37",
                "md5": "0df4e5a0d92d2e85bdd4a0c591f67df6",
                "sha256": "8d6e349ac308f7fa86ecbf3c3f94af711844fba80440ca29d42de463dd3ccb0b"
            },
            "downloads": -1,
            "filename": "itkwasm_image_io_wasi-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0df4e5a0d92d2e85bdd4a0c591f67df6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 35393472,
            "upload_time": "2024-10-24T19:33:13",
            "upload_time_iso_8601": "2024-10-24T19:33:13.339997Z",
            "url": "https://files.pythonhosted.org/packages/99/49/788654cbd04ce5609de8f25708651a34b404fe724a7c521f608602610d37/itkwasm_image_io_wasi-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8bae1ff0593360681b27f8dbf09970015aac2e0dd8304a8feb29461d6fc867c",
                "md5": "aaa2713772c4e12207778795ad605f4a",
                "sha256": "3fc3a353cdee71edbab8e17f7615c07ea5465c4c9a1bf84f99f9a172f9ac277a"
            },
            "downloads": -1,
            "filename": "itkwasm_image_io_wasi-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "aaa2713772c4e12207778795ad605f4a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 35124614,
            "upload_time": "2024-10-24T19:33:04",
            "upload_time_iso_8601": "2024-10-24T19:33:04.618972Z",
            "url": "https://files.pythonhosted.org/packages/e8/ba/e1ff0593360681b27f8dbf09970015aac2e0dd8304a8feb29461d6fc867c/itkwasm_image_io_wasi-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 19:33:04",
    "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.38423s