Metadata-Version: 2.1
Name: astrowidgets
Version: 0.3.0
Summary: Widgets for the Jupyter notebook and JupyterLab
Home-page: https://astrowidgets.readthedocs.io
Author: Astropy Developers
Author-email: mattwcraig@gmail.com
License: BSD 3-Clause
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: astropy
Requires-Dist: ginga (>=3.4)
Requires-Dist: pillow
Requires-Dist: ipywidgets (>=7.5)
Requires-Dist: ipyevents (>=0.6.3)
Requires-Dist: jupyterlab (>=3)
Requires-Dist: aggdraw
Provides-Extra: docs
Requires-Dist: sphinx-astropy ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest-astropy ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

Widgets for the Jupyter notebook and JupyterLab
-----------------------------------------------

.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
    :target: http://www.astropy.org
    :alt: Powered by Astropy Badge

.. image:: https://github.com/astropy/astrowidgets/workflows/CI/badge.svg
    :target: https://github.com/astropy/astrowidgets/actions
    :alt: CI Status

.. image:: https://readthedocs.org/projects/astrowidgets/badge/?version=latest
    :target: https://astrowidgets.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

``astrowidgets`` aims to be a set of astronomy widgets for Jupyter Lab or Notebook,
leveraging the Astropy ecosystem. The ``ImageWidget`` implements the API documented at
`https://github.com/eteq/nb-astroimage-api <https://github.com/eteq/nb-astroimage-api>`_

**Warning**

``astrowidgets`` is currently in *very* early development.  Nothing is guaranteed to work or do anything in particular
at this stage.


Installation and Documentation
------------------------------

See https://astrowidgets.readthedocs.io/en/latest/ .

License
-------

See ``LICENSE.rst``.


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

Given the pre-alpha nature of this package, there is no established
contributing guide. Please contact the maintainers for guidance.
It is important that you follow our code of conduct; please see
``CODE_OF_CONDUCT.md``.


Changelog
---------

See ``CHANGES.rst``.
