itkwasm-image-io-emscripten


Nameitkwasm-image-io-emscripten 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:56
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/16/ee/c4f3a040369d001f07afd9db63548181ddef2702b95cd6e2f4fe7ff133f6/itkwasm_image_io_emscripten-1.3.1.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.3.1",
    "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": "1cccc0770e43c2ca7f50e7bc41527ebbf662b6038db10526872856a38ac06868",
                "md5": "da5408f503fb59fd774487081bdb85e5",
                "sha256": "80013aa9df6a1413677ddbebc8438c87b5a2d3d79edd88097cb64fb965f30bc7"
            },
            "downloads": -1,
            "filename": "itkwasm_image_io_emscripten-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "da5408f503fb59fd774487081bdb85e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 130909,
            "upload_time": "2024-10-24T19:33:57",
            "upload_time_iso_8601": "2024-10-24T19:33:57.177331Z",
            "url": "https://files.pythonhosted.org/packages/1c/cc/c0770e43c2ca7f50e7bc41527ebbf662b6038db10526872856a38ac06868/itkwasm_image_io_emscripten-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "16eec4f3a040369d001f07afd9db63548181ddef2702b95cd6e2f4fe7ff133f6",
                "md5": "9f966632105127b79493a57b5cf342a2",
                "sha256": "5af16046f39c92a1fb2c57c213127f4e0baf140ac108b1560154c7a4bea1c12e"
            },
            "downloads": -1,
            "filename": "itkwasm_image_io_emscripten-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9f966632105127b79493a57b5cf342a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 94466,
            "upload_time": "2024-10-24T19:33:56",
            "upload_time_iso_8601": "2024-10-24T19:33:56.247529Z",
            "url": "https://files.pythonhosted.org/packages/16/ee/c4f3a040369d001f07afd9db63548181ddef2702b95cd6e2f4fe7ff133f6/itkwasm_image_io_emscripten-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 19:33:56",
    "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.32720s