itkwasm-cuberille-wasi


Nameitkwasm-cuberille-wasi JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryCuberille implicit surface polygonization
upload_time2024-12-19 13:42:01
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-cuberille-wasi

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

Cuberille implicit surface polygonization WASI implementation.

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


## Installation

```sh
pip install itkwasm-cuberille-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-cuberille-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/bf/17/e96a2630766bc9259e6f635ce2bd683adece1d079ae5d51c4b464b51cf3c/itkwasm_cuberille_wasi-0.2.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-cuberille-wasi\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-cuberille-wasi.svg)](https://badge.fury.io/py/itkwasm-cuberille-wasi)\n\nCuberille implicit surface polygonization WASI implementation.\n\nThis package provides the WASI WebAssembly implementation. It is usually not called directly. Please use [`itkwasm-cuberille`](https://pypi.org/project/itkwasm-cuberille/) instead.\n\n\n## Installation\n\n```sh\npip install itkwasm-cuberille-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": "Cuberille implicit surface polygonization",
    "version": "0.2.0",
    "project_urls": {
        "Home": "https://github.com/InsightSoftwareConsortium/ITKCuberille",
        "Source": "https://github.com/InsightSoftwareConsortium/ITKCuberille"
    },
    "split_keywords": [
        "itkwasm",
        " wasi",
        " webassembly"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e407884695e67b3c285f474050cbf98d77c6bae70ae03450a77f5d6c14f6ba35",
                "md5": "3ad5d5da9c724c3f42db842b0c4b3685",
                "sha256": "ae2eaa47745cd26f30ce77cedbbe69ee26f851865729e2e7f8bd4c691efa1a01"
            },
            "downloads": -1,
            "filename": "itkwasm_cuberille_wasi-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ad5d5da9c724c3f42db842b0c4b3685",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2841303,
            "upload_time": "2024-12-19T13:42:07",
            "upload_time_iso_8601": "2024-12-19T13:42:07.886887Z",
            "url": "https://files.pythonhosted.org/packages/e4/07/884695e67b3c285f474050cbf98d77c6bae70ae03450a77f5d6c14f6ba35/itkwasm_cuberille_wasi-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf17e96a2630766bc9259e6f635ce2bd683adece1d079ae5d51c4b464b51cf3c",
                "md5": "a42e22dc93ce21b45e06cec9bd139a14",
                "sha256": "2fa878a88c40fb3d817ce5d699dcc1eb9075c6b11a4ca1dbe26bc25fc7dfbeb6"
            },
            "downloads": -1,
            "filename": "itkwasm_cuberille_wasi-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a42e22dc93ce21b45e06cec9bd139a14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2822182,
            "upload_time": "2024-12-19T13:42:01",
            "upload_time_iso_8601": "2024-12-19T13:42:01.556242Z",
            "url": "https://files.pythonhosted.org/packages/bf/17/e96a2630766bc9259e6f635ce2bd683adece1d079ae5d51c4b464b51cf3c/itkwasm_cuberille_wasi-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-19 13:42:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "InsightSoftwareConsortium",
    "github_project": "ITKCuberille",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "itkwasm-cuberille-wasi"
}
        
Elapsed time: 0.45048s