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.
|
6 years ago | |
---|---|---|
api | 6 years ago | |
datas | 7 years ago | |
example_repo_apks | 7 years ago | |
tests | 7 years ago | |
utils | 6 years ago | |
.gitignore | 7 years ago | |
App.py | 6 years ago | |
Config.py | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
repos.json | 7 years ago | |
requirements.txt | 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