Metadata-Version: 2.4
Name: glueviz
Version: 1.4.0
Summary: Multidimensional data visualization across files
Author-email: Glue developers <glueviz@gmail.com>
Project-URL: homepage, https://www.glueviz.org/
Project-URL: documentation, https://docs.glueviz.org
Project-URL: repository, https://github.com/glue-viz
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: glue-core[all]>=1.1
Requires-Dist: glue-qt>=0.1
Requires-Dist: glue-vispy-viewers>=1.0.3
Provides-Extra: qt
Requires-Dist: PyQt5>=5.14; extra == "qt"
Dynamic: license-file

The glueviz meta-package
========================

This package does not contain any code, but instead is a meta-package that 
depends on the core glue code as well as stable plugins that we want to 
provide to users by default. 

It can be installed with::

    pip install glueviz

This currently installs:

* `glue-core <https://github.com/glue-viz/glue>`_, the main glue package
* `glue-qt <https://github.com/glue-viz/glue-qt>`_, the Qt-based desktop glue application
* `glue-vispy-viewers <https://github.com/glue-viz/glue-vispy-viewers>`_,
  which adds 3D viewers

In future, as more plugin packages become stable, we will include them
in this meta-package.

Issues should be opened `in the repository for the main glue package
<https://github.com/glue-viz/glue>`_.
