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
- Host: GitHub
- URL: https://github.com/mbovo/gindrop
- Owner: mbovo
- License: apache-2.0
- Created: 2017-11-15T20:54:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T23:13:48.000Z (about 8 years ago)
- Last Synced: 2025-06-28T18:47:41.254Z (12 months ago)
- Topics: api-wrapper, docker, docker-swarm, flask, orchestration, orchestrator, python
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gindrop
===================
Master:
[](https://travis-ci.org/mbovo/gindrop)
[](https://coveralls.io/github/mbovo/gindrop?branch=master)
Develop:
[](https://travis-ci.org/mbovo/gindrop)
[](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)
----------