pyvistaqt


Namepyvistaqt JSON
Version 0.11.0 PyPI version JSON
download
home_pagehttps://github.com/pyvista/pyvistaqt
Summarypyvista qt plotter
upload_time2023-06-30 15:12:51
maintainer
docs_urlNone
authorPyVista Developers
requires_python>=3.7
licenseMIT
keywords vtk numpy plotting mesh qt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            #########
PyVistaQt
#########


.. image:: https://img.shields.io/pypi/v/pyvistaqt
   :target: https://pypi.org/project/pyvistaqt/
   :alt: PyPI

.. image:: https://img.shields.io/conda/vn/conda-forge/pyvistaqt
   :target: https://anaconda.org/conda-forge/pyvistaqt
   :alt: conda-forge

.. image:: https://dev.azure.com/pyvista/PyVista/_apis/build/status/pyvista.pyvistaqt?branchName=main
   :target: https://dev.azure.com/pyvista/PyVista/_build/latest?definitionId=9&branchName=main
   :alt: Azure Pipelines

.. image:: https://github.com/pyvista/pyvistaqt/actions/workflows/ci.yml/badge.svg?branch=main
   :target: https://github.com/pyvista/pyvistaqt/actions?query=branch:main+event:push
   :alt: GitHub Actions

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
   :target: https://opensource.org/licenses/MIT
   :alt: MIT License

.. image:: https://codecov.io/gh/pyvista/pyvistaqt/branch/main/graph/badge.svg
  :target: https://codecov.io/gh/pyvista/pyvistaqt
  :alt: Codecov

.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat
  :target: https://timothycrosley.github.io/isort
  :alt: isort

.. image:: https://img.shields.io/badge/%20linter-pylint-%231674b1?style=flat
  :target: https://github.com/PyCQA/pylint
  :alt: pylint

.. image:: https://img.shields.io/badge/%20type_checker-mypy-%231674b1?style=flat
  :target: https://github.com/python/mypy
  :alt: mypy

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat
  :target: https://github.com/psf/black
  :alt: black

``pyvistaqt`` is a helper module for ``pyvista`` to enable you to
plot using Qt by placing a vtk-widget into a background renderer.
This can be quite useful when you desire to update your plot in
real-time.

Documentation
=============

For the installation and usage of this package, please visit the
`PyVistaQt documentation <http://qtdocs.pyvista.org/>`_.

Refer to the `PyVista documentation <http://docs.pyvista.org/>`_ for detailed
installation and usage details of the core package which is used
alongside this package.

For general questions about the project, its applications, or about software
usage, please create a discussion in `pyvista/discussions`_
where the community can collectively address your questions. You are also
welcome to join us on Slack_ or send one of the developers an email.
The project support team can be reached at `info@pyvista.org`_.

.. _pyvista/discussions: https://github.com/pyvista/pyvista/discussions
.. _Slack: http://slack.pyvista.org
.. _info@pyvista.org: mailto:info@pyvista.org


Installation
============

Installation using ``pip`` is::

    $ pip install pyvistaqt


To install this package with ``conda`` run::

    $ conda install -c conda-forge pyvistaqt


You can also visit `PyPI <https://pypi.org/project/pyvistaqt/>`_ or
`GitHub <https://github.com/pyvista/pyvistaqt>`_ to download the source.

Once installed, use the ``pyvistaqt.BackgroundPlotter`` like any PyVista
plotter.


Contributing
============

We absolutely welcome contributions. ``pyvistaqt`` is maintained on a
volunteer basis and thus we need to foster a community that can
support user questions and develop new features to make this software
a useful tool for all users while encouraging every member of the
community to share their ideas. To learn more about contributing to
PyVista, please see the ``pyvista`` `Contributing Guide`_ and
`Code of Conduct`_.

.. _Contributing Guide: https://github.com/pyvista/pyvista/blob/main/CONTRIBUTING.md
.. _Code of Conduct: https://github.com/pyvista/pyvista/blob/main/CODE_OF_CONDUCT.md

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pyvista/pyvistaqt",
    "name": "pyvistaqt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "vtk numpy plotting mesh qt",
    "author": "PyVista Developers",
    "author_email": "info@pyvista.org",
    "download_url": "https://files.pythonhosted.org/packages/dd/f4/62f484299fc745e3b2b08d70af0077a5df7aeb3a687652edf428796c8cb6/pyvistaqt-0.11.0.tar.gz",
    "platform": null,
    "description": "#########\nPyVistaQt\n#########\n\n\n.. image:: https://img.shields.io/pypi/v/pyvistaqt\n   :target: https://pypi.org/project/pyvistaqt/\n   :alt: PyPI\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/pyvistaqt\n   :target: https://anaconda.org/conda-forge/pyvistaqt\n   :alt: conda-forge\n\n.. image:: https://dev.azure.com/pyvista/PyVista/_apis/build/status/pyvista.pyvistaqt?branchName=main\n   :target: https://dev.azure.com/pyvista/PyVista/_build/latest?definitionId=9&branchName=main\n   :alt: Azure Pipelines\n\n.. image:: https://github.com/pyvista/pyvistaqt/actions/workflows/ci.yml/badge.svg?branch=main\n   :target: https://github.com/pyvista/pyvistaqt/actions?query=branch:main+event:push\n   :alt: GitHub Actions\n\n.. image:: https://img.shields.io/badge/License-MIT-yellow.svg\n   :target: https://opensource.org/licenses/MIT\n   :alt: MIT License\n\n.. image:: https://codecov.io/gh/pyvista/pyvistaqt/branch/main/graph/badge.svg\n  :target: https://codecov.io/gh/pyvista/pyvistaqt\n  :alt: Codecov\n\n.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat\n  :target: https://timothycrosley.github.io/isort\n  :alt: isort\n\n.. image:: https://img.shields.io/badge/%20linter-pylint-%231674b1?style=flat\n  :target: https://github.com/PyCQA/pylint\n  :alt: pylint\n\n.. image:: https://img.shields.io/badge/%20type_checker-mypy-%231674b1?style=flat\n  :target: https://github.com/python/mypy\n  :alt: mypy\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat\n  :target: https://github.com/psf/black\n  :alt: black\n\n``pyvistaqt`` is a helper module for ``pyvista`` to enable you to\nplot using Qt by placing a vtk-widget into a background renderer.\nThis can be quite useful when you desire to update your plot in\nreal-time.\n\nDocumentation\n=============\n\nFor the installation and usage of this package, please visit the\n`PyVistaQt documentation <http://qtdocs.pyvista.org/>`_.\n\nRefer to the `PyVista documentation <http://docs.pyvista.org/>`_ for detailed\ninstallation and usage details of the core package which is used\nalongside this package.\n\nFor general questions about the project, its applications, or about software\nusage, please create a discussion in `pyvista/discussions`_\nwhere the community can collectively address your questions. You are also\nwelcome to join us on Slack_ or send one of the developers an email.\nThe project support team can be reached at `info@pyvista.org`_.\n\n.. _pyvista/discussions: https://github.com/pyvista/pyvista/discussions\n.. _Slack: http://slack.pyvista.org\n.. _info@pyvista.org: mailto:info@pyvista.org\n\n\nInstallation\n============\n\nInstallation using ``pip`` is::\n\n    $ pip install pyvistaqt\n\n\nTo install this package with ``conda`` run::\n\n    $ conda install -c conda-forge pyvistaqt\n\n\nYou can also visit `PyPI <https://pypi.org/project/pyvistaqt/>`_ or\n`GitHub <https://github.com/pyvista/pyvistaqt>`_ to download the source.\n\nOnce installed, use the ``pyvistaqt.BackgroundPlotter`` like any PyVista\nplotter.\n\n\nContributing\n============\n\nWe absolutely welcome contributions. ``pyvistaqt`` is maintained on a\nvolunteer basis and thus we need to foster a community that can\nsupport user questions and develop new features to make this software\na useful tool for all users while encouraging every member of the\ncommunity to share their ideas. To learn more about contributing to\nPyVista, please see the ``pyvista`` `Contributing Guide`_ and\n`Code of Conduct`_.\n\n.. _Contributing Guide: https://github.com/pyvista/pyvista/blob/main/CONTRIBUTING.md\n.. _Code of Conduct: https://github.com/pyvista/pyvista/blob/main/CODE_OF_CONDUCT.md\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "pyvista qt plotter",
    "version": "0.11.0",
    "project_urls": {
        "Homepage": "https://github.com/pyvista/pyvistaqt"
    },
    "split_keywords": [
        "vtk",
        "numpy",
        "plotting",
        "mesh",
        "qt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac92043070db56638897574ad7cdf3de08dce2170e0a1779c26b25c0de4ca5f6",
                "md5": "8aa76eadf880e75cb085a6b390f68de4",
                "sha256": "21f88d7e6fb6cf11767807bf13684975759e61d642582a16ff5fcf8e12aa6a60"
            },
            "downloads": -1,
            "filename": "pyvistaqt-0.11.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8aa76eadf880e75cb085a6b390f68de4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 131101,
            "upload_time": "2023-06-30T15:12:50",
            "upload_time_iso_8601": "2023-06-30T15:12:50.224344Z",
            "url": "https://files.pythonhosted.org/packages/ac/92/043070db56638897574ad7cdf3de08dce2170e0a1779c26b25c0de4ca5f6/pyvistaqt-0.11.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddf462f484299fc745e3b2b08d70af0077a5df7aeb3a687652edf428796c8cb6",
                "md5": "dbf879467a041357badf3c99654a09b4",
                "sha256": "8784e8ced4faacfe010524b20dd5675f81f25f1b1d6fb6442ba70437cbb6b1ef"
            },
            "downloads": -1,
            "filename": "pyvistaqt-0.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dbf879467a041357badf3c99654a09b4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 569827,
            "upload_time": "2023-06-30T15:12:51",
            "upload_time_iso_8601": "2023-06-30T15:12:51.898132Z",
            "url": "https://files.pythonhosted.org/packages/dd/f4/62f484299fc745e3b2b08d70af0077a5df7aeb3a687652edf428796c8cb6/pyvistaqt-0.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-30 15:12:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyvista",
    "github_project": "pyvistaqt",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "pyvistaqt"
}
        
Elapsed time: 0.08817s