itkwasm-elastix-emscripten


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

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

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

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


## Installation

```sh
import micropip
await micropip.install('itkwasm-elastix-emscripten')
```

## Development

```sh
pip install hatch
hatch run download-pyodide
hatch run test
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "itkwasm-elastix-emscripten",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "emscripten,itkwasm,webassembly",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/30/81/bea2a4e861edda192231082a14e3c4f02281ffa9a572d0c359abcf8972cf/itkwasm_elastix_emscripten-0.2.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-elastix-emscripten\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-elastix-emscripten.svg)](https://badge.fury.io/py/itkwasm-elastix-emscripten)\n\nA toolbox for rigid and nonrigid registration of images. Emscripten implementation.\n\nThis package provides the Emscripten WebAssembly implementation. It is usually not called directly. Please use the [`itkwasm-elastix`](https://pypi.org/project/itkwasm-elastix/) instead.\n\n\n## Installation\n\n```sh\nimport micropip\nawait micropip.install('itkwasm-elastix-emscripten')\n```\n\n## Development\n\n```sh\npip install hatch\nhatch run download-pyodide\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": [
        "emscripten",
        "itkwasm",
        "webassembly"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27e954b668de79c313d4f690e3e3a8181738ade1c5acbc3d449965e1ff035ce8",
                "md5": "3b3ce64cf5d586954a39b1004edd15a0",
                "sha256": "c0892f45e25d4218724ef07bd090a9702387cf8b30af371f152780ffbbbbdba5"
            },
            "downloads": -1,
            "filename": "itkwasm_elastix_emscripten-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3b3ce64cf5d586954a39b1004edd15a0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6067,
            "upload_time": "2023-09-29T00:46:43",
            "upload_time_iso_8601": "2023-09-29T00:46:43.883820Z",
            "url": "https://files.pythonhosted.org/packages/27/e9/54b668de79c313d4f690e3e3a8181738ade1c5acbc3d449965e1ff035ce8/itkwasm_elastix_emscripten-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3081bea2a4e861edda192231082a14e3c4f02281ffa9a572d0c359abcf8972cf",
                "md5": "84ba79a709ccf8bf08bdee10b94ebd15",
                "sha256": "4caf5cd26604dd2abdc6237b5657267fc2757655ba7c22194d76f5cffb7d1aa7"
            },
            "downloads": -1,
            "filename": "itkwasm_elastix_emscripten-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "84ba79a709ccf8bf08bdee10b94ebd15",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3855,
            "upload_time": "2023-09-29T00:46:45",
            "upload_time_iso_8601": "2023-09-29T00:46:45.449549Z",
            "url": "https://files.pythonhosted.org/packages/30/81/bea2a4e861edda192231082a14e3c4f02281ffa9a572d0c359abcf8972cf/itkwasm_elastix_emscripten-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-29 00:46:45",
    "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-emscripten"
}
        
Elapsed time: 0.12395s