Metadata-Version: 2.4
Name: desitarget
Version: 4.4.0
Summary: DESI targeting
Home-page: https://github.com/desihub/desitarget
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
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: pytz
Requires-Dist: astropy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: healpy
Requires-Dist: fitsio
Requires-Dist: numba
Requires-Dist: desiutil
Requires-Dist: desimodel
Provides-Extra: all
Requires-Dist: photutils; extra == "all"
Requires-Dist: joblib; extra == "all"
Requires-Dist: sklearn; extra == "all"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-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

==========
desitarget
==========


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

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

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

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

Introduction
------------

This package contains scripts and packages for selecting DESI targets
from photometric catalogs.

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

For most purposes `pip install desitarget` should work.

For versions of desitarget prior to 4.4.0, the preferred installation method,
assuming depedencies are already installed, would be::

    DESITARGET_VERSION=4.3.0 && python -m pip install --no-build-isolation git+https://github.com/desihub/desitarget.git@${DESITARGET_VERSION}

Full Documentation
------------------

Please visit `desitarget on Read the Docs`_

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

License
-------

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