/yarn-shell

A shell interface to YARN's REST APIs

Primary LanguagePython

yarn-shell

Build Status Coverage Status PyPI version Requirements Status Python Versions Code Climate

Table of Contents

tl;dr

{{PROJECT_TLDR}}

Installing

From PyPI:

$ pip install yarn-shell

Or running from the source:

$ cd yarn-shell
$ export FROM_SOURCE=1; bin/foo

Usage

{{PROJECT_USAGE}}

Dependencies

  • Python 2.7, 3.3 or 3.4

Testing and Development

Please see CONTRIBUTING.rst.