Skip to content

mbovo/gindrop

Repository files navigation

gindrop

Master: Build Status Coverage Status Develop: Build Status Coverage Status

A Simple API-Wrapper for orchestrators

To start coding:

./bootstrap.sh

A new virtualenv (called venv ) will be created, pip will install all requirements and drop to a shell ready for developing/testing To install gindrop in editor mode in this virtualenv try:

pip install -e .

And you gindrop is ready to be executed right in using:

gindrop

Note to contributors: All code must be fully compatible with py2.7 and py3.6 and must pass PEP8 standards (except for E501 line too long)