Skip to content

Commit

Permalink
Packaging filabel
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Nov 6, 2018
1 parent a8a800d commit 0b839e5
Show file tree
Hide file tree
Showing 13 changed files with 651 additions and 528 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
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
61 changes: 61 additions & 0 deletions README.rst
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
Loading

0 comments on commit 0b839e5

Please sign in to comment.