Skip to content

sdss/cluplus

Repository files navigation

CLU+

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+.