itkwasm-image-io-emscripten


Nameitkwasm-image-io-emscripten 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:26:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords emscripten itkwasm webassembly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # itkwasm-image-io-emscripten

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

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

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


## Installation

```sh
import micropip
await micropip.install('itkwasm-image-io-emscripten')
```

## Development

```sh
pip install hatch
hatch run download-pyodide
hatch run test
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "itkwasm-image-io-emscripten",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "emscripten, itkwasm, webassembly",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/91/c4/e1db427c8c67fd7f13e91fc8dc276ab3167e4fc081a0f1923b4a6439de3e/itkwasm_image_io_emscripten-1.4.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-image-io-emscripten\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-image-io-emscripten.svg)](https://badge.fury.io/py/itkwasm-image-io-emscripten)\n\nInput and output for scientific and medical image file formats. Emscripten implementation.\n\nThis package provides the Emscripten WebAssembly implementation. It is usually not called directly. Please use the [`itkwasm-image-io`](https://pypi.org/project/itkwasm-image-io/) instead.\n\n\n## Installation\n\n```sh\nimport micropip\nawait micropip.install('itkwasm-image-io-emscripten')\n```\n\n## Development\n\n```sh\npip install hatch\nhatch run download-pyodide\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": [
        "emscripten",
        " itkwasm",
        " webassembly"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c97e922a65203485a863d09d904bde60560ee1697bd350b94bf69bae55497524",
                "md5": "535cf7de9fe8b0d32da2301fd35e5a90",
                "sha256": "8f94946362849e12acd430609aaa3ea8731d1f20f34ded0f8a90e45e1f16ae26"
            },
            "downloads": -1,
            "filename": "itkwasm_image_io_emscripten-1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "535cf7de9fe8b0d32da2301fd35e5a90",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 136899,
            "upload_time": "2025-01-05T02:26:27",
            "upload_time_iso_8601": "2025-01-05T02:26:27.136572Z",
            "url": "https://files.pythonhosted.org/packages/c9/7e/922a65203485a863d09d904bde60560ee1697bd350b94bf69bae55497524/itkwasm_image_io_emscripten-1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "91c4e1db427c8c67fd7f13e91fc8dc276ab3167e4fc081a0f1923b4a6439de3e",
                "md5": "32bd6d7f3662687f3fd0b5fb0dbb512b",
                "sha256": "cc70da5f809afd98aa9016afb0f200f50fc907d453d8efc5b89d549f9c556a11"
            },
            "downloads": -1,
            "filename": "itkwasm_image_io_emscripten-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "32bd6d7f3662687f3fd0b5fb0dbb512b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 101357,
            "upload_time": "2025-01-05T02:26:29",
            "upload_time_iso_8601": "2025-01-05T02:26:29.395595Z",
            "url": "https://files.pythonhosted.org/packages/91/c4/e1db427c8c67fd7f13e91fc8dc276ab3167e4fc081a0f1923b4a6439de3e/itkwasm_image_io_emscripten-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-05 02:26:29",
    "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-emscripten"
}
        
Elapsed time: 0.87731s