itkwasm-elastix-wasi


Nameitkwasm-elastix-wasi JSON
Version 0.2.0 PyPI version JSON
download
home_page
Summary
upload_time2023-09-29 00:46:21
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords itkwasm wasi webassembly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # itkwasm-elastix-wasi

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

A toolbox for rigid and nonrigid registration of images. WASI implementation.

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


## Installation

```sh
pip install itkwasm-elastix-wasi
```

## Development

```sh
pip install pytest itkwasm-compare-images itk-io
pip install -e .
pytest

# or
pip install hatch
hatch run test
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "itkwasm-elastix-wasi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "itkwasm,wasi,webassembly",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b8/9c/f009970a46308d9549434b19dd03cba7c51e90555e077da4aa93863b0dad/itkwasm_elastix_wasi-0.2.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-elastix-wasi\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-elastix-wasi.svg)](https://badge.fury.io/py/itkwasm-elastix-wasi)\n\nA toolbox for rigid and nonrigid registration of images. WASI implementation.\n\nThis package provides the WASI WebAssembly implementation. It is usually not called directly. Please use [`itkwasm-elastix`](https://pypi.org/project/itkwasm-elastix/) instead.\n\n\n## Installation\n\n```sh\npip install itkwasm-elastix-wasi\n```\n\n## Development\n\n```sh\npip install pytest itkwasm-compare-images itk-io\npip install -e .\npytest\n\n# or\npip install hatch\nhatch run test\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.2.0",
    "project_urls": {
        "Home": "https://github.com/InsightSoftwareConsortium/ITKElastix",
        "Source": "https://github.com/InsightSoftwareConsortium/ITKElastix"
    },
    "split_keywords": [
        "itkwasm",
        "wasi",
        "webassembly"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7644d2212190c08ed058647da90fe1a96461c6ccea8c6e63e398d506ca50c079",
                "md5": "6f2f22073a0fde4463e87776c716a6de",
                "sha256": "32abdac08251bd019ea084bfc66945183096e853f0be5bc40e303ae0e9ba33c7"
            },
            "downloads": -1,
            "filename": "itkwasm_elastix_wasi-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f2f22073a0fde4463e87776c716a6de",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4963262,
            "upload_time": "2023-09-29T00:46:18",
            "upload_time_iso_8601": "2023-09-29T00:46:18.702878Z",
            "url": "https://files.pythonhosted.org/packages/76/44/d2212190c08ed058647da90fe1a96461c6ccea8c6e63e398d506ca50c079/itkwasm_elastix_wasi-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b89cf009970a46308d9549434b19dd03cba7c51e90555e077da4aa93863b0dad",
                "md5": "9d3d82a26ae82e168b39ca0c5fc917bf",
                "sha256": "1908fd19c7ad811faa306088046359bf008fc8f64520e2a1561101bc10338c8d"
            },
            "downloads": -1,
            "filename": "itkwasm_elastix_wasi-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9d3d82a26ae82e168b39ca0c5fc917bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4924785,
            "upload_time": "2023-09-29T00:46:21",
            "upload_time_iso_8601": "2023-09-29T00:46:21.480070Z",
            "url": "https://files.pythonhosted.org/packages/b8/9c/f009970a46308d9549434b19dd03cba7c51e90555e077da4aa93863b0dad/itkwasm_elastix_wasi-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-29 00:46:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "InsightSoftwareConsortium",
    "github_project": "ITKElastix",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "itkwasm-elastix-wasi"
}
        
Elapsed time: 0.12141s