BG-Utils

Common components shared between Bartender and Brew-view.

Deprecation

This library is deprecated, please see https://github.com/beer-garden/beer-garden/

PyPI Build Status Code Coverage Documentation Status

Installation

$ pip install bg-utils

Contributing

  1. Clone it: (git clone https://github.com/beer-garden/bg-utils.git)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am ‘Add some feature’)
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Merge Request