An open API service indexing awesome lists of open source software.

https://github.com/mbovo/gindrop

Simple API-wrapper for orchestrators
https://github.com/mbovo/gindrop

api-wrapper docker docker-swarm flask orchestration orchestrator python

Last synced: 2 months ago
JSON representation

Simple API-wrapper for orchestrators

Awesome Lists containing this project

README

          

gindrop
===================

Master:
[![Build Status](https://travis-ci.org/mbovo/gindrop.svg?branch=master)](https://travis-ci.org/mbovo/gindrop)
[![Coverage Status](https://coveralls.io/repos/github/mbovo/gindrop/badge.svg?branch=master)](https://coveralls.io/github/mbovo/gindrop?branch=master)
Develop:
[![Build Status](https://travis-ci.org/mbovo/gindrop.svg?branch=develop)](https://travis-ci.org/mbovo/gindrop)
[![Coverage Status](https://coveralls.io/repos/github/mbovo/gindrop/badge.svg?branch=develop)](https://coveralls.io/github/mbovo/gindrop?branch=develop)

**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)

----------