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 d4bbab20b6 Add /last and /<repo_name>/last
Showing last pacakge available for all repos or for specific repo
2017-09-27 11:51:36 +02:00
api Add /last and /<repo_name>/last 2017-09-27 11:51:36 +02: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 Add /last and /<repo_name>/last 2017-09-27 11:51:36 +02:00
.gitignore Initial Commit 2017-02-23 16:49:40 +01:00
App.py Add /last and /<repo_name>/last 2017-09-27 11:51:36 +02: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