grm 0.7.5

Manage multiple git repositories. You configure the git repositories in a file, the program does the rest!
Documentation
1
2
3
4
5
6
7
from flask import Flask

app = Flask(__name__)
app.url_map.strict_slashes = False

import github
import gitlab