Home

Awesome

roger-mesos-tools Build Status

Tools to connect to and work with RogerOS, Moz's cluster OS based on mesos.

Build

$ python setup.py build

Run tests

$ python setup.py test

Generate source distribution

$ python setup.py sdist

Install

$ python setup.py install OR pip install -e .

Use

Uninstall

pip uninstall roger_mesos_tools

With virtualenv

virtualenv venv
source venv/bin/activate
pip install -e .
# run roger commands
deactivate