Metadata-Version: 2.4
Name: sdss-hal
Version: 1.4.1
Summary: High-level observing tool for SDSS-V (replaces SOP)
Project-URL: Homepage, https://github.com/sdss/hal
Project-URL: Repository, https://github.com/sdss/hal
Project-URL: Documentation, https://sdss-hal.readthedocs.org
Author-email: José Sánchez-Gallego <gallegoj@uw.edu>
License-Expression: BSD-3-Clause
License-File: LICENSE.md
Requires-Python: <4,>=3.10
Requires-Dist: click-default-group>=1.2.2
Requires-Dist: numpy>=1.22.1
Requires-Dist: peewee>=3.17.0
Requires-Dist: sdss-clu>=2.2.7
Requires-Dist: sdssdb>=0.8.3
Requires-Dist: sdsstools>=1.0.0
Requires-Dist: six>=1.17.0
Requires-Dist: typing-extensions>=4.11.0
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 .
```
