Skip to content

wekoil/MI-PYT-ghia

Repository files navigation

Github issue auto assigner tool

https://travis-ci.com/wekoil/MI-PYT-ghia.svg?branch=master Documentation Status

GHIA is python package which can be used to auto assign issues on GitHub. It has CLI mode and web mode.

Installation

from test pypi

pip install -i https://test.pypi.org/simple/ ghia-michaj24

from package

pip install .

Usage

CLI mode

python -m ghia [OPTIONS] REPOSLUG

Example

python -m ghia -a auth.cfg -r rules.cfg user/repo

Web mode

To start web mode you need to specify where is flask file located

export FLASK_APP=ghia/web.py
flask run

Documentation

Go to the docs dir and build html documentation.

cd docs
make html

Author

Jan Michal [email protected]

License

MIT License