You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
Quentin Rouland d4bbab20b6
Add /last and /<repo_name>/last
6 years ago
api Add /last and /<repo_name>/last 6 years ago
datas Initial Commit 7 years ago
example_repo_apks fix some issues 7 years ago
tests Initial Commit 7 years ago
utils Add /last and /<repo_name>/last 6 years ago
.gitignore Initial Commit 7 years ago
App.py Add /last and /<repo_name>/last 6 years ago
Config.py Initial Commit 7 years ago
LICENSE Initial Commit 7 years ago
README.md Initial Commit 7 years ago
repos.json fix some issues 7 years ago
requirements.txt add simpljson for compat 7 years ago

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