This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Quentin Rouland 5f30d588dc fix 2017-03-04 13:50:07 +01:00
api fix 2017-03-04 13:50:07 +01:00
datas Initial Commit 2017-02-23 16:49:40 +01:00
example_repo_apks fix some issues 2017-03-01 22:58:34 +01:00
tests Initial Commit 2017-02-23 16:49:40 +01:00
utils fix 2017-03-04 13:50:07 +01:00
.gitignore Initial Commit 2017-02-23 16:49:40 +01:00
App.py fix 2017-03-04 13:50:07 +01:00
Config.py Initial Commit 2017-02-23 16:49:40 +01:00
LICENSE Initial Commit 2017-02-23 16:49:40 +01:00
README.md Initial Commit 2017-02-23 16:49:40 +01:00
repos.json fix some issues 2017-03-01 22:58:34 +01:00
requirements.txt add simpljson for compat 2017-03-04 11:40:43 +01:00

README.md

RepoApi

A simple api for private repositories

Dependencies

python >= 3.4

Install python dependencies via pip :

pip install -r requirements.txt

Configure

Flask app

Configure the flask app in the Config.py

Repos

Configure your repos in the repos.json

Run

python app.py