Metadata-Version: 2.1
Name: dkist
Version: 1.3.0rc1
Summary: DKIST User Tools
Home-page: http://dkist.nso.edu
Author: NSO / AURA
Author-email: stuart@cadair.com
License: BSD 3-Clause
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: aiohttp>=3.6
Requires-Dist: asdf>=2.11.2
Requires-Dist: asdf-astropy>=0.2.0
Requires-Dist: asdf-coordinates-schemas>=0.1.0
Requires-Dist: asdf-standard>=1.0.3
Requires-Dist: asdf-transform-schemas>=0.3.0
Requires-Dist: asdf-unit-schemas>=0.1.0
Requires-Dist: asdf-wcs-schemas>=0.3.0
Requires-Dist: astropy>=5.3
Requires-Dist: dask[array]>=2021.8.0
Requires-Dist: globus-sdk>=3.0
Requires-Dist: gwcs>=0.19.0
Requires-Dist: matplotlib>=3.5
Requires-Dist: ndcube[plotting,reproject]>=2.0
Requires-Dist: numpy>=1.22
Requires-Dist: parfive[ftp]>=1.5
Requires-Dist: platformdirs>=3.0
Requires-Dist: sunpy[asdf,net]>=4.0.7
Requires-Dist: tqdm>=4.63
Provides-Extra: tests
Requires-Dist: pytest-astropy; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-mock; extra == "tests"
Requires-Dist: pytest-mpl; extra == "tests"
Requires-Dist: pytest-httpserver; extra == "tests"
Requires-Dist: hypothesis; extra == "tests"
Requires-Dist: tox; extra == "tests"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-astropy; extra == "docs"
Requires-Dist: sphinx-gallery; extra == "docs"
Requires-Dist: sphinx-changelog; extra == "docs"
Requires-Dist: pytest; extra == "docs"
Requires-Dist: sphinx_autodoc_typehints; extra == "docs"
Requires-Dist: dkist-sphinx-theme>=1.1.2; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: myst-nb; extra == "docs"
Requires-Dist: ipywidgets; extra == "docs"
Requires-Dist: accessible-pygments; extra == "docs"

DKIST User Tools
================

.. image:: https://img.shields.io/pypi/v/dkist.svg
   :target: https://pypi.python.org/pypi/dkist/
   :alt: PyPI for dkist package
.. image:: https://img.shields.io/pypi/pyversions/dkist
   :alt: PyPI - Python Version
.. image:: https://img.shields.io/matrix/dki-solar-telescope:openastronomy.org.svg?colorB=%23FE7900&label=Chat&logo=matrix&server_fqdn=matrix.org
   :target: https://app.element.io/#/room/#dki-solar-telescope:openastronomy.org
   :alt: DKIST chat room on matrix
.. image:: https://github.com/DKISTDC/dkist/actions/workflows/main.yml/badge.svg?branch=main
   :target: https://github.com/DKISTDC/dkist/actions/workflows/main.yml
   :alt: Latest CI Status for dkist package
.. image:: https://codecov.io/github/dkistdc/dkist/branch/master/graph/badge.svg?token=A4ggaCurqz
   :target: https://codecov.io/github/dkistdc/dkist
   :alt: Latest codecov Status for dkist package
.. image:: https://readthedocs.com/projects/dkistdc-dkist/badge/?version=latest
   :target: https://docs.dkist.nso.edu/projects/python-tools
   :alt: Documentation Status
.. image:: http://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat
   :target: http://www.sunpy.org
   :alt: Powered by SunPy Badge

A Python library of tools for obtaining, processing and interacting with DKIST
data.

Documentation
-------------

See the documentation at `https://docs.dkist.nso.edu/projects/python-tools <https://docs.dkist.nso.edu/projects/python-tools>`__.

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

The recommended way to install ``dkist`` is with `miniforge <https://github.com/conda-forge/miniforge#miniforge3>`__.
To install ``dkist`` once miniforge is installed run the following command:

.. code:: bash

    $ conda install dkist

For detailed installation instructions, see the `installation guide <https://docs.dkist.nso.edu/projects/python-tools/en/stable/installation.html>`__ in the ``dkist`` docs.

License
-------

This project is Copyright (c) NSO / AURA and licensed under
the terms of the BSD 3-Clause license.

Code of Conduct
---------------

When you are interacting with the `dkist` project you are asked to follow the SunPy `Code of Conduct <https://sunpy.org/coc>`__.
