itkwasm-dicom-wasi


Nameitkwasm-dicom-wasi JSON
Version 5.0.1 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2023-12-17 17:36:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords itkwasm wasi webassembly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # itkwasm-dicom-wasi

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

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

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


## Installation

```sh
pip install itkwasm-dicom-wasi
```

## Development

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

pip install pytest
pip install pillow
pip install -e .
pytest
# or
pip install hatch
hatch run test
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "itkwasm-dicom-wasi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "itkwasm,wasi,webassembly",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1e/52/d14eaf4376a0032b3370b0453aecd6fa198c504334e4f64fa54dcaf69860/itkwasm_dicom_wasi-5.0.1.tar.gz",
    "platform": null,
    "description": "# itkwasm-dicom-wasi\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-dicom-wasi.svg)](https://badge.fury.io/py/itkwasm-dicom-wasi)\n\nRead files and images related to DICOM file format. WASI implementation.\n\nThis package provides the WASI 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\npip install itkwasm-dicom-wasi\n```\n\n## Development\n\n```sh\n# Download test data\ncd ../../../..\nnpm ci\nnpm run build:testData\ncd -\n\npip install pytest\npip install pillow\npip install -e .\npytest\n# or\npip install hatch\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": [
        "itkwasm",
        "wasi",
        "webassembly"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f5695564d0c74d72ad614db656775d920c2738fc942fb167a48720d22e01b967",
                "md5": "f280056b76d6ed04d54e39b657fb964b",
                "sha256": "0f8c81fd04fa197be3ef7b0bc85cab8c0c6908064475564a6375f35917af9333"
            },
            "downloads": -1,
            "filename": "itkwasm_dicom_wasi-5.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f280056b76d6ed04d54e39b657fb964b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6135448,
            "upload_time": "2023-12-17T17:36:48",
            "upload_time_iso_8601": "2023-12-17T17:36:48.240114Z",
            "url": "https://files.pythonhosted.org/packages/f5/69/5564d0c74d72ad614db656775d920c2738fc942fb167a48720d22e01b967/itkwasm_dicom_wasi-5.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e52d14eaf4376a0032b3370b0453aecd6fa198c504334e4f64fa54dcaf69860",
                "md5": "caf5607dab8587d9863ddf45f5f89d30",
                "sha256": "dc4fd999d561395afaa7af3684c9b447ecbbe2b17cdfefc98c029d01b5934fd8"
            },
            "downloads": -1,
            "filename": "itkwasm_dicom_wasi-5.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "caf5607dab8587d9863ddf45f5f89d30",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6100479,
            "upload_time": "2023-12-17T17:36:50",
            "upload_time_iso_8601": "2023-12-17T17:36:50.816663Z",
            "url": "https://files.pythonhosted.org/packages/1e/52/d14eaf4376a0032b3370b0453aecd6fa198c504334e4f64fa54dcaf69860/itkwasm_dicom_wasi-5.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-17 17:36:50",
    "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-wasi"
}
        
Elapsed time: 0.15365s