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.
RepoApi/README.md

27 lines
299 B
Markdown
Raw Normal View History

2017-02-23 14:11:04 +00:00
# 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