Metadata-Version: 2.4
Name: glue-wwt
Version: 0.8.0
Summary: Glue WorldWide Telescope plugin
Author-email: Thomas Robitaille <thomas.robitaille@gmail.com>
License: BSD 3-Clause License
Project-URL: Homepage, https://github.com/glue-viz/glue-wwt
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: glue-core>=1.13.1
Requires-Dist: echo
Requires-Dist: astropy
Requires-Dist: pywwt>=0.24.1
Requires-Dist: packaging
Requires-Dist: ipywidgets>=8
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: qt
Requires-Dist: qtpy; extra == "qt"
Requires-Dist: glue-qt; extra == "qt"
Requires-Dist: PyQt5; python_version >= "3" and extra == "qt"
Requires-Dist: PyQtWebEngine; python_version >= "3" and extra == "qt"
Provides-Extra: jupyter
Requires-Dist: glue-jupyter; extra == "jupyter"
Dynamic: license-file

Glue WorldWide Telescope plugin (experimental)
==============================================

|Actions Status| |Coverage Status|

Requirements
------------

Note that this plugin requires `glue <http://glueviz.org/>`__ to be
installed - see `this
page <http://glueviz.org/en/latest/installation.html>`__ for
instructions on installing glue.

Installing
----------

If you are using conda, you can easily install the
plugin and all the required dependencies with::

    conda install -c glueviz glue-wwt

Alternatively, if you don't use conda, be sure to install the above
dependencies then install the plugin with::

    pip install glue-wwt

In both cases this will auto-register the plugin with Glue.
Now simply start up Glue,
open a tabular dataset, drag it onto the main canvas, then select
'WorldWideTelescope (WWT)'.

Testing
-------

To run the tests, do::

    py.test glue_wwt

at the root of the repository. This requires the
`pytest <http://pytest.org>`__ module to be installed.

.. |Actions Status| image:: https://github.com/glue-viz/glue-wwt/workflows/ci_workflows/badge.svg
    :target: https://github.com/glue-viz/glue-wwt/actions
    :alt: Glue WWT's GitHub Actions CI Status
.. |Coverage Status| image:: https://codecov.io/gh/glue-viz/glue-wwt/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/glue-viz/glue-wwt
    :alt: Glue WWT's Coverage Status
