itkwasm-dicom-emscripten


Nameitkwasm-dicom-emscripten JSON
Version 5.0.1 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2023-12-17 17:36:55
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/a6/00/b6376a1081c698072e91e967abf3ac185105b5bdcafff1c0c6af9b5db324/itkwasm_dicom_emscripten-5.0.1.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": "5.0.1",
    "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": "235f0a38280bb19f250f86245963815ec252d1d9dd571c6f6afec75fe7c325d2",
                "md5": "7a724b042cb7b70c0fc4306acdb1ebf3",
                "sha256": "65ca5f354d4221050ae3adb50bfbdef54a6c871d7554c153b95620d01bdaa49d"
            },
            "downloads": -1,
            "filename": "itkwasm_dicom_emscripten-5.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a724b042cb7b70c0fc4306acdb1ebf3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 93996,
            "upload_time": "2023-12-17T17:36:53",
            "upload_time_iso_8601": "2023-12-17T17:36:53.953131Z",
            "url": "https://files.pythonhosted.org/packages/23/5f/0a38280bb19f250f86245963815ec252d1d9dd571c6f6afec75fe7c325d2/itkwasm_dicom_emscripten-5.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a600b6376a1081c698072e91e967abf3ac185105b5bdcafff1c0c6af9b5db324",
                "md5": "ab5f71e4dcf79472dc97d76dfcd4e81a",
                "sha256": "3fb00cbb4d07aadf6542e4617e1ae3304964ec8fd975a10dd0c76f796de84669"
            },
            "downloads": -1,
            "filename": "itkwasm_dicom_emscripten-5.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ab5f71e4dcf79472dc97d76dfcd4e81a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 90744,
            "upload_time": "2023-12-17T17:36:55",
            "upload_time_iso_8601": "2023-12-17T17:36:55.630765Z",
            "url": "https://files.pythonhosted.org/packages/a6/00/b6376a1081c698072e91e967abf3ac185105b5bdcafff1c0c6af9b5db324/itkwasm_dicom_emscripten-5.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-17 17:36:55",
    "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: 0.15145s