itkwasm-transform-io-wasi


Nameitkwasm-transform-io-wasi JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryInput and output for scientific and medical coordinate transform file formats.
upload_time2025-01-05 02:34:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords itkwasm wasi webassembly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # itkwasm-transform-io-wasi

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

Input and output for scientific and medical coordinate transform file formats. WASI implementation.

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


## Installation

```sh
pip install itkwasm-transform-io-wasi
```

## Development

```sh
pip install pytest
pip install -e .
pytest

# or
pip install hatch
hatch run test
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "itkwasm-transform-io-wasi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "itkwasm, wasi, webassembly",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/35/68/32cef3e09b6fba635458a2d1bf248a5950ab44c4e0e08c0b37e6b55e58cf/itkwasm_transform_io_wasi-1.0.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-transform-io-wasi\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-transform-io-wasi.svg)](https://badge.fury.io/py/itkwasm-transform-io-wasi)\n\nInput and output for scientific and medical coordinate transform file formats. WASI implementation.\n\nThis package provides the WASI WebAssembly implementation. It is usually not called directly. Please use [`itkwasm-transform-io`](https://pypi.org/project/itkwasm-transform-io/) instead.\n\n\n## Installation\n\n```sh\npip install itkwasm-transform-io-wasi\n```\n\n## Development\n\n```sh\npip install pytest\npip install -e .\npytest\n\n# or\npip install hatch\nhatch run test\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Input and output for scientific and medical coordinate transform file formats.",
    "version": "1.0.0",
    "project_urls": {
        "Home": "https://github.com/InsightSoftwareConsortium/ITK-Wasm",
        "Source": "https://github.com/InsightSoftwareConsortium/ITK-Wasm"
    },
    "split_keywords": [
        "itkwasm",
        " wasi",
        " webassembly"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56d462e4a4c392f1ffe1aca67fb26a09c36cf20814df2f2474d500328b890702",
                "md5": "fa5e957d68eb0902e3d49c14f4d9d95b",
                "sha256": "69a92a199496facae23b7ed5cf0a6f6c77f6db625e7d7e316f3325eee89dfd09"
            },
            "downloads": -1,
            "filename": "itkwasm_transform_io_wasi-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa5e957d68eb0902e3d49c14f4d9d95b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 17601174,
            "upload_time": "2025-01-05T02:34:22",
            "upload_time_iso_8601": "2025-01-05T02:34:22.832913Z",
            "url": "https://files.pythonhosted.org/packages/56/d4/62e4a4c392f1ffe1aca67fb26a09c36cf20814df2f2474d500328b890702/itkwasm_transform_io_wasi-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "356832cef3e09b6fba635458a2d1bf248a5950ab44c4e0e08c0b37e6b55e58cf",
                "md5": "bf0f6b18d29488d9e217d696d88c6fc3",
                "sha256": "057be87484491fd3bb82b0af1d4774964fe328d3e3334a678a19eb09b15791d9"
            },
            "downloads": -1,
            "filename": "itkwasm_transform_io_wasi-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bf0f6b18d29488d9e217d696d88c6fc3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 17457655,
            "upload_time": "2025-01-05T02:34:27",
            "upload_time_iso_8601": "2025-01-05T02:34:27.217751Z",
            "url": "https://files.pythonhosted.org/packages/35/68/32cef3e09b6fba635458a2d1bf248a5950ab44c4e0e08c0b37e6b55e58cf/itkwasm_transform_io_wasi-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-05 02:34:27",
    "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-transform-io-wasi"
}
        
Elapsed time: 0.49965s