itkwasm-image-io-emscripten


Nameitkwasm-image-io-emscripten JSON
Version 0.5.1 PyPI version JSON
download
home_pageNone
SummaryInput and output for scientific and medical image file formats.
upload_time2023-12-17 16:58:22
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/a6/95/d76bff6d1f6d9a85f341cf1ccd0b8f57fb27d981618c3d4cafe5e602383a/itkwasm_image_io_emscripten-0.5.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": "0.5.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": "1f8d4a58212b59e245ca9821fa89a61debb5384ee2e9cf2d922fb03d285fb845",
                "md5": "363f6823e234a82110340bbcc69b7012",
                "sha256": "273512910992415fbdf21fb2df7a9f00c219d10f8a2babcd47a983f67edf46e8"
            },
            "downloads": -1,
            "filename": "itkwasm_image_io_emscripten-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "363f6823e234a82110340bbcc69b7012",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 130636,
            "upload_time": "2023-12-17T16:58:21",
            "upload_time_iso_8601": "2023-12-17T16:58:21.111657Z",
            "url": "https://files.pythonhosted.org/packages/1f/8d/4a58212b59e245ca9821fa89a61debb5384ee2e9cf2d922fb03d285fb845/itkwasm_image_io_emscripten-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a695d76bff6d1f6d9a85f341cf1ccd0b8f57fb27d981618c3d4cafe5e602383a",
                "md5": "cb268ab21b8d00ff94d811677718d2ae",
                "sha256": "8c6bf5e78a115d5c4e6374ea7c0fe9b5d50da94070a92410896306952c5d62bc"
            },
            "downloads": -1,
            "filename": "itkwasm_image_io_emscripten-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cb268ab21b8d00ff94d811677718d2ae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 94744,
            "upload_time": "2023-12-17T16:58:22",
            "upload_time_iso_8601": "2023-12-17T16:58:22.699092Z",
            "url": "https://files.pythonhosted.org/packages/a6/95/d76bff6d1f6d9a85f341cf1ccd0b8f57fb27d981618c3d4cafe5e602383a/itkwasm_image_io_emscripten-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-17 16:58:22",
    "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.15801s