sdss-cluplus

Additional functionality for sdss-clu


Keywords
astronomy, software
License
BSD-3-Clause
Install
pip install sdss-cluplus==0.2.15

Documentation

CLU+

Python Versions PyPI version Build Status Documentation Status Coverage Status

CLU+ adds some enhancements to sdss-clu

Features

  • RPC/Corba/Zeroc Ice style actor communications
  • Asyncio python usage
  • Complex data transfer with json
  • Alternative data handling with json-pickle, eg: numpy
  • Recursive config file loading

Installation

CLU+ can be installed using pip as

pip install sdss-cluplus

or from source

git clone https://github.com/sdss/cluplus
cd cluplus
pip install .

Next, head to the Getting started section for more information about using clu+.