itkwasm-mesh-io-emscripten


Nameitkwasm-mesh-io-emscripten JSON
Version 1.6.1 PyPI version JSON
download
home_pageNone
SummaryInput and output for scientific and medical image file formats.
upload_time2025-01-07 20:49:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords emscripten itkwasm webassembly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # itkwasm-mesh-io-emscripten

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


## Installation

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

## Development

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "itkwasm-mesh-io-emscripten",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "emscripten, itkwasm, webassembly",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/0d/9b/bc07d8cb5dccd77af28d784666f4d744e76deb236cb3a3474983839582f6/itkwasm_mesh_io_emscripten-1.6.1.tar.gz",
    "platform": null,
    "description": "# itkwasm-mesh-io-emscripten\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-mesh-io-emscripten.svg)](https://badge.fury.io/py/itkwasm-mesh-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-mesh-io`](https://pypi.org/project/itkwasm-mesh-io/) instead.\n\n\n## Installation\n\n```sh\nimport micropip\nawait micropip.install('itkwasm-mesh-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.6.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": "94b928013e5ff831e9c834fe640b604e03b3a249f19e870e32c74781aec2b4fc",
                "md5": "2ffd6f7a7dd7e00550e7a90911b170f3",
                "sha256": "8ce413afd2cb5d43739b20d3c7f2cde103eeebedb8504662c4b97ec374c54d3a"
            },
            "downloads": -1,
            "filename": "itkwasm_mesh_io_emscripten-1.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2ffd6f7a7dd7e00550e7a90911b170f3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 131551,
            "upload_time": "2025-01-07T20:49:29",
            "upload_time_iso_8601": "2025-01-07T20:49:29.304941Z",
            "url": "https://files.pythonhosted.org/packages/94/b9/28013e5ff831e9c834fe640b604e03b3a249f19e870e32c74781aec2b4fc/itkwasm_mesh_io_emscripten-1.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0d9bbc07d8cb5dccd77af28d784666f4d744e76deb236cb3a3474983839582f6",
                "md5": "a3052784a01b9be128b9e743a6c70f6d",
                "sha256": "d8a27b8fb81af07e81be8742f37bd6fd98fc2848ddc1ab088055f10092c4d858"
            },
            "downloads": -1,
            "filename": "itkwasm_mesh_io_emscripten-1.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a3052784a01b9be128b9e743a6c70f6d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 97332,
            "upload_time": "2025-01-07T20:49:30",
            "upload_time_iso_8601": "2025-01-07T20:49:30.420085Z",
            "url": "https://files.pythonhosted.org/packages/0d/9b/bc07d8cb5dccd77af28d784666f4d744e76deb236cb3a3474983839582f6/itkwasm_mesh_io_emscripten-1.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-07 20:49:30",
    "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-mesh-io-emscripten"
}
        
Elapsed time: 2.88510s