itkwasm-dicom-wasi


Nameitkwasm-dicom-wasi JSON
Version 7.3.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-01-05 02:41:30
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 ../..
pnpm test:data:download
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/b8/d6/7e45966fed8a5742eae692d91af163301e53323af1f7aa8e89ae4490cdfd/itkwasm_dicom_wasi-7.3.0.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 ../..\npnpm test:data:download\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": "7.3.0",
    "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": "0e325579b910a5543281e2153000cf5e0d42d2b10005ffc96278596cfff033df",
                "md5": "7bc4163ceb83da7ba474d1ea0e8ec6a3",
                "sha256": "c0dd94aeb3b27d486a00927e97224acbd4bf06f571f40eec2ea8b523827df439"
            },
            "downloads": -1,
            "filename": "itkwasm_dicom_wasi-7.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7bc4163ceb83da7ba474d1ea0e8ec6a3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 31257721,
            "upload_time": "2025-01-05T02:41:24",
            "upload_time_iso_8601": "2025-01-05T02:41:24.164284Z",
            "url": "https://files.pythonhosted.org/packages/0e/32/5579b910a5543281e2153000cf5e0d42d2b10005ffc96278596cfff033df/itkwasm_dicom_wasi-7.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8d67e45966fed8a5742eae692d91af163301e53323af1f7aa8e89ae4490cdfd",
                "md5": "c24d8e5e87867be9b421236d3d1332b2",
                "sha256": "d16cc9694d5bd74aab0f769a58863f1eae2c93b7ede0c184e70b9f3a6a100f63"
            },
            "downloads": -1,
            "filename": "itkwasm_dicom_wasi-7.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c24d8e5e87867be9b421236d3d1332b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 31067565,
            "upload_time": "2025-01-05T02:41:30",
            "upload_time_iso_8601": "2025-01-05T02:41:30.665459Z",
            "url": "https://files.pythonhosted.org/packages/b8/d6/7e45966fed8a5742eae692d91af163301e53323af1f7aa8e89ae4490cdfd/itkwasm_dicom_wasi-7.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-05 02:41: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-dicom-wasi"
}
        
Elapsed time: 0.50560s