Metadata-Version: 2.1
Name: sdss-hal
Version: 0.6.0
Summary: High-level observing tool for SDSS-V (replaces SOP)
Home-page: https://github.com/sdss/hal
License: BSD-3-Clause
Keywords: astronomy,software
Author: José Sánchez-Gallego
Author-email: gallegoj@uw.edu
Requires-Python: >=3.9,<4.0
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: click-default-group (>=1.2.2,<2.0.0)
Requires-Dist: numpy (>=1.22.1,<2.0.0)
Requires-Dist: sdss-clu (>=1.4.0,<2.0.0)
Requires-Dist: sdssdb (>=0.6.0,<0.7.0)
Requires-Dist: sdsstools (>=1.0.0,<2.0.0)
Project-URL: Documentation, https://sdss-hal.readthedocs.org
Project-URL: Repository, https://github.com/sdss/hal
Description-Content-Type: text/markdown

# HAL

![Versions](https://img.shields.io/badge/python->3.9-blue)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Documentation Status](https://readthedocs.org/projects/sdss-hal/badge/?version=latest)](https://sdss-hal.readthedocs.io/en/latest/?badge=latest)
[![Test](https://github.com/sdss/hal/actions/workflows/test.yml/badge.svg)](https://github.com/sdss/hal/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/sdss/hal/branch/main/graph/badge.svg)](https://codecov.io/gh/sdss/hal)

High-level observing actor for SDSS-V (replaces SOP)

## Installation

You should be able to install `HAL` by doing

```console
pip install sdss-hal
```

To build from source, use

```console
git clone git@github.com:sdss/hal
cd hal
pip install .
```

