itkwasm-mesh-io-emscripten


Nameitkwasm-mesh-io-emscripten JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryInput and output for scientific and medical image file formats.
upload_time2023-12-17 17:13:53
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-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.8",
    "maintainer_email": null,
    "keywords": "emscripten,itkwasm,webassembly",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/26/ca/77596eb85c7cf98b58b8f1deef9b1a27786287f9e323f3ce67d5b4ace2d6/itkwasm_mesh_io_emscripten-0.2.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": "0.2.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": "64bc171c69675f73b89c7cc748761e891256be2189dfc4369c14deb44c073481",
                "md5": "84436c45b33f493dec99e7bf88af619a",
                "sha256": "08ee4aa44e5e2c38a2225881e935f29ac3cd9cf78ab63bad53f5810575044914"
            },
            "downloads": -1,
            "filename": "itkwasm_mesh_io_emscripten-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "84436c45b33f493dec99e7bf88af619a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 107637,
            "upload_time": "2023-12-17T17:13:52",
            "upload_time_iso_8601": "2023-12-17T17:13:52.026780Z",
            "url": "https://files.pythonhosted.org/packages/64/bc/171c69675f73b89c7cc748761e891256be2189dfc4369c14deb44c073481/itkwasm_mesh_io_emscripten-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "26ca77596eb85c7cf98b58b8f1deef9b1a27786287f9e323f3ce67d5b4ace2d6",
                "md5": "b94188e35039353b4d799a52f51f5011",
                "sha256": "7b6c9434b8c2caec04811a3393be22c88b62f9ae1f74d18f8ecaa01c007d0107"
            },
            "downloads": -1,
            "filename": "itkwasm_mesh_io_emscripten-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b94188e35039353b4d799a52f51f5011",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 87480,
            "upload_time": "2023-12-17T17:13:53",
            "upload_time_iso_8601": "2023-12-17T17:13:53.648954Z",
            "url": "https://files.pythonhosted.org/packages/26/ca/77596eb85c7cf98b58b8f1deef9b1a27786287f9e323f3ce67d5b4ace2d6/itkwasm_mesh_io_emscripten-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-17 17:13:53",
    "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: 0.20529s