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 f5bf91422a Initial Commit 2017-02-23 16:49:40 +01:00
api Initial Commit 2017-02-23 16:49:40 +01:00
datas Initial Commit 2017-02-23 16:49:40 +01:00
example_repo_apks Initial Commit 2017-02-23 16:49:40 +01:00
tests Initial Commit 2017-02-23 16:49:40 +01:00
utils Initial Commit 2017-02-23 16:49:40 +01:00
.gitignore Initial Commit 2017-02-23 16:49:40 +01:00
App.py Initial Commit 2017-02-23 16:49:40 +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 Initial Commit 2017-02-23 16:49:40 +01:00
requirements.txt Initial Commit 2017-02-23 16:49:40 +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