Metadata-Version: 2.4
Name: desiutil
Version: 3.5.2
Summary: DESI utilities package
Home-page: https://github.com/desihub/desiutil
Author: DESI Collaboration
Author-email: desi-data@desi.lbl.gov
License: BSD-3-Clause
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: requests
Requires-Dist: pyyaml
Requires-Dist: astropy
Provides-Extra: all
Requires-Dist: healpy; extra == "all"
Requires-Dist: matplotlib; extra == "all"
Requires-Dist: scipy; extra == "all"
Requires-Dist: speclite; extra == "all"
Provides-Extra: test
Requires-Dist: desiutil[all]; extra == "test"
Requires-Dist: pytest; extra == "test"
Provides-Extra: coverage
Requires-Dist: desiutil[all]; extra == "coverage"
Requires-Dist: pytest-cov; extra == "coverage"
Requires-Dist: coveralls; extra == "coverage"
Provides-Extra: doc
Requires-Dist: Sphinx; extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Dynamic: license-file

========
desiutil
========

|Actions Status| |Coveralls Status| |Documentation Status|

.. |Actions Status| image:: https://github.com/desihub/desiutil/workflows/CI/badge.svg
    :target: https://github.com/desihub/desiutil/actions
    :alt: GitHub Actions CI Status

.. |Coveralls Status| image:: https://coveralls.io/repos/desihub/desiutil/badge.svg
    :target: https://coveralls.io/github/desihub/desiutil
    :alt: Test Coverage Status

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

Introduction
============

`desiutil` contains general purpose tools for use by any and all other `DESI packages`_.

.. _`DESI packages`: https://github.com/desihub

Full Documentation
==================

Please visit `desiutil on Read the Docs`_.

.. _`desiutil on Read the Docs`: https://desiutil.readthedocs.io/en/latest/

License
=======

desiutil is free software licensed under a 3-clause BSD-style license. For details see
the ``LICENSE.rst`` file.
