-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8a800d
commit 0b839e5
Showing
13 changed files
with
651 additions
and
528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
include LICENSE | ||
include config/auth.example.cfg | ||
include config/labels.example.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
filabel | ||
======= | ||
|
||
|license| |pypi| | ||
|
||
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. | ||
|
||
.. _LICENSE: LICENSE | ||
|
||
|
||
.. |license| image:: https://img.shields.io/github/license/cvut/filabel.svg | ||
:alt: License | ||
:target: LICENSE | ||
.. |pypi| image:: https://badge.fury.io/py/filabel_cvut.svg | ||
:alt: PyPi Version | ||
:target: https://badge.fury.io/py/filabel_cvut |
Oops, something went wrong.