itkwasm-downsample-emscripten


Nameitkwasm-downsample-emscripten JSON
Version 1.5.0 PyPI version JSON
download
home_pageNone
SummaryPipelines for downsampling images.
upload_time2025-01-05 02:48:26
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords emscripten itkwasm webassembly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # itkwasm-downsample-emscripten

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

Pipelines for downsampling images. Emscripten implementation.

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


## Installation

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

## Development

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "itkwasm-downsample-emscripten",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "emscripten, itkwasm, webassembly",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8e/6e/b01fcd198254523345cbcc00832864bc2d7e39c5a6073093bea92607bc1c/itkwasm_downsample_emscripten-1.5.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-downsample-emscripten\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-downsample-emscripten.svg)](https://badge.fury.io/py/itkwasm-downsample-emscripten)\n\nPipelines for downsampling images. Emscripten implementation.\n\nThis package provides the Emscripten WebAssembly implementation. It is usually not called directly. Please use the [`itkwasm-downsample`](https://pypi.org/project/itkwasm-downsample/) instead.\n\n\n## Installation\n\n```sh\nimport micropip\nawait micropip.install('itkwasm-downsample-emscripten')\n```\n\n## Development\n\n```sh\npip install hatch\nhatch run download-pyodide\nhatch run test\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pipelines for downsampling images.",
    "version": "1.5.0",
    "project_urls": {
        "Home": "https://github.com/InsightSoftwareConsortium/ITK-Wasm",
        "Source": "https://github.com/InsightSoftwareConsortium/ITK-Wasm"
    },
    "split_keywords": [
        "emscripten",
        " itkwasm",
        " webassembly"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9e61b6be867819a245e82945d68f877a14f9af159e51e1289dc21f4db4a74018",
                "md5": "bdb59214cdd3f9ec033b36d78ee3cf5b",
                "sha256": "1ada00dc47ff5c9c1864f4f64788e92445165de05eac611c887bdf70c22127d4"
            },
            "downloads": -1,
            "filename": "itkwasm_downsample_emscripten-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bdb59214cdd3f9ec033b36d78ee3cf5b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 91779,
            "upload_time": "2025-01-05T02:48:28",
            "upload_time_iso_8601": "2025-01-05T02:48:28.962282Z",
            "url": "https://files.pythonhosted.org/packages/9e/61/b6be867819a245e82945d68f877a14f9af159e51e1289dc21f4db4a74018/itkwasm_downsample_emscripten-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8e6eb01fcd198254523345cbcc00832864bc2d7e39c5a6073093bea92607bc1c",
                "md5": "2995cad7a14ccd6ab1ac24669021e9a9",
                "sha256": "8e9e5986e9663829d8181b04c290ae7879e6ca9d273bc1456088b90202e0e993"
            },
            "downloads": -1,
            "filename": "itkwasm_downsample_emscripten-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2995cad7a14ccd6ab1ac24669021e9a9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 89623,
            "upload_time": "2025-01-05T02:48:26",
            "upload_time_iso_8601": "2025-01-05T02:48:26.962415Z",
            "url": "https://files.pythonhosted.org/packages/8e/6e/b01fcd198254523345cbcc00832864bc2d7e39c5a6073093bea92607bc1c/itkwasm_downsample_emscripten-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-05 02:48:26",
    "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-downsample-emscripten"
}
        
Elapsed time: 0.43938s