itkwasm-dicom-emscripten


Nameitkwasm-dicom-emscripten JSON
Version 7.6.2 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-08-07 21:55:58
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-dicom-emscripten

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

Read files and images related to DICOM file format. Emscripten implementation.

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


## Installation

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

## Development

```sh
# Download test data
cd ../../../..
npm ci
npm run build:testData
cd -

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "itkwasm-dicom-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/2f/8c/77dcd1d55de48349c68f2784f9ef46e832fba03ae4d031a21c213afb1ea3/itkwasm_dicom_emscripten-7.6.2.tar.gz",
    "platform": null,
    "description": "# itkwasm-dicom-emscripten\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-dicom-emscripten.svg)](https://badge.fury.io/py/itkwasm-dicom-emscripten)\n\nRead files and images related to DICOM file format. Emscripten implementation.\n\nThis package provides the Emscripten WebAssembly implementation. It is usually not called directly. Please use [`itkwasm-dicom`](https://pypi.org/project/itkwasm-dicom/) instead.\n\n\n## Installation\n\n```sh\nimport micropip\nawait micropip.install('itkwasm-dicom-emscripten')\n```\n\n## Development\n\n```sh\n# Download test data\ncd ../../../..\nnpm ci\nnpm run build:testData\ncd -\n\npip install hatch\nhatch run download-pyodide\nhatch run test\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "7.6.2",
    "project_urls": {
        "Home": "https://itk-wasm-dicom-python-docs.on.fleek.co",
        "Issues": "https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues",
        "Source": "https://github.com/InsightSoftwareConsortium/ITK-Wasm"
    },
    "split_keywords": [
        "emscripten",
        " itkwasm",
        " webassembly"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15c35a4c24375bad8465b35bd056747d02c95436f84df42ef9f70a85902f6f34",
                "md5": "f5c3e49ea18a3c29606d945e2be152ce",
                "sha256": "fb40f14c736f241bd6b641ccfa261540f084b44ea7bbf76196619acffcca6148"
            },
            "downloads": -1,
            "filename": "itkwasm_dicom_emscripten-7.6.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f5c3e49ea18a3c29606d945e2be152ce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 137504,
            "upload_time": "2025-08-07T21:55:57",
            "upload_time_iso_8601": "2025-08-07T21:55:57.134456Z",
            "url": "https://files.pythonhosted.org/packages/15/c3/5a4c24375bad8465b35bd056747d02c95436f84df42ef9f70a85902f6f34/itkwasm_dicom_emscripten-7.6.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f8c77dcd1d55de48349c68f2784f9ef46e832fba03ae4d031a21c213afb1ea3",
                "md5": "63eeb76e73a2c2618fd7dbf614314d08",
                "sha256": "6aae41a93045424e6c4d9c1d1a544bcb479ac6794ecfaa329dcd5eb2b1b29a43"
            },
            "downloads": -1,
            "filename": "itkwasm_dicom_emscripten-7.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "63eeb76e73a2c2618fd7dbf614314d08",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 130901,
            "upload_time": "2025-08-07T21:55:58",
            "upload_time_iso_8601": "2025-08-07T21:55:58.089633Z",
            "url": "https://files.pythonhosted.org/packages/2f/8c/77dcd1d55de48349c68f2784f9ef46e832fba03ae4d031a21c213afb1ea3/itkwasm_dicom_emscripten-7.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-07 21:55:58",
    "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-dicom-emscripten"
}
        
Elapsed time: 2.47796s