itkwasm-mesh-to-poly-data


Nameitkwasm-mesh-to-poly-data JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryConvert an ITK Mesh to a simple data structure compatible with vtkPolyData.
upload_time2024-05-19 13:06:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords emscripten itkwasm wasi webassembly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # itkwasm-mesh-to-poly-data

[![PyPI version](https://badge.fury.io/py/itkwasm-mesh-to-poly-data.svg)](https://badge.fury.io/py/itkwasm-mesh-to-poly-data)

Convert an ITK Mesh to a simple data structure compatible with vtkPolyData.

## Installation

```sh
pip install itkwasm-mesh-to-poly-data
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "itkwasm-mesh-to-poly-data",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "emscripten, itkwasm, wasi, webassembly",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/51/e9/8b1e9fb8a39b601a4c92bf638e653f521f2242da743106f6a8582b12958f/itkwasm_mesh_to_poly_data-1.1.0.tar.gz",
    "platform": null,
    "description": "# itkwasm-mesh-to-poly-data\n\n[![PyPI version](https://badge.fury.io/py/itkwasm-mesh-to-poly-data.svg)](https://badge.fury.io/py/itkwasm-mesh-to-poly-data)\n\nConvert an ITK Mesh to a simple data structure compatible with vtkPolyData.\n\n## Installation\n\n```sh\npip install itkwasm-mesh-to-poly-data\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Convert an ITK Mesh to a simple data structure compatible with vtkPolyData.",
    "version": "1.1.0",
    "project_urls": {
        "Home": "https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData",
        "Source": "https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData"
    },
    "split_keywords": [
        "emscripten",
        " itkwasm",
        " wasi",
        " webassembly"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "92415d58fd387a44af577ca708df6976ccc60da3a0357baae64b9e997b2d4661",
                "md5": "22088eb41e73e55e26b7c2f3bd451c62",
                "sha256": "0e0a15fb9a5462e9b9bb2813ccf7df1c83988a54d18fb6ae194d2e3a0b131e63"
            },
            "downloads": -1,
            "filename": "itkwasm_mesh_to_poly_data-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "22088eb41e73e55e26b7c2f3bd451c62",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3944,
            "upload_time": "2024-05-19T13:06:31",
            "upload_time_iso_8601": "2024-05-19T13:06:31.371641Z",
            "url": "https://files.pythonhosted.org/packages/92/41/5d58fd387a44af577ca708df6976ccc60da3a0357baae64b9e997b2d4661/itkwasm_mesh_to_poly_data-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "51e98b1e9fb8a39b601a4c92bf638e653f521f2242da743106f6a8582b12958f",
                "md5": "9963e01b4eb168f597e397022b5ab556",
                "sha256": "7ae9a64e10e114d5d021ec1f377c4a224eea4bb4532a68b26fb2e87a5a0a3165"
            },
            "downloads": -1,
            "filename": "itkwasm_mesh_to_poly_data-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9963e01b4eb168f597e397022b5ab556",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12717,
            "upload_time": "2024-05-19T13:06:32",
            "upload_time_iso_8601": "2024-05-19T13:06:32.227451Z",
            "url": "https://files.pythonhosted.org/packages/51/e9/8b1e9fb8a39b601a4c92bf638e653f521f2242da743106f6a8582b12958f/itkwasm_mesh_to_poly_data-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-19 13:06:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "InsightSoftwareConsortium",
    "github_project": "ITKMeshToPolyData",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "itkwasm-mesh-to-poly-data"
}
        
Elapsed time: 0.28914s