Metadata-Version: 2.4
Name: pyvistaqt
Version: 0.11.3
Summary: pyvista qt plotter
Home-page: https://github.com/pyvista/pyvistaqt
Author: PyVista Developers
Author-email: info@pyvista.org
License: MIT
Keywords: vtk numpy plotting mesh qt
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: pyvista>=0.32.0
Requires-Dist: QtPy>=1.9.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

#########
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
