/blimp

A lightweight wrapper around `boto` that helps you get to the cloud.

Primary LanguagePythonMIT LicenseMIT

blimp

Build Status

A lightweight wrapper around boto that helps you get to the cloud.

Installation

Development mode only for now until this gets distributed via pypi.

python setup.py develop

You'll also need to follow the boto credentials setup instructions and have appropriate permissions for the actions you'd like to perform.

Running tests

Check out the Travis configuration for how to run tests.

pip install -r requirements.txt
nosetests

flake8 setup

This project uses flake8 to perform some static analysis checks. To install you can do the following:

pip install flake8
flake8 blimp

Additionally, there is a git hook that you can install to run flake8 prior to committing.