itkwasm-downsample-wasi


Nameitkwasm-downsample-wasi JSON
Version 1.5.0 PyPI version JSON
download
home_pageNone
SummaryPipelines for downsampling images.
upload_time2025-01-05 02:47:40
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-downsample-wasi

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

Pipelines for downsampling images. WASI implementation.

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


## Installation

```sh
pip install itkwasm-downsample-wasi
```

## Development

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

# or
pip install hatch
hatch run test
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "itkwasm-downsample-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/07/fa/2c30aeb4d589aeba0ce853238158ddd81a5426dffd4605383f4a3b26f4bb/itkwasm_downsample_wasi-1.5.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-downsample-wasi\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-downsample-wasi.svg)](https://badge.fury.io/py/itkwasm-downsample-wasi)\n\nPipelines for downsampling images. WASI implementation.\n\nThis package provides the WASI WebAssembly implementation. It is usually not called directly. Please use [`itkwasm-downsample`](https://pypi.org/project/itkwasm-downsample/) instead.\n\n\n## Installation\n\n```sh\npip install itkwasm-downsample-wasi\n```\n\n## Development\n\n```sh\npip install pytest itkwasm-image-io itkwasm-compare-images\npip install -e .\npytest\n\n# or\npip install hatch\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": [
        "itkwasm",
        " wasi",
        " webassembly"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b572bbf2913ea470e5fe8750d258363cee5f077b5ef5c9f8d953b2c8e618e68e",
                "md5": "782bf367dbd0588dc689753ee971259c",
                "sha256": "6066bf1d0b265dfde2c45f51e05c1bb21181a38c0edc39f6f54df073eaa505b7"
            },
            "downloads": -1,
            "filename": "itkwasm_downsample_wasi-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "782bf367dbd0588dc689753ee971259c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5751779,
            "upload_time": "2025-01-05T02:47:43",
            "upload_time_iso_8601": "2025-01-05T02:47:43.796930Z",
            "url": "https://files.pythonhosted.org/packages/b5/72/bbf2913ea470e5fe8750d258363cee5f077b5ef5c9f8d953b2c8e618e68e/itkwasm_downsample_wasi-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "07fa2c30aeb4d589aeba0ce853238158ddd81a5426dffd4605383f4a3b26f4bb",
                "md5": "b76acb994c3e2e0d73f903e37e778f05",
                "sha256": "a53e986e347cc3ea438f13aaca7e4229494f9fea84f7125c340570de44f7e03c"
            },
            "downloads": -1,
            "filename": "itkwasm_downsample_wasi-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b76acb994c3e2e0d73f903e37e778f05",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5702900,
            "upload_time": "2025-01-05T02:47:40",
            "upload_time_iso_8601": "2025-01-05T02:47:40.703997Z",
            "url": "https://files.pythonhosted.org/packages/07/fa/2c30aeb4d589aeba0ce853238158ddd81a5426dffd4605383f4a3b26f4bb/itkwasm_downsample_wasi-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-05 02:47:40",
    "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-wasi"
}
        
Elapsed time: 0.39203s