Metadata-Version: 2.4
Name: glue-qt
Version: 0.3.3
Summary: Multidimensional data visualization across files
Home-page: http://glueviz.org
Author: Thomas Robitaille, Chris Beaumont
Author-email: glueviz@gmail.com
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: glue-core>=1.15.0
Requires-Dist: numpy>=1.17
Requires-Dist: matplotlib>=3.2
Requires-Dist: scipy>=1.1
Requires-Dist: echo>=0.6
Requires-Dist: astropy>=4.0
Requires-Dist: setuptools>=30.3.0
Requires-Dist: qtpy>=1.9
Requires-Dist: ipython>=4.0
Requires-Dist: ipykernel!=5.0.0,!=5.1.0,>=4.0
Requires-Dist: qtconsole!=5.4.2,>=4.3
Requires-Dist: pvextractor>=0.2
Requires-Dist: importlib_resources>=1.3; python_version < "3.9"
Requires-Dist: importlib_metadata>=3.6; python_version < "3.10"
Provides-Extra: docs
Requires-Dist: sphinx<7; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Requires-Dist: sphinxcontrib-spelling; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx-book-theme; extra == "docs"
Provides-Extra: qt
Requires-Dist: PyQt5>=5.14; extra == "qt"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-faulthandler; extra == "test"
Requires-Dist: pytest-flake8; extra == "test"
Requires-Dist: objgraph; extra == "test"
Dynamic: license-file

|Actions Status| |Coverage Status| |DOI| |User mailing list| |Developer mailing list|

Glue
====

Glue is a python project to link visualizations of scientific datasets
across many files. Click on the image for a quick demo:

|Glue demo|

Features
--------

-  Interactive, linked statistical graphics of multiple files.
-  Support for many `file
   formats <http://www.glueviz.org/en/latest/faq.html#what-data-formats-does-glue-understand>`__
   including common image formats (jpg, tiff, png), ascii tables,
   astronomical image and table formats (fits, vot, ipac), and HDF5.
   Custom data loaders can also be `easily
   added <http://www.glueviz.org/en/latest/customization.html#custom-data-loaders>`__.
-  Highly `scriptable and
   extendable <http://www.glueviz.org/en/latest/coding_with_glue.html>`__.

Installation
------------

For installation documentation, visit
`glueviz.org <http://glueviz.org>`__.

Contributing
------------

If you are interested in contributing to ``glue``, please read our
`Code of Conduct <https://github.com/glue-viz/.github/blob/master/CODE_OF_CONDUCT.md>`_
and `Contribution Guidelines <https://github.com/glue-viz/.github/blob/master/CONTRIBUTING.md>`_.

Support
-------

Please report problems to glueviz@gmail.com, or `open an
issue <https://github.com/glue-viz/glue/issues?state=open>`__.

License
-------

Glue is licensed under the `BSD
License <https://github.com/glue-viz/glue/blob/master/LICENSE>`__.

.. |Actions Status| image:: https://github.com/glue-viz/glue-qt/actions/workflows/ci_workflows.yml/badge.svg
    :target: https://github.com/glue-viz/glue-qt/actions/workflows/ci_workflows.yml
    :alt: Glue's GitHub Actions CI Status
.. |Coverage Status| image:: https://codecov.io/gh/glue-viz/glue-qt/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/glue-viz/glue-qt
.. |DOI| image:: https://zenodo.org/badge/doi/10.5281/zenodo.13866.svg
   :target: http://dx.doi.org/10.5281/zenodo.13866
.. |User mailing list| image:: http://img.shields.io/badge/mailing%20list-users-green.svg?style=flat
   :target: https://groups.google.com/forum/#!forum/glue-viz
.. |Developer mailing list| image:: http://img.shields.io/badge/mailing%20list-development-green.svg?style=flat
   :target: https://groups.google.com/forum/#!forum/glue-viz-dev
.. |Glue demo| image:: https://raw.githubusercontent.com/glue-viz/glue-qt/main/doc/readme.gif
   :target: http://vimeo.com/53378575
