Metadata-Version: 2.1
Name: glue-plotly
Version: 0.4.0
Summary: Experimental plot.ly exporters for glue
Home-page: https://github.com/glue-viz/glue-plotly
Author: Thomas Robitaille and Catherine Zucker
Author-email: glue.viz@gmail.com
License: BSD 3-Clause License
Provides: glue_plotly
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: glue-core (>=0.14)
Requires-Dist: plotly
Provides-Extra: qt
Requires-Dist: PySide2 ; (python_version == "2") and extra == 'qt'
Requires-Dist: PyQt5 ; (python_version >= "3") and extra == 'qt'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: mock ; extra == 'test'
Requires-Dist: glue-vispy-viewers ; extra == 'test'

|Actions Status| |Coverage Status|

Experimental plot.ly plugin for glue
------------------------------------

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