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

https://github.com/slok/flaskit

Simple git front-end powered by Flask and Dulwich
https://github.com/slok/flaskit

Last synced: 6 months ago
JSON representation

Simple git front-end powered by Flask and Dulwich

Awesome Lists containing this project

README

          

Flaskit!
========
Status
------
[![Build Status](https://secure.travis-ci.org/slok/flaskit.png?branch=master)](http://travis-ci.org/slok/flaskit)

Description
-----------

Flaskit is a simple git frontend like git-web or similars

The aim of this project is to give a simple and easy to install git frontend
for people that don't want to install a big frontend or don't like the
default one

Requeriments
-------------

* [Flask](http://flask.pocoo.org/)
* [Jinja2](http://jinja.pocoo.org/docs/)
* [Werkzeug](http://werkzeug.pocoo.org/)
* [Dulwich](https://github.com/jelmer/dulwich)

License
-------

[GPL v3](http://www.gnu.org/licenses/gpl-3.0.html)

Xabier (slok) Larrakoetxea