stpyvista


Namestpyvista JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryStreamlit component to render PyVista 3D visualizations
upload_time2024-10-09 21:01:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords 3d panel pyvista streamlit visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🧊 `stpyvista`

### Show PyVista visualizations in Streamlit

This component takes a PyVista plotter object and shows it on Streamlit as an interactive element (as in it can be zoomed in/out, moved and rotated, but the visualization state is not returned). It uses [Panel](https://panel.holoviz.org/reference/panes/VTK.html#working-with-pyvista) to render PyVista plotter objects within an iframe.

****

### 📦 Installation

```sh
pip install stpyvista
```
****
### 📚 Demo and documentation 

[https://stpyvista.streamlit.app](https://stpyvista.streamlit.app)

****
### 🛠️ Source code

[https://github.com/edsaac/stpyvista](https://github.com/edsaac/stpyvista)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "stpyvista",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "3D, panel, pyvista, streamlit, visualization",
    "author": null,
    "author_email": "\"Edwin Saavedra C.\" <esaavedrac@u.northwestern.edu>",
    "download_url": "https://files.pythonhosted.org/packages/ad/e1/cf10c90e23806e0fa0854c56726cd90029b4d048b21d54da84349b478c2e/stpyvista-0.1.3.tar.gz",
    "platform": null,
    "description": "# \ud83e\uddca `stpyvista`\n\n### Show PyVista visualizations in Streamlit\n\nThis component takes a PyVista plotter object and shows it on Streamlit as an interactive element (as in it can be zoomed in/out, moved and rotated, but the visualization state is not returned). It uses [Panel](https://panel.holoviz.org/reference/panes/VTK.html#working-with-pyvista) to render PyVista plotter objects within an iframe.\n\n****\n\n### \ud83d\udce6 Installation\n\n```sh\npip install stpyvista\n```\n****\n### \ud83d\udcda Demo and documentation \n\n[https://stpyvista.streamlit.app](https://stpyvista.streamlit.app)\n\n****\n### \ud83d\udee0\ufe0f Source code\n\n[https://github.com/edsaac/stpyvista](https://github.com/edsaac/stpyvista)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Streamlit component to render PyVista 3D visualizations",
    "version": "0.1.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/edsaac/stpyvista/issues",
        "Homepage": "https://stpyvista.streamlit.app/",
        "Source Code": "https://github.com/edsaac/stpyvista"
    },
    "split_keywords": [
        "3d",
        " panel",
        " pyvista",
        " streamlit",
        " visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c00c58cd1ed2e8316cc2aa43386fbba7962df09b9282bbc1bed798f667e5d9de",
                "md5": "d64c99b9ac6474c268d2b20bf624c7d4",
                "sha256": "3bcc22fe0cc3645e87aaa83ed0e10af7ebef242a944856c41cd98cc47df37f4c"
            },
            "downloads": -1,
            "filename": "stpyvista-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d64c99b9ac6474c268d2b20bf624c7d4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 277638,
            "upload_time": "2024-10-09T21:01:20",
            "upload_time_iso_8601": "2024-10-09T21:01:20.332449Z",
            "url": "https://files.pythonhosted.org/packages/c0/0c/58cd1ed2e8316cc2aa43386fbba7962df09b9282bbc1bed798f667e5d9de/stpyvista-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ade1cf10c90e23806e0fa0854c56726cd90029b4d048b21d54da84349b478c2e",
                "md5": "80ff95ec87fa58d08aa91086bcfd9cd2",
                "sha256": "4b11ca8992a577d29918bcc92e42fbb77c8c8df2f6ff86b4347468bd08688f2c"
            },
            "downloads": -1,
            "filename": "stpyvista-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "80ff95ec87fa58d08aa91086bcfd9cd2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 273902,
            "upload_time": "2024-10-09T21:01:22",
            "upload_time_iso_8601": "2024-10-09T21:01:22.736145Z",
            "url": "https://files.pythonhosted.org/packages/ad/e1/cf10c90e23806e0fa0854c56726cd90029b4d048b21d54da84349b478c2e/stpyvista-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-09 21:01:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "edsaac",
    "github_project": "stpyvista",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "stpyvista"
}
        
Elapsed time: 9.76974s