Metadata-Version: 2.4
Name: sdss-lvmscp
Version: 0.10.8
Summary: LVM spectrograph control package.
Project-URL: Homepage, https://github.com/sdss/lvmscp
Project-URL: Repository, https://github.com/sdss/lvmscp
Project-URL: Documentation, https://sdss-lvmscp.readthedocs.org
Author-email: José Sánchez-Gallego <gallegoj@uw.edu>, Changgon Kim <changgonkim@khu.ac.kr>
License: BSD-3-Clause
License-File: LICENSE.md
Requires-Python: <4,>=3.10
Requires-Dist: sdss-archon>=0.15.5
Requires-Dist: sdsstools>=1.9.2
Provides-Extra: fitsio
Requires-Dist: fitsio>=1.2.2; extra == 'fitsio'
Description-Content-Type: text/markdown

# lvmscp

![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/lvmscp/badge/?version=latest)](https://lvmscp.readthedocs.io/en/latest/?badge=latest)
[![Test](https://github.com/sdss/lvmscp/actions/workflows/test.yml/badge.svg)](https://github.com/sdss/lvmscp/actions/workflows/test.yml)
[![Docker](https://github.com/sdss/lvmscp/actions/workflows/docker.yml/badge.svg)](https://github.com/sdss/lvmscp/actions/workflows/docker.yml)
[![codecov](https://codecov.io/gh/sdss/lvmscp/branch/main/graph/badge.svg?token=RYKAKyfNpZ)](https://codecov.io/gh/sdss/lvmscp)

SDSS-V LVM (Local Volume Mapper) control software for the spectrograph system.

## Quick Start

### Installation

`lvmscp` uses the [CLU](https://clu.readthedocs.io/en/latest/) framework and requires a RabbitMQ instance running in the background.

`lvmscp` can be installed using `pip`

```console
pip install sdss-lvmscp
```

or by cloning this repository

```console
git clone https://github.com/sdss/lvmscp
```

The preferred installation for development is using [poetry](https://python-poetry.org/)

```console
cd lvmscp
poetry install
```
