Metadata-Version: 2.1
Name: sdss-actorcore
Version: 5.0.2
Summary: SDSS core base actor
Home-page: https://github.com/sdss/actorcore
Maintainer: José Sánchez-Gallego
Maintainer-email: gallegoj@uw.edu
License: BSD 3-Clause License
Project-URL: Repository, https://github.com/sdss/actorcore
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
Provides-Extra: docs
License-File: LICENSE.md

# actorcore

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

To install from source

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


