Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 1017 Bytes

README.rst

File metadata and controls

61 lines (35 loc) · 1017 Bytes

filabel

License PyPi Version

Tool for labeling PRs at GitHub by globs

Installation

You can install this app in a standard way using setup.py:

$ python setup.py install
$ pip install -e .

Or from PyPI:

$ pip install filabel_cvut

Usage

Run the CLI application simply with command and get to know it via help:

$ filabel --help

Or run the web service

$ export FILABEL_CONFIG=/path/to/my_labels.cfg:/path/to/my_auth.cfg
$ export FLASK_APP=filabel
$ flask run

For more info about configuration files, take a look at the content of config directory.

License

This project is licensed under the MIT License - see the LICENSE file for more details.