glue-samp

A SAMP plugin for glue


License
BSD-3-Clause
Install
pip install glue-samp==0.2

Documentation

Glue SAMP plugin (experimental)

Travis Status AppVeyor Status

Requirements

Note that this plugin requires glue to be installed - see this page for instructions on installing glue.

Installing

If you are using conda, you can easily install the plugin and all the required dependencies with:

conda install -c glueviz glue-samp

Alternatively, if you don't use conda, be sure to install the above dependencies then install the plugin with:

pip install glue-samp

In both cases this will auto-register the plugin with Glue.

Testing

To run the tests, do:

py.test glue_samp

at the root of the repository. This requires the pytest module to be installed.