Metadata-Version: 2.1
Name: sdss-opscore
Version: 3.0.3
Summary: SDSS core actor and parsing classes
Home-page: https://github.com/sdss/opscore
Author: David Kirkby
Author-email: dkirkby@uci.edu
Maintainer: José Sánchez-Gallego
Maintainer-email: gallegoj@uw.edu
License: BSD 3-Clause License
Project-URL: Repository, https://github.com/sdss/opscore
Keywords: astronomy,software
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.md

# 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`

```(console)
pip install sdss-opscore
```

To install from source

```(console)
git clone git@github.com:sdss/opscore
cd opscore
pip install .
```


