Metadata-Version: 2.1
Name: filabel-marekreimer
Version: 0.6
Summary: Simple CLI & WEB tool for labeling GitHub PRs using globs
Home-page: https://github.com/marekreimer/filabel
Author: Marek Suchánek, Marek Reimer
Author-email: suchama4@fit.cvut.cz, reimemar@fit.cvut.cz
License: MIT
Keywords: github labels management pull-requests globs
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Dist: click
Requires-Dist: Flask
Requires-Dist: jinja2
Requires-Dist: requests
Requires-Dist: aiohttp

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_marekreimer


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


