pyvista-gui


Namepyvista-gui JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/pyvista/pyvista_gui
SummaryEasier Pythonic interface to VTK
upload_time2022-12-21 21:56:41
maintainer
docs_urlNone
authorPyVista Developers
requires_python>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
licenseMIT
keywords vtk numpy plotting mesh gui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyVista-GUI

A plug 'n' play framework for building commercial-grade applications built on
top of PyVista. This module makes it simple to build (and prototype) an
application for processing and visualizing 3D data.

## Disclaimer

This is currently a work in progress - things will break and change!


## Get Started

To launch, simply run:

```bash
python -m pyvista_gui
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pyvista/pyvista_gui",
    "name": "pyvista-gui",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
    "maintainer_email": "",
    "keywords": "vtk numpy plotting mesh gui",
    "author": "PyVista Developers",
    "author_email": "info@pyvista.org",
    "download_url": "https://files.pythonhosted.org/packages/15/12/0b899c9cd8a53fb9bddc99bad68a17210403c68bbae7b3db42282535b41b/pyvista_gui-0.1.1.tar.gz",
    "platform": null,
    "description": "# PyVista-GUI\n\nA plug 'n' play framework for building commercial-grade applications built on\ntop of PyVista. This module makes it simple to build (and prototype) an\napplication for processing and visualizing 3D data.\n\n## Disclaimer\n\nThis is currently a work in progress - things will break and change!\n\n\n## Get Started\n\nTo launch, simply run:\n\n```bash\npython -m pyvista_gui\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Easier Pythonic interface to VTK",
    "version": "0.1.1",
    "split_keywords": [
        "vtk",
        "numpy",
        "plotting",
        "mesh",
        "gui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "6fa2ea4108e4c8dd13c50dd72df93760",
                "sha256": "a55a50c537f07d912fadafeb2be4eaea0d797a589ce7677f54680a42a72593d5"
            },
            "downloads": -1,
            "filename": "pyvista_gui-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6fa2ea4108e4c8dd13c50dd72df93760",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
            "size": 15017,
            "upload_time": "2022-12-21T21:56:40",
            "upload_time_iso_8601": "2022-12-21T21:56:40.621069Z",
            "url": "https://files.pythonhosted.org/packages/70/66/1af4eefd5ab7df6120b4f820ce35482bfdaeb3ac6cce46434f81c97dca28/pyvista_gui-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "1dd2256062424bd29429fc431f87a8d6",
                "sha256": "ef6806e8e1b1afeaad2b930dacc8f94433d939e49d50b896e88199e843149de5"
            },
            "downloads": -1,
            "filename": "pyvista_gui-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1dd2256062424bd29429fc431f87a8d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
            "size": 12778,
            "upload_time": "2022-12-21T21:56:41",
            "upload_time_iso_8601": "2022-12-21T21:56:41.807482Z",
            "url": "https://files.pythonhosted.org/packages/15/12/0b899c9cd8a53fb9bddc99bad68a17210403c68bbae7b3db42282535b41b/pyvista_gui-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-21 21:56:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pyvista",
    "github_project": "pyvista_gui",
    "lcname": "pyvista-gui"
}
        
Elapsed time: 0.02014s