sdss-opscore

SDSS core actor and parsing classes


Keywords
astronomy, software
License
BSD-1-Clause
Install
pip install sdss-opscore==3.0.4

Documentation

opscore

The opscore product

Provides core services used by most actors. actorcore and opscore provide direct dependencies for the actors, while actorkeys provides the definitions of standard messages that will be broadcast by each actor.

Installation

To install using pip

pip install sdss-opscore

To install from source

git clone git@github.com:sdss/opscore
cd opscore
pip install .